[Scratchbox-users] Problems to generate mips toolchain

2008-10-15 Thread Jörg Hagedorn
Dear all, I tried to generate the toolchain for mips and got the following error: glibc-2.3.2/wctype/wctrans_l.c glibc-2.3.2/wctype/wctype.c glibc-2.3.2/wctype/wctype.h glibc-2.3.2/wctype/wctype_l.c touch /home/hagedornj/sb-toolchains/libc/glibc-headers/work/glibc-2.3.2.ds1/stamp-dir/glibc-

Re: [Scratchbox-users] Building Fennec For ARM

2008-10-15 Thread Vinayak Pandit
just try to export to PKG_CONFIG_PATH to gdk-x11-2.0 package lib directoryFor example if you are using bash: PKG_CONFIG_PATH=/usr/local/lib/pkgconfigtry following commands...make sure that your path shold be properexport PKG_CONFIG_PATH=/give path to lib/lib/pakg-config:$PKG_CONFIG_PATHhope it m

[Scratchbox-users] Building Fennec For ARM

2008-10-15 Thread k c
Hi , I am trying to build fennec for ARM platform using scratchbox.My scratch box is proeprly set for the toolchain. I am at the directory mozilla/mozilla-central. I gave the command "make -f client.mk build" I am getting the error below. I actually have the gtk(libgtk..),glib(libglib...)...

Re: [Scratchbox-users] Running dynamic executable under Scratchbox

2008-10-15 Thread Jussi Hakala
Or you can try to copy the binary (and additional libraries it needs) under /host_usr/, in most of the cases, that works too. Or, you can use a statically linked binary... Regards, Jussi Diane Holt wrote: You can run statically linked executables inside Scratchbox that were built outside o