[CMake] CMake and precompiled headers

2006-02-14 Thread Gregor Berginc
Hi all, I noticed a feature request for precompiled headers (bug# 1260). One mentioned there, that you can simply use SET_SOURCE_FILES_PROPERTIES for the time being. But, unfortunatelly, I can't seem to get it working. I put my header to the list of sources: SET(VC_SRC includes.hh ... ) Then

Re: [Fwd: [CMake] Getting variables from a subdir]

2006-02-14 Thread James Bigler
John Biddiscombe wrote: Subject: [CMake] Getting variables from a subdir From: "Ken Martin" <[EMAIL PROTECTED]> Date: Tue, 13 Sep 2005 11:02:28 -0400 To: To: I have added a new feature to help folks get variables fro

[CMake] Re: CMake CVS make install is broken

2006-02-14 Thread Brandon J. Van Every
Brandon J. Van Every wrote: The problem is specific to ./bootstrap. When building under MSYS I've realized the point is somewhat moot on MinGW / MSYS anyways. CMakeSetup needs MFC, and the Platform SDK doesn't provide MFC libraries, only header files and source code. Apparently that MFC sou

Re: [Fwd: [CMake] Getting variables from a subdir]

2006-02-14 Thread Andy Cedilnik
Hi James, Looks like it is there since 2.2.1. http://www.cmake.org/cgi-bin/viewcvs.cgi/Source/cmGetDirectoryPropertyCommand.cxx?rev=1.4.2.1&root=CMake&view=markup Andy James Bigler wrote: John Biddiscombe wrote: --

[CMake] CMake CVS MinGW generator fails

2006-02-14 Thread Brandon J. Van Every
I've built CMake 2.3-20060213 from CVS using VS7.1. Installation looks ok. I am now trying to build Chicken using MinGW / MSYS. After I select "MinGW Makefiles" I get the following error: The C compiler "e:/Dev-Cpp/bin/gcc.exe" is not able to compile a simple test program. It fails with th

Re: [CMake] CMake CVS MinGW generator fails

2006-02-14 Thread William A. Hoffman
OK, so here is the problem: http://lists.trolltech.com/qt-interest/2006-01/thread00091-0.html If make finds sh.exe in your path, it will use it, and then "MinGW Makefiles" will not work. If sh.exe is in your PATH, then you must use "MSYS Makefiles" or "Unix Makefiles". I suppose I could put a

Re: [CMake] CMake CVS MinGW generator fails

2006-02-14 Thread William A. Hoffman
At 09:41 PM 2/14/2006, William A. Hoffman wrote: >OK, so here is the problem: > >http://lists.trolltech.com/qt-interest/2006-01/thread00091-0.html > >If make finds sh.exe in your path, it will use it, and then >"MinGW Makefiles" will not work. If sh.exe is in your PATH, then >you must use "MSYS Ma

Re: [CMake] Why is ${OUTPUT} empty when using msvc

2006-02-14 Thread Brad King
Brad King wrote: Christian Ehrlicher wrote: can sombody tell me why ${OUTPUT} is empty? I don't see any reason why it should not work with msvc. Can sombody give me a hint where to look for in the sourcecode? This is a problem with VCExpress 2005 only because the tool itself does not produce