OpenThreads and the osg library now build/link successfully. Thanks, J-S. Currently rebuilding the rest of the tree... -Paul
> > On Thu, Jun 26, 2008 at 3:10 PM, Jean-Sébastien Guay > <[EMAIL PROTECTED]> wrote: > > Hi Paul, > > > >> Current SVN fails to build under Windows, though the errors are > >> different from what we saw earlier this week. Errors now are > >> undefined symbols when the osg library links. Below is a greatly > >> abbreviated list of the errors spewed out by VS2005. Looks > like the > >> Atomic header file has some kind of problem with declaring > its class as exported. I'll take a look. > > > > I just sent an updated src/OpenThreads/win32/CMakeLists.txt > that fixes this. > > The problem was not exports, but that the Atomic.cpp implementation > > file was not added to the project (hence not built nor > linked into OpenThreads.lib). > > My fault I'm afraid, I missed checking in all of Mathias changes. > Note to self, don't try to do more than one thing at once. > > Robert. > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-opensce negraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

