Я бегу следующими строить команду из/привязок/каталога питон LibtorrentСтроительство 32bit версия Libtorrent на OSX, используя импульс с питоном привязками
./bjam boost=system link=static address-model=32 toolset=darwin architecture=x86 release
Но я получаю следующие ошибки
/opt/local/include/boost/python/detail/wrap_python.hpp:50:23: error: pyconfig.h: No such file or directory
/opt/local/include/boost/python/detail/wrap_python.hpp:75:24: error: patchlevel.h: No such file or directory
/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.
/opt/local/include/boost/python/detail/wrap_python.hpp:142:21: error: Python.h: No such file or directory
Наконец в результате
...failed darwin.compile.c++ bin/darwin-4.2.1/release/address-model-32/architecture-x86/link-static/src/module.o..
Может кто-нибудь точка, где я получаю g испортился?
Эти ошибки указывают на то, что bjam не может найти файлы заголовков python. Убедитесь, что файлы заголовков python установлены (обычно они распространяются в пакете python-devel). –