[CMake] CMake 2.8.0 RC 1 ready for testing!

Mathieu Malaterre mathieu.malaterre at gmail.com
Tue Sep 29 09:45:17 EDT 2009


On Fri, Sep 25, 2009 at 10:07 PM, Bill Hoffman <bill.hoffman at kitware.com> wrote:
> I am happy to announce that CMake 2.8.0 has entered the beta stage! You
> can find the source and binaries here: http://www.cmake.org/files/v2.8/.
>

There is still one compilation issue with xlC on Linux:

http://www.cdash.org/CDash/viewBuildError.php?buildid=437487

For some reason HAVE_GETHOSTBYNAME_R_5 is being defined, while it
should be HAVE_GETHOSTBYNAME_R_6

> cd CMake-xlC-9.0/
> grep HAVE_GETHOSTBYNAME_R *
CMakeCache.txt:HAVE_GETHOSTBYNAME_R:INTERNAL=1
CMakeCache.txt:HAVE_GETHOSTBYNAME_R_3:INTERNAL=
CMakeCache.txt:HAVE_GETHOSTBYNAME_R_3_REENTRANT:INTERNAL=
CMakeCache.txt:HAVE_GETHOSTBYNAME_R_5:INTERNAL=1
CMakeCache.txt:HAVE_GETHOSTBYNAME_R_5_REENTRANT:INTERNAL=1
CMakeCache.txt:HAVE_GETHOSTBYNAME_R_6:INTERNAL=1
CMakeCache.txt:HAVE_GETHOSTBYNAME_R_6_REENTRANT:INTERNAL=1

Thanks,
-- 
Mathieu


More information about the CMake mailing list