[CMake] CMake 2.8.1 RC 4 is ready to try

Bill Hoffman bill.hoffman at kitware.com
Fri Mar 5 16:52:32 EST 2010


Eric Noulard wrote:
> 2010/3/5 Bill Hoffman <bill.hoffman at kitware.com>:
>> CMake 2.8.1 RC 4 is ready to try:
>>
>> http://www.cmake.org/files/v2.8/?C=M;O=D
>>
>> Please try your projects with it.   If you find any issues, let me know.
>> I think this is about it.  So, if I don't hear anything by Monday, this is
>> going to be 2.8.1.
> 
> Not really a show-stopper since I have no problem using this RC
> but I do have a problem "Building it" on 2 linux boxes
> (first is Ubuntu 9.10 and the other is Fedora 11) using gcc 4.4.1:
> 
> Same error:
> Linking CXX executable cmsysTestsCxx
> [ 10%] Built target cmsysTestsCxx
> [ 13%] Built target cmzlib
> [ 14%] Building C object Utilities/cmcurl/CMakeFiles/cmcurl.dir/base64.o
> In file included from /usr/include/stdlib.h:320,
>                  from
> /home/usdtim/Erk/CMake/CMake-gitted/Utilities/cmcurl/base64.c:37:
> /usr/include/sys/types.h:110: error: conflicting types for ‘ssize_t’
> /home/usdtim/Erk/CMake/CMake-gitted/build/Utilities/cmcurl/config.h:727:
> note: previous declaration of ‘ssize_t’ was here
> make[2]: *** [Utilities/cmcurl/CMakeFiles/cmcurl.dir/base64.o] Erreur 1
> make[1]: *** [Utilities/cmcurl/CMakeFiles/cmcurl.dir/all] Erreur 2
> make: *** [all] Erreur 2
> 
> 
> If I comment-out the offending (re)define in cmcurl/config.h.in
> I can compile and use with no noticeable trouble.
> 
> 
How are you building it?  Do other versions of CMake have this issue? 
Sounds like a try-compile test failed.

-Bill


More information about the CMake mailing list