Mark Nuzz

Results 65 comments of Mark Nuzz

I'll see if I can get it to work

@jmatthiesen I think the issue was a matter of confusion on my part and possibly some others that may happen across this. The AMD syntax works fine, so this works...

TLS (Thread-Local Storage) is not supported with PE Executables (win32/cygwin) under clang. This is stated on the Cygwin mailing list posting here: https://cygwin.com/ml/cygwin/2014-09/msg00414.html This causes compilation to fail under clang...

Spent a good two days getting ubuntu to connect to my shared cygwin-hosted drive, due to various technical issues. cmake would fail when using gvfsd due to the comma and...

I was able to get cogutils to build on cygwin with only minor changes, and will do a pull request after the unit tests pass. I just need to find...

Added cxxtest to /usr/local/include in cygwin, added cxxtest's bin folder to PATH, and cxxtest now works. Current status is that compilation is failing here: ``` cogutils/tests/util/iostreamContainerUTest.cxxtest:34:22: error: expected unqualified-id before...

Compilation has succeeded and unit tests pass when the DLL is in the correct location. I am having trouble setting the output of the cygcogutils.dll to /usr/local/bin, when it is...

Cygwin doesn't support RPATH, because it's part of the ELF executable format (Linux). The linker functions within CMake simply won't do anything in Cygwin. The best way to solve this...

I tried to run a copy command in cmake to copy the .dll file to the tests folder, but the problem is that this command only runs with cmake and...

https://github.com/opencog/cogutils/pull/33