PDA

View Full Version : nedd help on MAKE ERROR of qtopia opensource 4.2.4 PLZ



halloworld
24th November 2008, 01:30
Errors occurs during make. please help..

/home/mike/qtopia-opensource-4.2.4/qtopiacore/qt/tools/qvfb/qvfbshmem.cpp:42:22:asm/page.h: no directory or something like these
make[7]: *** [.obj/release-shared/qvfbshmem.o] Error 1
make[7]: Leaving directory `/home/mike/qtopia-opensource-4.2.4/qtopiacore/host/tools/qvfb'
make[6]: *** [redirect_all] Error 2
make[6]: Leaving directory `/home/mike/qtopia-opensource-4.2.4/src/tools/qt/qvfb'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/mike/qtopia-opensource-4.2.4/src/tools/qt/qvfb'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/mike/qtopia-opensource-4.2.4/src/tools/qt/qvfb'
make[3]: *** [sub-tools-qt-qvfb] Error 2
make[3]: Leaving directory `/home/mike/qtopia-opensource-4.2.4/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/mike/qtopia-opensource-4.2.4/src'
make[1]: *** [qtopia_all] Error 2
make[1]: Leaving directory `/home/mike/qtopia-opensource-4.2.4'
make: *** [all] Error 2

Here is the config:

./configure -no-qvfb -xplatform linux-arm-g++ -arch arm -image /home/test -prefix /home/test -release -displaysize 240x320 -no-modem -quicklaunch -extra-qt-config "-qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libjpeg" -extra-qtopiacore-config "-depths 16 -qt-mouse-linuxtp -no-mouse-pc -no-mouse-bus -no-mouse-yopy -no-mouse-vr41xx -no-mouse-tslib -no-mouse-qvfb -qconfig qpe"./configure -no-qvfb -xplatform linux-arm-g++ -arch arm -image /home/test -prefix /home/test -release -displaysize 240x320 -no-modem -quicklaunch -extra-qt-config "-qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libjpeg" -extra-qtopiacore-config "-depths 16 -qt-mouse-linuxtp -no-mouse-pc -no-mouse-bus -no-mouse-yopy -no-mouse-vr41xx -no-mouse-tslib -no-mouse-qvfb -qconfig qpe"

Thank You:confused:

high_flyer
24th November 2008, 09:23
or something like these
It is better if you just copy the error message.

It looks you forgot to add include directories to your project with -L.

halloworld
24th November 2008, 11:35
It is better if you just copy the error message.

It looks you forgot to add include directories to your project with -L.

I'm very sorry, that should be " No such file or directory":(
As i know "-L" is to add an explicit library path, but what actually is the library path i need??:confused:

Thank You

high_flyer
24th November 2008, 12:25
Ah.. sorry I meant -I

halloworld
24th November 2008, 12:36
Ah.. sorry I meant -I
as i know, -I is to add an explicit include path but what i actually need to define:confused:

Thank You

high_flyer
25th November 2008, 09:35
correct.
What it is you don't understand?