Hi. I´m have some trouble trying to cmopile OpenSG under windows with Visual
Studio 2005. I did everything the README and INSTALL files told me to....
Everything goes almost fine, but I get 6 linking errors (3 of 4 projects
compile and link perfectly, but at OSGSystem project, I got the linking
errors shown below:)

Error    36    error LNK2001: unresolved external symbol "private: static
class osg::FieldContainerType osg::SClipPlaneChunkBase::_type" (?_type@
[EMAIL PROTECTED]@@[EMAIL PROTECTED]@A)    OSGRenderAction.obj

Error    37    error LNK2001: unresolved external symbol "private: static
class osg::StateChunkClass osg::SClipPlaneChunk::_class" (?_class@
[EMAIL PROTECTED]@@[EMAIL PROTECTED]@A)    OSGRenderAction.obj
Error    38    error LNK2001: unresolved external symbol "private: static
class osg::FieldContainerType osg::ClipPlaneBase::_type" (?_type@
[EMAIL PROTECTED]@@[EMAIL PROTECTED]@A)    OSGRenderAction.obj
Error    39    error LNK2019: unresolved external symbol "public: class
osg::FCPtr<class osg::FCPtr<class osg::AttachmentPtr,class
osg::StateChunk>,class osg::SClipPlaneChunk> __thiscall
osg::ClipPlane::getChunk(void)" ([EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]
[EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@@osg@@[EMAIL PROTECTED]@@[EMAIL 
PROTECTED])
referenced in function "public: void __thiscall
osg::RenderAction::dropClipPlane(class osg::ClipPlane *)" (?dropClipPlane@
[EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z)    OSGRenderAction.obj
Error    40    error LNK2019: unresolved external symbol "protected:
__thiscall osg::SClipPlaneChunk::SClipPlaneChunk(void)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function "protected: static
void __cdecl osg::FieldContainer::newPtr<class osg::FCPtr<class
osg::FCPtr<class osg::AttachmentPtr,class osg::StateChunk>,class
osg::SClipPlaneChunk> >(class osg::FCPtr<class osg::FCPtr<class
osg::AttachmentPtr,class osg::StateChunk>,class osg::SClipPlaneChunk> &)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@@osg@@
[EMAIL PROTECTED]@@osg@@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@@[EMAIL PROTECTED]@@osg@@[EMAIL PROTECTED]@@1@@Z)
OSGRenderAction.obj
Error    41    error LNK2019: unresolved external symbol "protected:
__thiscall osg::ClipPlane::ClipPlane(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED])
referenced in function "protected: static void __cdecl
osg::FieldContainer::newPtr<class osg::FCPtr<class osg::FCPtr<class
osg::FCPtr<class osg::AttachmentContainerPtr,class osg::NodeCore>,class
osg::Group>,class osg::ClipPlane> >(class osg::FCPtr<class osg::FCPtr<class
osg::FCPtr<class osg::AttachmentContainerPtr,class osg::NodeCore>,class
osg::Group>,class osg::ClipPlane> &)" ([EMAIL PROTECTED]@V?$FCPtr@
[EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@@osg@@[EMAIL PROTECTED]@@osg@@
[EMAIL PROTECTED]@@osg@@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@@osg@@[EMAIL PROTECTED]@@osg@@
[EMAIL PROTECTED]@@1@@Z)    OSGRenderAction.obj


I can´t find the reason, once all symbols that the compiler couldn´t find is
perfectly in the project.. Does anyone know what is going on?
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to