PonyDeluxe / alembic

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

PyIArchive.cpp:54: error: control reaches end of non-void function #326

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set configure with --enable-pyalembic
here is my configure command line:
python build/bootstrap/alembic_bootstrap.py  
--dependency-install-root=$DAMB_DEPENDENTS_LIBS_PATH 
--with-maya=/mnt/software/maya/maya2013sp2-x64/  --debug --enable-pyalembic
2.
3.

What is the expected output? What do you see instead?
compile the whole package including Python binding, but I got the following 
error.
/home/personal_folders/j.jia/projects/SourceCodes/Alembic_1.5.1_2013091900/pytho
n/PyAlembic/PyIArchive.cpp: In function ‘Alembic::Abc::v6::IArchive* 
mkIArchive(const std::string&)’:
/home/personal_folders/j.jia/projects/SourceCodes/Alembic_1.5.1_2013091900/pytho
n/PyAlembic/PyIArchive.cpp:54: error: control reaches end of non-void function
make[2]: *** [python/PyAlembic/CMakeFiles/alembicmodule.dir/PyIArchive.cpp.o] 
Error 1

What version of the product are you using? On what operating system?
1.5.1

Please provide any additional information below.

Original issue reported on code.google.com by jhy13401192277@gmail.com on 2 Dec 2013 at 5:44

GoogleCodeExporter commented 8 years ago
Fix is here:
http://code.google.com/r/millerlucas-dev/source/detail?r=8909149b2c068239496ccba
154adad87c32f5726

Original comment by miller.lucas on 2 Dec 2013 at 6:12

GoogleCodeExporter commented 8 years ago
Released in Alembic 1.5.2

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