Hi,
 
I tried to build OpenSG2 with static support libs (Windows with VS2010). All worked but OSGContribRhino3D has linker errors:
 
1>libosgopennurbs.lib(opennurbs_uuid.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__UuidCreate@4" in Funktion ""bool __cdecl ON_CreateUuid(struct _GUID &)" (?ON_CreateUuid@@YA_NAAU_GUID@@@Z)".
1>libosgopennurbs.lib(opennurbs_zlib.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_z_deflate" in Funktion ""private: unsigned int __thiscall ON_BinaryArchive::WriteDeflate(unsigned int,void const *)" (?WriteDeflate@ON_BinaryArchive@@AAEIIPBX@Z)".
1>libosgopennurbs.lib(opennurbs_compress.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_z_deflate".
1>libosgopennurbs.lib(opennurbs_zlib.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_z_inflate" in Funktion ""private: bool __thiscall ON_BinaryArchive::ReadInflate(unsigned int,void *)" (?ReadInflate@ON_BinaryArchive@@AAE_NIPAX@Z)".
1>libosgopennurbs.lib(opennurbs_compress.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_z_inflate".
1>libosgopennurbs.lib(opennurbs_zlib.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_z_deflateEnd" in Funktion ""private: void __thiscall ON_BinaryArchive::CompressionEnd(void)" (?CompressionEnd@ON_BinaryArchive@@AAEXXZ)".
1>libosgopennurbs.lib(opennurbs_compress.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_z_deflateEnd".
1>libosgopennurbs.lib(opennurbs_zlib.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_z_inflateEnd" in Funktion ""private: void __thiscall ON_BinaryArchive::CompressionEnd(void)" (?CompressionEnd@ON_BinaryArchive@@AAEXXZ)".
1>libosgopennurbs.lib(opennurbs_compress.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_z_inflateEnd".
1>libosgopennurbs.lib(opennurbs_zlib.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_z_inflateInit_" in Funktion ""public: bool __thiscall ON_CompressedBuffer::CompressionInit(struct ON_CompressedBufferHelper *)const " (?CompressionInit@ON_CompressedBuffer@@QBE_NPAUON_CompressedBufferHelper@@@Z)".
1>libosgopennurbs.lib(opennurbs_compress.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_z_inflateInit_".
1>libosgopennurbs.lib(opennurbs_zlib.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_z_deflateInit_" in Funktion ""public: bool __thiscall ON_CompressedBuffer::CompressionInit(struct ON_CompressedBufferHelper *)const " (?CompressionInit@ON_CompressedBuffer@@QBE_NPAUON_CompressedBufferHelper@@@Z)".
1>libosgopennurbs.lib(opennurbs_compress.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_z_deflateInit_".
 
 
Maybe theres some reference missing...
 
Michael
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to