Hi,

  We are trying to build support for Collada file in our installation of OSG 
(latest stable at this moment v3.2.1 )
  Following instructions on the wiki, it seems that the plugin does not support 
the current stable release of Collada dom (which would be 2.4).

Trying to compile Collada-dom v2.2 following the steps in the wiki page, there 
are problems at this instruction:
  
> make os=linux project=minizip


In my environment, this is generating a lot of linker errors:


Code:
Linking build/linux-1.4/libminizip.so.1.2.3
Undefined symbols for architecture x86_64:
  "_crc32", referenced from:
      _unzReadCurrentFile in unzip.o
      _zipWriteInFileInZip in zip.o
  "_deflate", referenced from:
      _zipWriteInFileInZip in zip.o
      _zipCloseFileInZipRaw in zip.o
  "_deflateEnd", referenced from:
      _zipCloseFileInZipRaw in zip.o
  "_deflateInit2_", referenced from:
      _zipOpenNewFileInZip3 in zip.o
  "_get_crc_table", referenced from:
      _unzOpenCurrentFile3 in unzip.o
      _zipOpenNewFileInZip3 in zip.o
  "_inflate", referenced from:
      _unzReadCurrentFile in unzip.o
  "_inflateEnd", referenced from:
      _unzClose in unzip.o
      _unzCloseCurrentFile in unzip.o
      _unzOpenCurrentFile3 in unzip.o
  "_inflateInit2_", referenced from:
      _unzOpenCurrentFile3 in unzip.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)



Is someone familiar with this build issue on current OS X systems ?


Thank you!

Best regards,
Adrien

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=62048#62048





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to