Boost logo

Boost-Build :

Subject: Re: [Boost-build] [External] Re: Building Boost giving python error centos 6.5
From: Vladimir Prus (ghost_at_[hidden])
Date: 2014-09-11 09:37:32


On 09/11/2014 05:21 PM, Whitmore, Mattie [USA] wrote:
> Hi Volodya,
>
> Thank you for getting back to me <python version> is just a point to since this happens with any python version I use.
>
> I ran the gcc compile and got the following errors:
>
> ./boost/python/detail/wrap_python.hpp:50:23: error: pyconfig.h: No such file or directory

Hi Mattie,

this error message basically means you don't have Python headers installed. On my Ubuntu system,
/usr/include/python2.7/pyconfig.h is part of the libpython2.7-dev package. You probably need to
install that, or similar package.

- Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk