andrewhwood / alembic

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

Alembic/Util/Foundation.h not consistently included #285

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by smguo2...@gmail.com on 6 Jul 2012 at 7:35

GoogleCodeExporter commented 9 years ago
Dang! You noticed before the fix was released.

http://code.google.com/r/millerlucas-dev/source/detail?r=94ff5f1c91eef67faf6eac3
4abc6f14bd51f6bd9

Thanks for pointing this out though.

Original comment by miller.lucas on 6 Jul 2012 at 4:19

GoogleCodeExporter commented 9 years ago

Original comment by miller.lucas on 6 Jul 2012 at 4:19

GoogleCodeExporter commented 9 years ago
Fixed in the new released 1.1

Original comment by miller.lucas on 2 Aug 2012 at 11:11