Hi, So apparently while the vrml plugin compiled when I tried building I get the following errors ...
[osg-users] running vrml plugin on 2.0 ------ Build started: Project: Plug 3d vrml, Configuration: Debug Win32 ------ Linking... msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" ([EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@1@@std@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@0@@Z) already defined in openvrml.lib(browser.obj) msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" ([EMAIL PROTECTED]@std@@@std@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@[EMAIL PROTECTED]@[EMAIL PROTECTED]) already defined in ReaderWriterVRML2.obj LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library openvrml.lib(browser.obj) : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall antlr::RecognitionException::getFileLineColumnString(void)const " ([EMAIL PROTECTED]@antlr@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@std@@XZ) openvrml.lib(browser.obj) : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall antlr::RecognitionException::toString(void)const " ([EMAIL PROTECTED]@antlr@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@std@@XZ) openvrml.lib(browser.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall antlr::Parser::~Parser(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function "public: virtual __thiscall antlr::LLkParser::~LLkParser(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) openvrml.lib(browser.obj) : error LNK2019: unresolved external symbol "public: __thiscall antlr::RecognitionException::RecognitionException(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int,int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL PROTECTED]) referenced in function "public: __thiscall antlr::SemanticException::SemanticException(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int,int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL PROTECTED]) openvrml.lib(browser.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall antlr::LLkParser::traceOut(char const *)" ([EMAIL PROTECTED]@antlr@@[EMAIL PROTECTED]) openvrml.lib(browser.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall antlr::LLkParser::traceIn(char const *)" ([EMAIL PROTECTED]@antlr@@[EMAIL PROTECTED]) openvrml.lib(browser.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall antlr::Parser::traceIndent(void)" ([EMAIL PROTECTED]@antlr@@UAEXXZ) There was a bunch more but I figured that would suffice. Just to recap, when I installed osg 2.0 via cmake I used: C:/Documents and Settings/Bryan Berg/Desktop/openVRML/OpenVRML/include for my openvrml include directory and C:/Documents and Settings/Bryan Berg/Desktop/openVRML/OpenVRML/lib/openvrml.lib for my openvrml library directory. Thanks, Bryan Bryan Berg The Salk Institute LOG-G 10010 N. Torrey Pines Rd La Jolla CA 92037 Phone: 858 453-4100 x 1435 _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
