PDA

View Full Version : Building Qtopia has failed



urkon
29th June 2006, 12:53
I am new in qtopia and I am trying to install qtopia-phone-2.2.0 on fedora core 5.
I did “./configure” and it goes trought
But when I try to build it, it returns some errors.:confused:
I have attached a 447 file of outputs.

I do not know how to go on with it, so please help me.:o

richard Lai
3rd July 2006, 09:28
After tracking the source, it might be that you define the QT_NO_QWS_IM in your qconfig-qpe.h (this file will be in qt2/src/tools/ and it will copy to qconfig.h in the same folder). If you define this, it wll disable the declare of class "QWSInputMethod".
Or you could use make distclean and reconfigure again. Any information, please share with me.

Richard Lai

lpotter
11th July 2006, 10:00
Try building with gcc version 3.

lines2005
8th April 2007, 14:44
Try to add you own code in the qwindowsystem_qws.h:
class QWSInputMethod;

class QWSGestureMethod;

before the declaration of QWindowsystem.