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

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

2011-03-16 Thread Han Hartgers
Kind regards, Han On Wed, Mar 16, 2011 at 12:12 PM, Han Hartgers wrote: > 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? &g

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

2011-03-15 Thread Han Hartgers
goes and let you know. Greetings, Han On Tue, Mar 15, 2011 at 11:35 PM, Lauri T. Aarnio wrote: > > 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 &#x

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

2011-03-13 Thread Han Hartgers
On Mar 10, 2011, at 1:14 PM, ext Han Hartgers wrote: > > > > 3) I do have my python headers installed on my target but I am for some >> reason not mapping this. >> > > You can check the effect of path mappings by e.g. "sb2 -m devel sb2-show > path /usr/include/

[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

Re: [Scratchbox-users] Compiling kernel with scratchbox2

2010-01-21 Thread Han Hartgers
Dear Aaron, I am not really an expert on this but I think that the problem is not directly Scratchbox2; for some reason is the make process asking for the usages of the host C-compiler and in that case is always the host libc is used. (Even when it is too old.) On Thu, Jan 21, 2010 at 2:44 AM, A

Re: [Scratchbox-users] Re: Re: [Scratchbox-devel] Strange things on Scratchbox 2

2010-01-11 Thread Han Hartgers
On Sat, Jan 9, 2010 at 10:25 PM, Claudio Scordino wrote: > Claudio Scordino ha scritto: > >> Claudio Scordino ha scritto: >> >>> Hi all, >>> >>> I'm using the latest Scratchbox on git repository with a CodeSourcery >>> toolchain (arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2) >>

Re: [Scratchbox-users] scratchbox2: usages questions

2010-01-09 Thread Han Hartgers
For scratchbox2 is this basically not so difficult, but I need a bit more information from you about what kind tool chain to answer your question completely. The basic procedure is as follows: cd rootfs_target sb2-init -c qemu-target target_name /the/path/to/the/bin/of/the/toolchain/bin/gcc "-c

[Scratchbox-users] Re: scratchbox2: usages questions

2010-01-08 Thread Han Hartgers
Dear all, I was able to answer my questions myself (Except for the "PKG_CONFIG_PATH" ) I should have read the Meamo SDK documentation before I asked my questions last week. I have now installed the rootfs in my home directory. (I had to "Seed" my rootfs with the correct packages of debian squeez

[Scratchbox-users] scratchbox2: usages questions

2010-01-02 Thread Han Hartgers
Dear all, I am a happy user, using scratchbox2 (1.99.0.27) to cross compile applications. My target is an arm platform running Debian squeeze and my host is a amd64 Ubuntu9.04. After some configuration time it works really nicely. But I have a couple of usages questions. How to get pkgconfig work