Lallapallooza

Results 2 comments of Lallapallooza

Hi! I got same issues, steps I made to resolve it. 1) Add to main cmake i.e. CMakeLists.txt in main folder "add_definitions(-fPIC)" 2) Do same steps as in instruction but,...

Your have problem with Boost python library. Try to compile without -DPYTHON_LIBRARY=/opt/local/lib/libpython2.7.dylib -DPYTHON_EXECUTABLE=/opt/local/bin/python -DPYTHON_INCLUDE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/ -DUSE_SYSTEM_BOOST=NO ..