Skip to content
New issue

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

OSX build fails due to python libraries not being included #21

Open
silicontrip opened this issue Jul 8, 2017 · 0 comments
Open

OSX build fails due to python libraries not being included #21

silicontrip opened this issue Jul 8, 2017 · 0 comments

Comments

@silicontrip
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant