Quote:
Originally Posted by KevinShort
You just need to install gettext. This command will install the stuff you need to compile Qt for Kobo:
Code:
sudo apt-get install gettext autoconf libglib2.0-dev build-essential libtool libdbus-1-dev
If you're using firmware 2.4, then Qt 4.6 is the right version. In the file 'build/scripts/qt.sh', at the end of the ./configure line, make sure to add -D QT_NO_QWS_CURSOR.
|
YES!

thanks KevinShort that worked, finally the line "succesfully...".
I can compile all, except the Sketch!? The error is:
warning: libpng12.so.0 needed by .../qt/lib/libQtGui.so, not found (try using -rpath or -rpath-link)
and the then writes several error with:
.../qt/lib/libQtGui.so: undefined reference to 'png_read_info@PNG12_0
ending with:
collect2: ld returned 1 exit status
make: *** [CppQtExample20] Error1
Any idea how to install/link/add the missing so?