Hi Jim, Good to hear that the original build issue is addressed, but not so good that there is another error. I doubt it's related to the changes I've just checked in though, which rather leaves us wondering what is amiss. I can't work out from the error what might be.
Could you remove the CMakeCache.txt and do a fresh ./configure to see if that makes a difference. Thanks, Robert. On Thu, Mar 25, 2010 at 4:47 PM, Jim Brooks <[email protected]> wrote: > 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 > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
