31 Dec
2008
31 Dec
'08
10:28 a.m.
I'm new to the list. But I'd like to see a cmake-build solution. It's more flexible and easier to maintain on multiple platforms. Also it would be easier for me to integrate additional libraries for testing-purposes ;-)
The problem we had with cmake was that it puts obj files in some special dir that is long, and then creates a commandline like: g++ verylongpathlisting/blah.o possiblyevenlongerpathname/blah2.o ... such that the cmdline is too long to work with windows/g++
I don't know your MinGW environment, but this problem is known and seems to be solved here: http://www.cygwin.com/faq/faq.programming.html#faq.programming.make-execvp