[cmake-developers] [CMake 0015880]: Many test failures with cmake 3.4.1 testsuite

2015-12-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15880 == Reported By:Dennis Clarke Assigned To:

[cmake-developers] [CMake 0015881]: fatal: symbol referencing errors. Linking CXX executable ../bin/ccmake

2015-12-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15881 == Reported By:Dennis Clarke Assigned To:

[cmake-developers] [CMake 0015882]: bootstrap fails with Undefined symbol nanosleep

2015-12-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15882 == Reported By:Dennis Clarke Assigned To:

[cmake-developers] [CMake 0015883]: cmake bootstrap fails with Cannot find appropriate C compiler on this system.

2015-12-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15883 == Reported By:Dennis Clarke Assigned To:

[cmake-developers] [PATCH] FindOpenGL: Don't add AGL to OPENGL_LIBRARIES on OS X.

2015-12-12 Thread David Gobbi
CMake had been setting OPENGL_glu_LIBRARY to AGL.framework, even though AGL is not GLU. AGL is simply the GL component for the deprecated Carbon framework. GLU is provided by OpenGL.framework. A side effect of the old behavior was that if AGL was not found (it is absent from OS X SDK 10.10 or