Re: [CMake] CMake 2.8.5 problem with include directories with response files

2011-08-12 Thread Peter Visser
On 8/12/2011 3:17 PM, David Cole wrote: Sounds like you're using "MSYS Makefiles" but then running make from a non-MSYS shell. I have tried the following msys shells. sh.exe rxvt.exe mintty.exe For all these shells the include directories with response files do not work. If I paste the conten

Re: [CMake] CMake 2.8.5 problem with include directories with response files

2011-08-12 Thread David Cole
Sounds like you're using "MSYS Makefiles" but then running make from a non-MSYS shell. If you want to run in a non-MSYS shell, then you should use "MinGW Makefiles" instead. (Start over with an entirely clean build tree if you do this...) If you use "MSYS Makefiles", you should run make from an M

[CMake] CMake 2.8.5 problem with include directories with response files

2011-08-12 Thread Peter Visser
Hello, I experience a problem with "include directories with response files" when upgrading from CMake 2.8.4 to CMake 2.8.5. The problem is probably that gcc does not handle the response files correctly. Is it possible to disable the response files with an option in CMake ? I have a small "H