I've installed all the dependencies and downloaded the 1.3.3 tarball, however when I try to compile it fails on something related to libboost:
Code: Select all
/usr/local/include/boost/python/object_core.hpp: In constructor âboost::python::api::object::object(const T&) [with T = boost::python::tuple]â:
/usr/local/include/boost/python/numeric.hpp:121: instantiated from âvoid boost::python::numeric::array::resize(const Sequence&) [with Sequence = boost::python::tuple]â
/usr/local/include/boost/preprocessor/iteration/detail/local.hpp:37: instantiated from here
/usr/local/include/boost/python/object_core.hpp:334: error: âobject_base_initializerâ was not declared in this scope
error: command 'gcc' failed with exit status 1
Would anyone have an idea as to what's causing this to fail?