[Bf-committers] tests of branch NDOF

Ettore Pasquini ettore_pasquini at 3dconnexion.com
Fri Mar 14 21:02:51 CET 2008


On 3/14/08 11:57 AM, "jmsoler at free.fr" <jmsoler at free.fr> wrote:

> It seems to compile well on MSVC 8.0 with a very small modif
> in the file : intern\ghost\intern\ghost_c-api.cpp
> the function 'GHOST_OpenNDOF' has to return something.
> (I have added return 0; and it works well or it looks like if
> it works well).

I am also using VC8 on windows and I didn't get that error, but I got a
bunch of linker errors I believe on OpenEXR stuff:

IlmImf.lib(ImfHuf.obj) : error LNK2001: unresolved external symbol "public:
void __thiscall std::_String_base::_Xran(void)const "
(?_Xran at _String_base@std@@QBEXXZ)

IlmThread.lib(IlmThreadPool.obj) : error LNK2001: unresolved external symbol
"public: void __thiscall std::_String_base::_Xran(void)const "
(?_Xran at _String_base@std@@QBEXXZ)

IlmImf.lib(ImfFrameBuffer.obj) : error LNK2019: unresolved external symbol
"public: void __thiscall std::_String_base::_Xran(void)const "
(?_Xran at _String_base@std@@QBEXXZ) referenced in function "public: virtual
__thiscall Iex::ArgExc::~ArgExc(void)" (??1ArgExc at Iex@@UAE at XZ)

Iex.lib(IexBaseExc.obj) : error LNK2001: unresolved external symbol "public:
void __thiscall std::_String_base::_Xran(void)const "
(?_Xran at _String_base@std@@QBEXXZ)

Half.lib(half.obj) : error LNK2019: unresolved external symbol "public: void
__thiscall std::_String_base::_Xlen(void)const "
(?_Xlen at _String_base@std@@QBEXXZ) referenced in function "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)

IlmImf.lib(ImfHeader.obj) : error LNK2019: unresolved external symbol
"public: void __thiscall std::ios_base::_Addstd(void)"
(?_Addstd at ios_base@std@@QAEXXZ) referenced in function "protected: void
__thiscall std::basic_ios >::init(class std::basic_streambuf > *,bool)"
(?init@?$basic_ios at DU?$char_traits at D@std@@@std@@IAEXPAV?$basic_streambuf at DU?
$char_traits at D@std@@@2 at _N@Z)

..\..\bin\blender.exe : fatal error LNK1120: 3 unresolved externals

I did run an svv update on the trunk/lib folder...

Ettore



More information about the Bf-committers mailing list