[ODE] Linker Errors

David Walters hidden.asbestos at googlemail.com
Wed Feb 21 03:33:19 MST 2007


>
> when i try to build ode i get following linker errors:

Hi, "convex.{cpp,h}" is one of the only parts of ODE that uses STL, I
believe there is some GCC option to enable support for this - which
seems to not be on by default.

I mentioned removing STL from the convex primitive but didn't get any feedback.

Hope this helps.

Regards,
Dave


>
>   Verknüpfen...
> LINK : warning LNK4076: Inkrementelle Statusdatei "bin/fenditor_debug.ilk"
> ungültig; Verknüpfung erfolgt nicht inkrementell.
> ode.lib(convex.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes
> Symbol ""public: void __thiscall
> std::_String_base::_Xran(void)const "
> (?_Xran at _String_base@std@@QBEXXZ)" in Funktion ""public:
> class std::basic_string,class std::allocator > & __thiscall
> std::basic_string,class std::allocator >::assign(class
> std::basic_string,class std::allocator > const &,unsigned int,unsigned int)"
> (?assign@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAEAAV12 at ABV12@II at Z)".
> ode.lib(convex.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes
> Symbol ""public: void __thiscall
> std::_String_base::_Xlen(void)const "
> (?_Xlen at _String_base@std@@QBEXXZ)" in Funktion ""protected:
> bool __thiscall std::basic_string,class std::allocator >::_Grow(unsigned
> int,bool)"
> (?_Grow@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@IAE_NI_N at Z)".
> bin/fenditor_debug.exe : fatal error LNK1120: 2 nicht aufgelöste externe
> Verweise.
>



More information about the ODE mailing list