UIKit0 / alembic

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

AbcTree.cpp error #320

Closed GoogleCodeExporter closed 9 years ago

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

Original comment by miller.lucas on 14 Oct 2013 at 2:53

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

GoogleCodeExporter commented 9 years ago
Released in Alembic 1.5.2

Original comment by miller.lucas on 9 Dec 2013 at 6:53