On Thu, 14 Oct 2004 23:32:28 +0200, Maurizio Colucci wrote > [EMAIL PROTECTED] wrote: > > >On Thu, 14 Oct 2004 22:46:01 +0200, Maurizio Colucci wrote > > > > > >>[EMAIL PROTECTED] wrote: > >> > >> > >> > >>>On Thu, 14 Oct 2004 20:39:46 +0200, Maurizio Colucci wrote > >>> > >>> > >>> > >>> > >>>>Hello, > >>>> > >>>>I am trying to install PyQt (and PyKDE, hopefully) on mandrake 10.1 > >>>>community (since sadly there are no RPM packages available). > >>>> > >>>>I have installed the latest versions of qscintilla and sip by hand, > >>>>following the READMEs to the letter. > >>>> > >>>>But PyQt won't compile. I have tried three different compilers (gcc > >>>>3.3.4, gcc 3.4.1, gcc 4.0.0), and they all give a similar error: > >>>> > >>>>[EMAIL PROTECTED] PyQt-x11-gpl-3.13]# python configure.py > >>>>This is the GPL version of PyQt 3.13 (licensed under the GNU General > >>>>Public License) for Python 2.3.4 on linux2. > >>>> > >>>>Type 'L' to view the license. > >>>>Type 'yes' to accept the terms of the license. > >>>>Type 'no' to decline the terms of the license. > >>>> > >>>>Do you accept the terms of the license? yes > >>>>SIP 4.1.1 is being used. > >>>>QScintilla 1.4 is being used. > >>>>Checking to see if the qtcanvas module should be built... > >>>>Checking to see if the qtnetwork module should be built... > >>>>Checking to see if the qttable module should be built... > >>>>Checking to see if the qtxml module should be built... > >>>>Checking to see if the qtgl module should be built... > >>>>Checking to see if the qtui module should be built... > >>>>Checking to see if the qtsql module should be built... > >>>>Checking to see if the qtext module should be built... > >>>>Checking to see if the QAssistantClient class is available... > >>>>Using existing features file. > >>>> > >>>> > > > >Remove the existing features file before doing > >python configure.py (it does not get overwritten) > > > > > > > > > > > You rock Gerard! > > I deleted the PyQt directory, and now configure.py gave me the message: > > Support for these Qt classes has been disabled: QCDEStyle QInterlaceStyle > QMotifStyle QMotifPlusStyle QPlatinumStyle QSGIStyle QWindowsXPStyle > QWindowsStyle. > > and make is now going without errors. > > Now, technically, I seem to understand that this is a Mandrake bug, > right? Do you suggest filing a bug? > Yes, it is bug (the header file does not reflect the actual setup). You can try to file a bug: you will help to improve Mandrake (the reaction depends on the Mandrake developer responsible for Qt. I would contact directly the developer who is at the top of the change log. Some of those guys are really nice).
Gerard _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
