mitsuba icon indicating copy to clipboard operation
mitsuba copied to clipboard

Building on Ubuntu Linux issue

Open lei9wang opened this issue 6 years ago • 0 comments

I build mitsuba with scons on Ubuntu 16.04. it display "scons: done building targets." after run commond scons. it looks build successfully. but I check the dependence of mitsuba.so, there are lots of undefined symbol, the log as following:

undefined symbol: PyExc_ImportError (/usr/lib/x86_64-linux-gnu/libboost_python-py27.so.1.58.0) undefined symbol: PyProperty_Type (/usr/lib/x86_64-linux-gnu/libboost_python-py27.so.1.58.0) undefined symbol: PyExc_StopIteration (/usr/lib/x86_64-linux-gnu/libboost_python-py27.so.1.58.0) undefined symbol: PyBool_Type (/usr/lib/x86_64-linux-gnu/libboost_python-py27.so.1.58.0)

fined symbol: PyExc_KeyError (./mitsuba.so) undefined symbol: PyByteArray_Type (./mitsuba.so) undefined symbol: PyExc_BufferError (./mitsuba.so) undefined symbol: PyExc_RuntimeError (./mitsuba.so) undefined symbol: PyDict_Type (./mitsuba.so) undefined symbol: PySlice_Type (./mitsuba.so) undefined symbol: PyList_Type (./mitsuba.so) undefined symbol: PyInt_Type (./mitsuba.so)

so the mitsuba.so is unusable.

lei9wang avatar Sep 11 '18 06:09 lei9wang