Hi, I'm trying to compile OpenSG 1.8 with VS2005 (VS8) I got OpenSG 1.8 sources from CVS (CVSROOT=:pserver:[email protected]:/cvsroot/opensg)
I open OpenSG.sln (in \OpenSG\VSBuild\VS8) and build just 'BaseLib'. However, I got some error messages. Error 1 error LNK2005: "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl osg::operator<<<float,3>(class std::basic_ostream<char,struct std::char_traits<char> > &,class osg::Point<float,3> const &)" (??$?6m...@osg@@yaaav?$basic_ostr...@du?$char_traits@d...@std@@@std@@aa...@abv? $po...@m$02@0@@Z) already defined in OSGBoxVolume.obj OSGVector.obj Error 2 error LNK2005: "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl osg::operator<<<float,3>(class std::basic_ostream<char,struct std::char_traits<char> > &,class osg::Vector<float,3> const &)" (??$?6m...@osg@@yaaav?$basic_ostr...@du?$char_traits@d...@std@@@std@@aa...@abv? $vec...@m$02@0@@Z) already defined in OSGCylinderVolume.obj OSGVector.obj Error 3 fatal error LNK1169: one or more multiply defined symbols found d:\PROJECTs\RStation\OpenSG\OpenSG_1\OpenSG\VSBuild\VS8\lib\opt\OSGBase.dll 1 What's the problem? ( I just build it as it was... ) Regards, Jeongseok ------------------------------------------------------------------------------ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
