01-26-2012 11:08 AM
BGmot, just pretend that I am a little show and need help
The ideal would get an idea on how to build QT and other liraries from command line. Never had to use it before because in the past I only had a need for Win32 in VS with the little C++ i have done in the past. But since AIR is so slow, then I need to get on with C++.
Anyway with Kevins zip file I got further, because I could understand that I needed to use mingw32 to compile QT, then found that to continue and have now ended up with an "error code 2"? when trying to compile and kind a stuck with that??
But I wonder if I have to go through the same process with SDL and possible GTK in the future of if there are other ways to compile them for use on the PB.
01-26-2012 11:41 AM
Fortunately I do not deal with WIndows. I compiled QT library on MAC following this nice guide http://hecgeek.blogspot.com/2011/10/qt-for-blackbe
Now your purpose is to get accomplished everything up to (and including)
~/pbdev/Qt$ make install
after this you will focus on building QT apps.
01-26-2012 01:21 PM
When compiling I get an error stating "Could Not Find C:\BlackberryDev\QT\qmake\project.o" anyone know what project.o should contain?
01-26-2012 01:32 PM
do you get any errors when you run ./configure-qsk ?