[CMake] CMake 2.4.4 available for download

Bill Hoffman bill.hoffman at kitware.com
Tue Nov 21 21:43:44 EST 2006


Mike Jackson wrote:
> I just tried to compile cmake 2.4.4 on a Itanium based Linux 64 system 
> and I get an error.
>
> Here are some specs of the system:
> gcc --version
> gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-47)
> Copyright (C) 2002 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There 
> is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
> PURPOSE.
>
> Linux eagle-0 2.4.21-sgi306rp41 #1 SMP Mon Apr 3 13:31:58 PDT 2006 
> ia64 ia64 ia64 GNU/Linux
>
> This is with a fresh download of CMake 2.4.4 from the web site.. And 
> now the error:
>
> [ 16%] Building C object Utilities/cmcurl/CMakeFiles/cmcurl.dir/connect.o
> In file included from 
> /hafs15/jacksonm/eagle/src/cmake-2.4.4/Utilities/cmcurl/urldata.h:78,
>                  from 
> /hafs15/jacksonm/eagle/src/cmake-2.4.4/Utilities/cmcurl/connect.c:94:
> /hafs15/jacksonm/eagle/src/cmake-2.4.4/Utilities/cmcurl/timeval.h:42: 
> redefinition of `struct timeval'
> In file included from 
> /hafs15/jacksonm/eagle/src/cmake-2.4.4/Utilities/cmcurl/urldata.h:95,
>                  from 
> /hafs15/jacksonm/eagle/src/cmake-2.4.4/Utilities/cmcurl/connect.c:94:
> /hafs15/jacksonm/eagle/src/cmake-2.4.4/Utilities/cmcurl/hostip.h:207: 
> warning: `struct hostent' declared inside parameter list
> /hafs15/jacksonm/eagle/src/cmake-2.4.4/Utilities/cmcurl/hostip.h:207: 
> warning: its scope is only this definition or declaration, which is 
> probably not what you want
> /hafs15/jacksonm/eagle/src/cmake-2.4.4/Utilities/cmcurl/hostip.h:217: 
> syntax error before "num"
> /hafs15/jacksonm/eagle/src/cmake-2.4.4/Utilities/cmcurl/hostip.h:221: 
> warning: `struct hostent' declared inside parameter list 

Looks like the try-compile for in_addr_t failed for some reason.  Can 
you send me the CMakeError.log and
the config.h from you binary tree Utilities/cmcurl directory? 

-Bill



More information about the CMake mailing list