[Angstrom-devel] Building additional python packages for Angstrom?

2008-04-09 Thread Bob Igo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would like to build MySQLdb for Python for use on my hx4700 running Angstrom 2007.12. If someone who knows how to do that (e.g. advanced user, or a package maintainer) could help me learn how, I can update the wiki with the relevant information as w

Re: [Angstrom-devel] Building additional python packages for Angstrom?

2008-04-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Igo schreef: | I would like to build MySQLdb for Python for use on my hx4700 running | Angstrom 2007.12. If someone who knows how to do that (e.g. advanced | user, or a package maintainer) could help me learn how, I can update the | wiki with the

Re: [Angstrom-devel] Building additional python packages for Angstrom?

2008-04-10 Thread Bob Igo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Koen Kooi wrote: | In essence it's really easy: | | * setup OE according to | http://www.angstrom-distribution.org/building-angstrom | | * 'bitbake python-mysqldb' | | Of course there will be problems along the road, be we can try to solve | them

Re: [Angstrom-devel] Building additional python packages for Angstrom?

2008-04-11 Thread Bob Igo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Igo wrote: | Encouraged that it _should_ work, I tried again from scratch and got as | far as this error while trying to build python-mysqldb: | http://www.openembedded.org/the-q-a-team-strikes-back | | That page suggests two courses of action. I

Re: [Angstrom-devel] Building additional python packages for Angstrom?

2008-04-12 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Igo schreef: | Bob Igo wrote: | | Encouraged that it _should_ work, I tried again from scratch and got as | | far as this error while trying to build python-mysqldb: | | http://www.openembedded.org/the-q-a-team-strikes-back | | | | That page sugges

Re: [Angstrom-devel] Building additional python packages for Angstrom?

2008-04-14 Thread Bob Igo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Koen Kooi wrote: | Try to find out where the -I/usr/include (most likely a -I${includedir} | somewhere) is coming from and find a way to remove it. Well, when I first tried to work around the compilation error, I did try manually running the gcc cross