Quote:
Originally Posted by sunda
I made the install but it did not help. I get the same error message. I noticed that the libpng12 is in the .../kobo/tmp/libpng-1.2.43/.libs/ and in .../kobo/fs/lib/.
Any suggestions please?
If Qt 4.8 caused, how can I upgrade it from 4.6?
|
To get Qt 4.8 to compile, change the Qt version in build/scripts/qt.sh from 4.6.2 to 4.8.0, and add to the ./configure line in build/scripts/qt.sh:
Code:
-no-webkit -D QT_NO_QWS_CURSOR -D QT_NO_QWS_QPF2
I also had to remove the following options from qt.sh:
Code:
-qt-gif
-qt-gfx-qvfb
-qt-gfx-transformed
-qt-gfx-linuxfb
-no-mouse-pc
-no mouse-linuxtp
-no mouse-linuxinput
-no mouse-tslib
-no mouse-qvfb
-no mouse-qnx
The only thing I've used Qt for is to compile the tweaks plugin. What is this sketch program that you're trying to compile?