We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libarea fails building area.so with the error:
Undefined symbols for architecture x86_64: "_PyBool_FromLong", referenced from: boost::python::objects::caller_py_function_impl<boost::python::detail::caller<bool (*)(), boost::python::default_call_policies, boost::mpl::vector1<bool> > >::operator()(_object*, _object*) in PythonStuff.o ...
This error occurs because cmake only includes the boost-python library and none of the python libraries that the boost-python library depends on.
I don't know enough about cmake to resolve this myself (yet)
The text was updated successfully, but these errors were encountered:
Fixes to build on MacOSX addresses Heeks#20 and Heeks#21
e7e0014
No branches or pull requests
libarea fails building area.so with the error:
This error occurs because cmake only includes the boost-python library and none of the python libraries that the boost-python library depends on.
I don't know enough about cmake to resolve this myself (yet)
The text was updated successfully, but these errors were encountered: