Re: [Scratchbox-users] [Scratchbox2] How to use "python setup.py build" under scratchbox

2011-03-16 Thread Han Hartgers
On Thu, Mar 17, 2011 at 1:05 AM, Lauri T. Aarnio wrote: > > On Mar 16, 2011, at 5:12 AM, ext Han Hartgers wrote: > > Many thanks for the explanation. I did read about the tools root, but >> disregarded that as unimportant. >> > > long time ago it was possible to use "devel" without a separate to

Re: [Scratchbox-users] [Scratchbox2] How to use "python setup.py build" under scratchbox

2011-03-16 Thread Lauri T. Aarnio
On Mar 16, 2011, at 4:02 PM, ext Han Hartgers wrote: Dear all, I have now generated a tools root but I think I have done something wrong because now is the sb2-init command not working correctly. I generated a qemux86 image with the angstrom online build system (Narcissus) this image shoul

Re: [Scratchbox-users] [Scratchbox2] How to use "python setup.py build" under scratchbox

2011-03-16 Thread Lauri T. Aarnio
On Mar 16, 2011, at 5:12 AM, ext Han Hartgers wrote: Many thanks for the explanation. I did read about the tools root, but disregarded that as unimportant. long time ago it was possible to use "devel" without a separate tools root, I think. But obviously that haven't been tested lately, a

Re: [Scratchbox-users] [Scratchbox2] How to use "python setup.py build" under scratchbox

2011-03-16 Thread Han Hartgers
Dear all, I have now generated a tools root but I think I have done something wrong because now is the sb2-init command not working correctly. I generated a qemux86 image with the angstrom online build system (Narcissus) this image should be basically the same as the image I have for my beagleboar

Re: [Scratchbox-users] [Scratchbox2] How to use "python setup.py build" under scratchbox

2011-03-15 Thread Han Hartgers
Dear Lauri, Many thanks for the explanation. I did read about the tools root, but disregarded that as unimportant. Can you be a bit more specific about what this tools root should include? Should this file system include the same libraries and header files as the target rootfs? I can fairly easy

Re: [Scratchbox-users] [Scratchbox2] How to use "python setup.py build" under scratchbox

2011-03-15 Thread Lauri T. Aarnio
On Mar 14, 2011, at 4:41 AM, ext Han Hartgers wrote: This is the relevant (?) output of the sb2-init command. configured at 2011-03-10_17:38:35 by user 'hansan', with command ( cd /home/hansan/Beagelboard/angstrom_rootfs; sb2-init beagle_angstrom /usr/local/angstrom/arm/bin/arm-angstrom- linux

[Scratchbox-users] [Scratchbox2] How to use "python setup.py build" under scratchbox

2011-03-13 Thread Han Hartgers
Dear all / lauri, (This is a resend: the log files were to big to make it to the list the first time.) It looks if the mapping is indeed not correct everything is mapped to the host. I have put my answers more or less inline On Thu, Mar 10, 2011 at 10:04 PM, Lauri T. Aarnio wrote: > > On Mar 1

Re: [Scratchbox-users] [Scratchbox2] How to use "python setup.py build" under scratchbox

2011-03-10 Thread Lauri T. Aarnio
On Mar 10, 2011, at 1:14 PM, ext Han Hartgers wrote: Dear all, I try to "compile" some python files for the ARM platform. (Actually kaa of the freevo media player (http://freevo.sourceforge.net/) I doubt actually if pure python needs this, but my source has also a couple of C files which

[Scratchbox-users] [Scratchbox2] How to use "python setup.py build" under scratchbox

2011-03-10 Thread Han Hartgers
Dear all, I try to "compile" some python files for the ARM platform. (Actually kaa of the freevo media player (http://freevo.sourceforge.net/) I doubt actually if pure python needs this, but my source has also a couple of C files which do need to be compiled for the target. Normally would the pyt