PonyDeluxe / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

Cannot compile agains alembic on OSX 10.8.4 #309

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I installed alembic using homebrew (http://mxcl.github.io/homebrew/). I cannot 
compile my program against the static alembic library, since i get the 
following error:

Undefined symbols for architecture x86_64:
  "Alembic::Abc::v5::ICompoundProperty::init(std::shared_ptr<Alembic::AbcCoreAbstract::v5::CompoundPropertyReader>, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Alembic::Abc::v5::ErrorHandler::Policy, Alembic::Abc::v5::Argument const&)", referenced from:
      Alembic::Abc::v5::ICompoundProperty::ICompoundProperty<std::shared_ptr<Alembic::AbcCoreAbstract::v5::CompoundPropertyReader> >(std::shared_ptr<Alembic::AbcCoreAbstract::v5::CompoundPropertyReader>, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Alembic::Abc::v5::Argument const&) in FLAlembicInterface.o
  "Alembic::AbcGeom::v5::OXformSchema::setTimeSampling(std::shared_ptr<Alembic::AbcCoreAbstract::v5::TimeSampling>)", referenced from:
      FLAlembicInterface::exportRigid(FLRigid*, Alembic::Abc::v5::OObject const&, unsigned int, unsigned int) const in FLAlembicInterface.o
  "Alembic::AbcGeom::v5::OPointsSchema::setTimeSampling(std::shared_ptr<Alembic::AbcCoreAbstract::v5::TimeSampling>)", referenced from:
      FLAlembicInterface::exportParticles(FLParticleFluid*, Alembic::Abc::v5::OObject const&, unsigned int, unsigned int) const in FLAlembicInterface.o
  "Alembic::AbcCoreHDF5::v5::ReadArchive::operator()(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<Alembic::AbcCoreAbstract::v5::ReadArraySampleCache>) const", referenced from:
      Alembic::Abc::v5::IArchive::IArchive<Alembic::AbcCoreHDF5::v5::ReadArchive>(Alembic::AbcCoreHDF5::v5::ReadArchive, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Alembic::Abc::v5::ErrorHandler::Policy, std::shared_ptr<Alembic::AbcCoreAbstract::v5::ReadArraySampleCache>) in FLAlembicInterface.o
  "Alembic::Abc::v5::IArrayProperty::get(std::shared_ptr<Alembic::AbcCoreAbstract::v5::ArraySample>&, Alembic::Abc::v5::ISampleSelector const&) const", referenced from:
      Alembic::Abc::v5::ITypedArrayProperty<Alembic::Abc::v5::P3fTPTraits>::get(std::shared_ptr<Alembic::Abc::v5::TypedArraySample<Alembic::Abc::v5::P3fTPTraits> >&, Alembic::Abc::v5::ISampleSelector const&) const in FLAlembicInterface.o
      Alembic::Abc::v5::ITypedArrayProperty<Alembic::Abc::v5::V3fTPTraits>::get(std::shared_ptr<Alembic::Abc::v5::TypedArraySample<Alembic::Abc::v5::V3fTPTraits> >&, Alembic::Abc::v5::ISampleSelector const&) const in FLAlembicInterface.o
      Alembic::Abc::v5::ITypedArrayProperty<Alembic::Abc::v5::Int32TPTraits>::get(std::shared_ptr<Alembic::Abc::v5::TypedArraySample<Alembic::Abc::v5::Int32TPTraits> >&, Alembic::Abc::v5::ISampleSelector const&) const in FLAlembicInterface.o
      Alembic::Abc::v5::ITypedArrayProperty<Alembic::Abc::v5::N3fTPTraits>::get(std::shared_ptr<Alembic::Abc::v5::TypedArraySample<Alembic::Abc::v5::N3fTPTraits> >&, Alembic::Abc::v5::ISampleSelector const&) const in FLAlembicInterface.o
      Alembic::Abc::v5::ITypedArrayProperty<Alembic::Abc::v5::V2fTPTraits>::get(std::shared_ptr<Alembic::Abc::v5::TypedArraySample<Alembic::Abc::v5::V2fTPTraits> >&, Alembic::Abc::v5::ISampleSelector const&) const in FLAlembicInterface.o
      Alembic::Abc::v5::ITypedArrayProperty<Alembic::Abc::v5::Uint32TPTraits>::get(std::shared_ptr<Alembic::Abc::v5::TypedArraySample<Alembic::Abc::v5::Uint32TPTraits> >&, Alembic::Abc::v5::ISampleSelector const&) const in FLAlembicInterface.o
ld: symbol(s) not found for architecture x86_64

Can somebody confirm this issue, or am i just missing something?

Original issue reported on code.google.com by cornelis.jens@gmail.com on 15 Jul 2013 at 2:35

GoogleCodeExporter commented 8 years ago
We did not create and don't currently support the Homebrew build.

Upon first glance I don't see anything obviously wrong.

Original comment by miller.lucas on 15 Jul 2013 at 5:23