I got the same problem under CYGWIN, I guess there's some problem in the cmake module findOPENTHREADS, like the cmakeLists.txt says itself.
I just add the variable OPENTHREADS_LIBRARY manually to the environmental variable list, pointing to the openthreads.a generated before. And everything works fine. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug McCorkle Sent: Thursday, May 03, 2007 8:42 AM To: [email protected] Subject: [osg-users] CMake, OpenThreads, and MacOS 10 Hello, I am trying to build the latest svn version of OSG with OT in the OSG source tree on MacOS 10.4.9. I get this error when configuring with CMake: CMake Error: This project requires some variables to be set, and cmake can not find them. Please set the following variables: OPENTHREADS_LIBRARY Should I have to define this since I configured CMake to build OT? Even if I define this variable I am still unable to get the CMake to build. I would prefer to use the CMake build than the xcode build. Thanks for the help. Doug _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
