nnarain / gameboycore-python

Python Bindings for GameboyCore
MIT License
5 stars 2 forks source link

Build error: Linking to libboost_python instead of libboost_python27 #20

Closed nnarain closed 6 years ago

nnarain commented 6 years ago

Notice that when building with boost 1.68.0, the library libboost_python27.so is created in $BOOST_ROOT/stage/lib and the setup.py script attempts to link libboost_python.

Handling the linking by hand in the setup.py file is probably a bad idea. I should consider using something more robust to build the module. #10