Re: [yocto] Building one package needs header from another

2013-09-04 Thread Paul Eggleton
Hi Paul, Apologies for the delayed reply. On Friday 23 August 2013 12:52:54 Paul D. DeRocco wrote: > > > On Tuesday 20 August 2013 16:06:54 Paul D. DeRocco wrote: > > > > > > I've been trying to figure out how the setup.py/setup.cfg > > > (and distutils) > > > stuff works. The setup.cfg file lis

Re: [yocto] Building one package needs header from another

2013-08-23 Thread Paul D. DeRocco
> > On Tuesday 20 August 2013 16:06:54 Paul D. DeRocco wrote: > > > > I've been trying to figure out how the setup.py/setup.cfg > > (and distutils) > > stuff works. The setup.cfg file lists only one possible > > option for adding > > directories, which is basedirlist, but setting that to foo add

Re: [yocto] Building one package needs header from another

2013-08-22 Thread Paul Eggleton
Hi Paul, On Tuesday 20 August 2013 16:06:54 Paul D. DeRocco wrote: > > From: Burton, Ross [mailto:ross.bur...@intel.com] > > If you've built pygtk then the target sysroot should have the headers > > in, and for me it does: > > > > ross@melchett /data/poky-master/tmp/sysroots/genericx86 > > $ find

Re: [yocto] Building one package needs header from another

2013-08-20 Thread Paul D. DeRocco
> From: Burton, Ross [mailto:ross.bur...@intel.com] > > If you've built pygtk then the target sysroot should have the headers > in, and for me it does: > > ross@melchett /data/poky-master/tmp/sysroots/genericx86 > $ find . -name pygtk.h > ./usr/include/pygtk-2.0/pygtk/pygtk.h > > This is probab

Re: [yocto] Building one package needs header from another

2013-08-20 Thread Burton, Ross
On 20 August 2013 08:29, Paul D. DeRocco wrote: > I'm trying to build python-matplotlib, which is a plotting package for > PyGTK, and I need to compile the GDK rendering backend so that I can put > plots onto the screen. (This is for a Gumstix, and I'm using their Danny > branch metadata.) The bac

[yocto] Building one package needs header from another

2013-08-20 Thread Paul D. DeRocco
I'm trying to build python-matplotlib, which is a plotting package for PyGTK, and I need to compile the GDK rendering backend so that I can put plots onto the screen. (This is for a Gumstix, and I'm using their Danny branch metadata.) The backend source file needs to include pygtk/pygtk.h, which is