Re: CMake 2.4.0 beta is ready

2006-04-19 Thread Richard Lärkäng
On Tuesday 18 April 2006 23:24, William A. Hoffman wrote: CMake 2.4.0 beta is ready for testing with kdelibs. The windows installer is here: http://www.cmake.org/files/v2.4/cmake-2.4.0-win32.exe The UNIX source is here: http://www.cmake.org/files/v2.4/cmake-2.4.0.tar.gz Let me know if

check_include_files problem

2006-04-13 Thread Richard Lärkäng
, from /home/kde4devel/build/kdemultimedia/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2: /usr/include/alsa/timer.h:108: error: field tstamp has incomplete type When I remove -ansi the testfile compiles, and that flag seems to be coming from FindKDE4Internal.cmake. Any suggestions? /Richard Lärkäng

Re: check_include_files problem

2006-04-13 Thread Richard Lärkäng
On Thursday 13 April 2006 13:51, William A. Hoffman wrote: Is the file available from the c++ compiler? If so, the check_include needs to be changed to use the c++ compiler instead of the c compiler. -Bill Yes, that worked. Will commit the fix. /Richard