Re: [webkit-help] Cross-compiling webkit for ARM platform on Linux-x86 machine

2009-08-23 Thread nkbai baink
first ,you should export QTDIR variable to the qt version compiled with arm-softfloat-linux-gnu-g++. then export PATH=$QTDIR/bin:$PATH force build-webkit --qt to use your own qmake ,not the system qmake. it works when compiling webkit nightly build on my own machine.

Re: [webkit-help] Cross-compiling webkit for ARM platform on Linux-x86 machine

2009-08-21 Thread Niklas Nylund
You might want to take a look at scratchbox, it could make your porting work easier. Niklas Nylund On 21 aug 2009, at 06.39, Jilu Oommen wrote: No , this does not work, still g++ is getting invoked instead of arm-softfloat-linux-gnu-g++ My observation is that each time when build-webkit

Re: [webkit-help] Cross-compiling webkit for ARM platform on Linux-x86 machine

2009-08-20 Thread Ariya Hidayat
Currently my problem is that for crosscompiling Webkit-Qt port for ARM, instead of g++  I want to compile the files using 'arm-softfloat-linux-gnu-g++' Have you ever tried to compile simple Qt-based program for ARM using your 'arm-softfloat-linux-gnu-g++' compiler? If not, then try to do that

Re: [webkit-help] Cross-compiling webkit for ARM platform on Linux-x86 machine

2009-08-18 Thread Jilu Oommen
Hi Nevo, I can see the JPEG, TIFF, PNG libraries already installed in /usr/lib /usr/lib/libjpeg.so - libjpeg.so.62.0.0 /usr/lib/libjpeg.so.62 - libjpeg.so.62.0.0 /usr/lib/libjpeg.so.62.0.0 /usr/lib/libtiff.so - libtiff.so.3.8.2 /usr/lib/libtiff.so.3 - libtiff.so.3.8.2