[CMake] cmake 2.8.2 doesn't build on suse 9.3

Brad King brad.king at kitware.com
Tue Oct 5 12:58:52 EDT 2010


On 10/05/2010 08:34 AM, Verweij, Arjen wrote:
> For some reason bootstrap on a plain SuSE 9.3 fails to find sys/wait.h.
> 
> Manually defining HAVE_SYS_WAIT_H to 1 in config.h allows cmake and friends to be built.
> 
> -rw-r--r--  1 root root 6620 2005-06-11 00:58 /usr/include/sys/wait.h
> 
> -- Looking for include files HAVE_SYS_WAIT_H
> -- Looking for include files HAVE_SYS_WAIT_H - not found.

It looks like the bootstrap CMake builds but fails to configure the
full build.  Does information about this check appear in the
CMakeFiles/CMakeError.log file?

-Brad


More information about the CMake mailing list