Hi Robert -- When I link one of my projects against current svn head, I get
Atomic::operator++() as an unresolved external symbol. 
   -Paul


2>   Creating library
C:\Projects\Physics\physics_hg\bld\lib\Release\osgBullet.lib and object
C:\Projects\Physics\physics_hg\bld\lib\Release\osgBullet.exp
2>ComputeTriMeshVisitor.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned int __thiscall
OpenThreads::Atomic::operator++(void)" ([EMAIL PROTECTED]@@QAEIXZ)
referenced in function "public: class osg::ref_ptr<class
osg::TemplateArray<class osg::Vec3f,10,3,5126> > & __thiscall
osg::ref_ptr<class osg::TemplateArray<class osg::Vec3f,10,3,5126>
>::operator=(class osg::TemplateArray<class osg::Vec3f,10,3,5126> *)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@$09$02$0BEAG@@osg@@@osg@@QAEAAV01
@[EMAIL PROTECTED]@osg@@$09$02$0BEAG@@1@@Z)
2>MotionState.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: unsigned int __thiscall
OpenThreads::Atomic::operator++(void)" ([EMAIL PROTECTED]@@QAEIXZ)
2>C:\Projects\Physics\physics_hg\bld\lib\Release\osgBullet.dll : fatal error
LNK1120: 1 unresolved externals

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to