Status: New
Owner: ----
Labels: Type-Defect FoundBy-Community
New issue 285 by
smguo2...@gmail.com: Alembic/Util/Foundation.h not
consistently included
http://code.google.com/p/alembic/issues/detail?id=285
What steps will reproduce the problem?
1. Build from source
2. Run nm on some of the generated object files, such as "AbcGeom/Basis.o"
What is the expected output? What do you see instead?
nm should show that the methods/classes are in namespace
Alembic::AbcGeom::v2. Instead, they are in namespace
Alembic::AbcGeom::ALEMBIC_VERSION_NS.
What version of the product are you using? On what operating system?
1.0.5. Linux.
Please provide any additional information below.
Looks like Alembic/Util/Foundation.h where ALEMBIC_VERSION_NS is #defined
as "v2" is not included consistently throughout.