View Single Post
Old 07-30-2013, 11:02 AM   #19
KevinShort
Addict
KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.
 
KevinShort's Avatar
 
Posts: 348
Karma: 209937
Join Date: Jan 2012
Location: Virginia, US
Device: Kobo Wifi, Kobo Glo
Quote:
Originally Posted by sunda View Post
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?
KevinShort is offline   Reply With Quote