Hi,

if you look closely, these are warnings and not errors ;-) You may look
at the discussion regarding VS2010 and OSG on the OSG list.
BTW : these messages are warnings and not errors because I added
/FORCE:MULTIPLE to the solution. It seems to affect projects that link
to osgDB

-Fred

Le 02/10/2010 12:28, Alan Teeder a écrit :
> I am seeing this with the current Git and a recent SVN copy of OSG.
> (MSVC10)
>  
>
> osgDB.lib(osgDB.dll) : warning LNK4006: "public: void __thiscall
> std::basic_ifstream<char,struct std::char_traits<char> >::`vbase
> destructor'(void)"
> (??_d?$basic_ifstr...@du?$char_traits@d...@std@@@std@@QAEXXZ) already
> defined in FGFDMExec.obj; second definition ignored
>
> osgDB.lib(osgDB.dll) : warning LNK4006: "public: void __thiscall
> std::basic_ifstream<char,struct std::char_traits<char> >::close(void)"
> (?cl...@?$basic_ifstream@du?$char_tra...@d@std@@@std@@QAEXXZ) already
> defined in FGFDMExec.obj; second definition ignored
>
> osgDB.lib(osgDB.dll) : warning LNK4006: "public: __thiscall
> std::basic_ifstream<char,struct std::char_traits<char>
> >::basic_ifstream<char,struct std::char_traits<char> >(char const
> *,int,int)"
> (??0?$basic_ifstr...@du?$char_traits@d...@std@@@std@@q...@pbdhh@Z) already
> defined in uiuc_flapdata.obj; second definition ignored
>
> osgDB.lib(osgDB.dll) : warning LNK4006: "public: void __thiscall
> std::basic_ofstream<char,struct std::char_traits<char> >::`vbase
> destructor'(void)"
> (??_d?$basic_ofstr...@du?$char_traits@d...@std@@@std@@QAEXXZ) already
> defined in FGOutput.obj; second definition ignored
>
> osgDB.lib(osgDB.dll) : warning LNK4006: "public: void __thiscall
> std::basic_ofstream<char,struct std::char_traits<char> >::close(void)"
> (?cl...@?$basic_ofstream@du?$char_tra...@d@std@@@std@@QAEXXZ) already
> defined in FGOutput.obj; second definition ignored
>
> osgDB.lib(osgDB.dll) : warning LNK4006: "public: __thiscall
> std::basic_ofstream<char,struct std::char_traits<char>
> >::basic_ofstream<char,struct std::char_traits<char> >(char const
> *,int,int)"
> (??0?$basic_ofstr...@du?$char_traits@d...@std@@@std@@q...@pbdhh@Z) already
> defined in FGInitialCondition.obj; second definition ignored
>
> Creating library
> C:\FlightGear\flightgear\projects\VC100\Win32\Release\fgfs.lib and
> object C:\FlightGear\flightgear\projects\VC100\Win32\Release\fgfs.exp
>
> C:\FlightGear\flightgear\projects\VC100\Win32\Release\fgfs.exe :
> warning LNK4088: image being generated due to /FORCE option; image may
> not run
>
> FG appears to run normally.
>
> Alan
>
>


-- 
Frédéric Bouvier
http://my.fotolia.com/frfoto/              Photo gallery - album photo
http://www.youtube.com/user/fgfred64       Videos


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to