From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [XenARM] Unable to find Python development headers Date: Thu, 4 Apr 2013 16:09:20 +0100 Message-ID: <515D97A0.7090200@citrix.com> References: <3A6586556649FF42BA3240F179473FD1141BC069EE@HIKAWSEX01.ad.harman.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <3A6586556649FF42BA3240F179473FD1141BC069EE@HIKAWSEX01.ad.harman.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Khandelwal, Shubham" Cc: "Datta, Souvik" , "'xen-arm@lists.xen.org'" , xen-devel List-Id: xen-devel@lists.xenproject.org On 04/04/2013 11:16 AM, Khandelwal, Shubham wrote: > Hi, Hello, > I am trying to cross compile xen-tools for arm32 as mentioned here > http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/CrossComp= iling > but i am getting the following error > = > = > = > =85 > = > checking for sys/types.h... yes > = > checking for sys/stat.h... yes > = > checking for stdlib.h... yes > = > checking for string.h... yes > = > checking for memory.h... yes > = > checking for strings.h... yes > = > checking for inttypes.h... yes > = > checking for stdint.h... yes > = > checking for unistd.h... yes > = > checking for python-config... /usr/bin/python-config > = > checking Python.h usability... no > = > checking Python.h presence... no > = > checking for Python.h... no > = > configure: error: Unable to find Python development headers > = > ... You need to install libpython2.7-dev:armhf. Thanks for the reporting, I will add it on the wiki page. Cheers, Julien