On Nov 21, 2007 8:58 AM, Josef Karthauser <[EMAIL PROTECTED]> wrote:
Does anyone here have gnumake working with the windows CL compiler?  We're
using nmake targets, and I tried instead to use gmake, however there were
lots of problems due to backslashes instead of slashes, etc.   I'd
appreciate hearing from anyone who has got this working.

The mailing list archives say don't use Cygwin gmake for this.
http://www.cmake.org/pipermail/cmake/2006-August/010617.html

I've done it, just make sure you are using MinGW GNU Make and not Cygwin GNU Make. Also you will eventually run into the command line that is too log bug, since GNU Make can't use response files like NMake can. It might also be important what SHELL is set too. Use the "MinGW Makefiles" generator.
--
Daniel
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to