Guest User

Untitled

a guest
Apr 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. onfigure:20624: checking if boost_python is available
  2. configure:20653: /usr/bin/g++-4.2 -o conftest -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include/boost -isystem /opt/local/include -isystem $
  3. In file included from /opt/local/include/boost/python/detail/prefix.hpp:13,
  4. from /opt/local/include/boost/python/args.hpp:8,
  5. from /opt/local/include/boost/python.hpp:11,
  6. from conftest.cpp:96:
  7. /opt/local/include/boost/python/detail/wrap_python.hpp:50:23: error: pyconfig.h: No such file or directory
  8. /opt/local/include/boost/python/detail/wrap_python.hpp:75:24: error: patchlevel.h: No such file or directory
  9. /opt/local/include/boost/python/detail/wrap_python.hpp:78:2: error: #error Python 2.2 or higher is required for this version of Boost.Python.
  10. /opt/local/include/boost/python/detail/wrap_python.hpp:142:21: error: Python.h: No such file or directory
  11. In file included from /opt/local/include/boost/python/cast.hpp:13,
  12. from /opt/local/include/boost/python/handle.hpp:10,
  13. from /opt/local/include/boost/python/args_fwd.hpp:10,
  14. from /opt/local/include/boost/python/args.hpp:10,
  15. from /opt/local/include/boost/python.hpp:11,
  16. from conftest.cpp:96:
  17. /opt/local/include/boost/python/base_type_traits.hpp:24: error: 'PyObject' was not declared in this scope
  18. /opt/local/include/boost/python/base_type_traits.hpp:24: error: template argument 1 is invalid
  19. /opt/local/include/boost/python/base_type_traits.hpp:30: error: 'PyTypeObject' was not declared in this scope
  20. /opt/local/include/boost/python/base_type_traits.hpp:30: error: template argument 1 is invalid
  21. /opt/local/include/boost/python/base_type_traits.hpp:36: error: 'PyMethodObject' was not declared in this scope
  22. /opt/local/include/boost/python/base_type_traits.hpp:36: error: template argument 1 is invalid
  23. In file included from /opt/local/include/boost/python/handle.hpp:11,
  24. from /opt/local/include/boost/python/args_fwd.hpp:10,
  25. from /opt/local/include/boost/python/args.hpp:10,
  26. from /opt/local/include/boost/python.hpp:11,
  27. from conftest.cpp:96:
  28. /opt/local/include/boost/python/errors.hpp:51: error: expected constructor, destructor, or type conversion before '*' token
  29. In file included from /opt/local/include/boost/python/handle.hpp:13,
  30. from /opt/local/include/boost/python/args_fwd.hpp:10,
  31. from /opt/local/include/boost/python/args.hpp:10,
  32. from /opt/local/include/boost/python.hpp:11,
  33. from conftest.cpp:96:
  34. /opt/local/include/boost/python/handle_fwd.hpp:12: error: expected type-specifier before 'PyObject'
  35. /opt/local/include/boost/python/handle_fwd.hpp:12: error: expected '>' before 'PyObject'
  36. In file included from /opt/local/include/boost/python/handle.hpp:14,
  37. from /opt/local/include/boost/python/args_fwd.hpp:10,
  38. from /opt/local/include/boost/python/args.hpp:10,
  39. from /opt/local/include/boost/python.hpp:11,
  40. from conftest.cpp:96:
  41. /opt/local/include/boost/python/refcount.hpp: In function 'T* boost::python::incref(T*)':
  42. /opt/local/include/boost/python/refcount.hpp:16: error: 'PyObject' was not declared in this scope
  43. /opt/local/include/boost/python/refcount.hpp: In function 'T* boost::python::xincref(T*)':
  44. /opt/local/include/boost/python/refcount.hpp:23: error: 'PyObject' was not declared in this scope
  45. /opt/local/include/boost/python/refcount.hpp: In function 'void boost::python::decref(T*)':
  46. /opt/local/include/boost/python/refcount.hpp:30: error: 'PyObject' was not declared in this scope
  47. /opt/local/include/boost/python/refcount.hpp: In function 'void boost::python::xdecref(T*)':
Add Comment
Please, Sign In to add comment