Am Do, den 06.05.2004 um 8:48 Uhr -0700 schrieb James Lamanna: > I'm trying to buld PyQt against Qt/Embedded on a x86 platform. > The reason I am using Qt Embedded is that I want this to be a very > lightweight system (aka, no xwindows). > > I've be able to get sip4.0rc3 to build properly, but now I'm stuck with > the following error building PyQt-3.11: > > sipqtcmodule.cpp:11196: error: 'qt_xdisplay' undeclared (first use this > function) > > Obviously it looks as if PyQt still expects X11 to be there. > Is there any way to turn off X11 support in PyQt so that it will build > against Qt/E not on a Zaurus?
Tell it to use the proper QMAKESPEC. Use the qmakespecs in the qws subdirectory. Those define -DQWS (and a few other things). :M: _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
