Re: [Scratchbox-users] make NZBGet gives unexpected `_Atomic_word' does not name a type errors

2011-08-13 Thread Ron Hermsen
--- LDFLAGS = -lxml2 -L/usr/lib 130c130 LIBS = -lpthread --- LIBS = -lncurses -lpthread [sbox-DV20x0: ~/nzbget/nzbget-0.7.0] I hope somone can point to a good solution for this. Regards, Ron Hermsen Below the commands used to compile libxml2 (required for NZBGet): cd mkdir libxml2 cd libxml2

Re: [Scratchbox-users] make libsigc++-1.9.16 gives unexpected errors

2011-07-30 Thread Ron Hermsen
Yes..., I solved 3 issues in one. I solved it by setting the following environment variable before the configure step: export CXX=/scratchbox/compilers/uclibc-crosstools_gcc-3.4.2_uclibc-20050502/bin/mips-linux-uclibc-g++ This solved the make error `_Atomic_word' does not name a type for

[Scratchbox-users] make libsigc++-1.9.16 gives unexpected errors

2011-07-22 Thread Ron Hermsen
Hi All, I tried to compile libsigc++-1.9.16 inside SB1 for my target ([sbox-DV20x0: ~/ ) and during the make step I get a lot of errors (see below). But if I try it inside SB1 with HOST ([sbox-HOST: ~] ) selected the make step finish normally. I suspect that for my target DV20x0 I'm missing

Re: [Scratchbox-users] how to add a new private toolchain in sbox?

2011-07-06 Thread Ron Hermsen
2011/7/6 Diane Holt holt.di...@gmail.com One thing -- the target_setup.sh that gets created (in /scratchbox/compilers/*your_new_toolchain*) has python-host in the shebang. I don't know if this is a problem with Hathor, but I'm still using Apophis, and I needed to change it to just python in

[Scratchbox-users] Following Wiki to setup Scratchbox1 on Debian Lenny

2011-06-22 Thread Ron Hermsen
this is due changes in SB 1.0.24. Do I need to install Python-legacy 1.0.2 now? [1] http://www.scratchbox.org/wiki/ScratchboxInstallation [2] http://www.scratchbox.org/download/files/sbox-releases/hathor/tarball/ [3] http://www.scratchbox.org/wiki/ForeignToolchains Regards, Ron Hermsen

Re: [Scratchbox-users] Cannot complile par2cmdline with Scratchbox 1

2010-08-28 Thread Ron Hermsen
checking host system type... mips-unknown-linux-gnu 2010/8/28 Diane Holt holt.di...@gmail.com: I'd suggest you try it without the --build and --host flags to configure. Diane On Fri, Aug 27, 2010 at 5:21 PM, Ron Hermsen ronherm...@gmail.com wrote: Hopefully someone can help me to understand