Hi Robert,
I tested compiling on FreeBSD in 2 ways.
The svn trunk has an unrelated error (below)
which occurs immediately when starting ccmake.
For the 2.8 branch, I copied the updated CMakeLists.txt
(with the new inline pthreads code) from trunk back to the 2.8 branch.
That compiled OK (which solves the pthreads _np issue).
.........................................................................
The build system is configured to install libraries to /usr/local/lib
Your applications may not be able to find your installed libraries unless
you:
set your LD_LIBRARY_PATH (user specific) or
update your ld.so configuration (system wide)
CMake Error: The following variables are used in this project, but they are
set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake
files:
DL_LIBRARY
linked by target "osg" in directory
/2/jimb/OpenSceneGraph-trunk-20100325/src/osg
linked by target "osgDB" in directory
/2/jimb/OpenSceneGraph-trunk-20100325/src/osgDB
.........................................................................
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org