You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just cloned the head revision, got all the dependencies setup, tried to build
and it fails:
error: no matching function for call to
âAlembic::Asset::OPropertyTrait<Alembic::Asset::OTypedMultiProperty<Alembic::As
set::TypedPropertyTraits<Imath::Vec3<float>,
(Alembic::Util::PlainOldDataType)10u, 3ul> >,
Alembic::TraitsGeom::PositionsStrait>::set(const Alembic::Asset::V3d*,
size_t&)â
Is this a known issue, or is it a problem with my setup?
--
Jeremy
Original issue reported on code.google.com by jeremy.cowles on 6 Sep 2010 at 1:04
The text was updated successfully, but these errors were encountered:
Hey Jeremy,
I had the same problem trying to build it, but since the problem calls are in
TraitsGeom/Test.cpp, and I just need the Maya plugin, so I just commented out
the problem lines, 159 and 304, I believe, and it built ok. I don't think your
setup is to blame. It is a 0.1.0 version, after all, so it is bound to have
issues.
Original comment by nik.veli...@gmail.com on 15 Sep 2010 at 3:02
Original issue reported on code.google.com by
jeremy.cowles
on 6 Sep 2010 at 1:04The text was updated successfully, but these errors were encountered: