GNUsTicker - configure fails - Boost headers not found

docvalde

Well-Known Member
Moin,

ich versuche gerade unter FreeBSD 5-STABLE GNUsTicker zu bauen - da
nicht in den Ports, aus den Sourcen.

Nach entpacken in /usr/local bekomme ich auf ein

./configure --prefix=/usr/local

folgende Fehlermeldung:

Code:
...
checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/local/bin/python
checking for python version... 2.4
checking for python platform... freebsd5
checking for python script directory...
${prefix}/lib/python2.4/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.4/site-packages
checking for headers required to compile python extensions... found
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking boost/python.hpp usability... no
checking boost/python.hpp presence... no
checking for boost/python.hpp... no
configure: error: could not find Boost python headers

in ./config.log (einsehbar unter
http://www.ruhrpott-rooters.net/config.log.txt ) tauchen noch ein paar
andere "fails" auf, mit denen ich nicht so recht was anfangen kann.

Die Boost python headers sind selbstmurmelnd installiert:

Code:
[root@lilith /usr/local/GNUsTicker]# pkg_info | grep boost
boost-python-1.32.0_2 Free peer-reviewed portable C++ source libraries

[root@lilith /usr/local/GNUsTicker]# locate python.hpp
/usr/local/include/boost/python/arg_from_python.hpp
/usr/local/include/boost/python/converter/arg_from_python.hpp
/usr/local/include/boost/python/converter/arg_to_python.hpp
/usr/local/include/boost/python/converter/from_python.hpp
/usr/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp
/usr/local/include/boost/python/converter/return_from_python.hpp
/usr/local/include/boost/python/converter/shared_ptr_from_python.hpp
/usr/local/include/boost/python/converter/shared_ptr_to_python.hpp
/usr/local/include/boost/python/detail/wrap_python.hpp
/usr/local/include/boost/python/register_ptr_to_python.hpp
/usr/local/include/boost/python.hpp
Wo hakt's da? Hat jemand n Tip?

Gruß,

-doc
 
Zurück
Oben