I specified the compiler we're using for SunOS in the CMAKE_CXX_COMPILER:FILEPATH variable, and I'm underway. I haven't actually tested anything yet, but it seems all our platforms are compiling. That's pretty exciting right there.
Thanks for the help. andy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Skinner Sent: Monday, June 18, 2007 1:18 PM To: osg users Subject: Sun build RE: [osg-users] automated CMake? OK, I'm trying to build on SunOS 5.10. I'm following the directions for unix from the cmake page, using the "out of source" directions. I get: [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.o In file included from /usr/include/sys/wait.h:24, from /usr/include/stdlib.h:22, from /sandbox/askinner/makeOSG/OpenSceneGraph/src/OpenThreads/pthreads/PThrea d.c++:19: /usr/include/sys/siginfo.h:259: 'ctid_t' is used as a type, but is not defined as a type. /usr/include/sys/siginfo.h:260: 'zoneid_t' is used as a type, but is not defined as a type. /usr/include/sys/siginfo.h:390: 'ctid_t' is used as a type, but is not defined as a type. /usr/include/sys/siginfo.h:391: 'zoneid_t' is used as a type, but is not defined as a type. make[2]: *** [src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.o] Error 1 make[1]: *** [src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/all] Error 2 make: *** [all] Error 2 Has anyone had any experience with this? thanks andy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Monday, June 18, 2007 11:04 AM To: osg users Subject: Re: [osg-users] automated CMake? HI Andy, On 6/18/07, Andy Skinner <[EMAIL PROTECTED]> wrote: > Will I need cmake to actually build on each platform? Yes. _______________________________________________ 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/
