View Single Post
Posts: 3 | Thanked: 0 times | Joined on Nov 2010
#1
Is anybody succesfully built Qt4.7 libraries for Maemo4 platform? I am only able to get 4.5 ready built libraries from diablo repository.

At the beginning I tried following parameters for qt4.7 library (in scratchbox):

Code:
./configure -embedded arm -qvfb -openvg -qt3support -glib -dbus
But then I needed to drop dbus because I didn't have libdbus-1 0.93 version and openvg,qlib because didn't pass functionality tests.

The result (After make install and run) far away nice: graphics sucks, I only can see some pixels of my application. Looks like X enviroment will be refreshed onto the my application. For example if X terminal is open and I minimize it. I can see flash of my application and it will disappear very soon. Is problem because of the framebuffer or did I miss some important parameters during configuration? (maybe openvg?)

All hints are more than welcome!

Cheers!