AbcTree.cpp error
Closed this issue · 3 comments
GoogleCodeExporter commented
Hello I get this error under OSX 10.8. It is really simple to fix just to let
you know guys. Let me know if you need more info.
/Users/sabotage3d/LIB/alembic/Alembic_1.5.1_2013091900/examples/bin/AbcTree/AbcT
ree.cpp:315:13: error:
redefinition of 'i' with a different type: 'int' vs 'std::size_t' (aka 'unsigned long')
int i = 0;
^
/Users/sabotage3d/LIB/alembic/Alembic_1.5.1_2013091900/examples/bin/AbcTree/AbcT
ree.cpp:299:23: note:
previous definition is here
for ( std::size_t i = 0; i < files.size(); i++ ) {
^
1 error generated.
make[2]: *** [examples/bin/AbcTree/CMakeFiles/abctree.dir/AbcTree.cpp.o] Error 1
make[1]: *** [examples/bin/AbcTree/CMakeFiles/abctree.dir/all] Error 2
make: *** [all] Error 2
Original issue reported on code.google.com by sabotag...@gmail.com
on 13 Oct 2013 at 2:54
GoogleCodeExporter commented
Original comment by miller.lucas
on 14 Oct 2013 at 2:53
- Changed state: Accepted
GoogleCodeExporter commented
Fix checked in here:
http://code.google.com/r/millerlucas-dev/source/detail?r=db1678d686d5df071deb54c
0234c73ac702dda9c
Original comment by miller.lucas
on 18 Oct 2013 at 5:15
- Changed state: PleaseVerify
GoogleCodeExporter commented
Released in Alembic 1.5.2
Original comment by miller.lucas
on 9 Dec 2013 at 6:53
- Changed state: Verified