[PyKDE] what changed in sip?

Phil Thompson phil at river-bank.demon.co.uk
Wed Mar 20 11:09:19 GMT 2002


Ulrich Berning wrote:
> 
> Phil Thompson wrote:
> 
> > ian reinhart geiser wrote:
> > >
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > On Tuesday 19 March 2002 02:08 pm, Phil Thompson wrote:
> > > > ian reinhart geiser wrote:
> > > > > -----BEGIN PGP SIGNED MESSAGE-----
> > > > > Hash: SHA1
> > > > >
> > > > > On Tuesday 19 March 2002 01:32 pm, Phil Thompson wrote:
> > > > > > The argument to -t has to be one of the values defined by
> > either the
> > > > > > %Timeline or %Platform directives.
> > > > > >
> > > > > > Phil
> > > > >
> > > > > Okay, that makes little to no sense, but I am assuming you
> > mean those
> > > > > nubmers that are in the %If() statements in the pyqt sip
> > files.  I am
> > > > > using Qt 3.0.2 so Qt_3_0_2 is correct right?
> > > >
> > > > That defines the part of the timeline you are interested in. You
> > also
> > > > need to define the platform you are interested in. These are all
> > defined
> > > > in versions.sip.
> > >
> > > Okay so I set it to Qt_3_0_2 and it fails with:
> > >         sip: Qt::HANDLE is undefined
> > > What else am I missing?
> >
> > At the risk of repeating myself...
> >
> > "You also need to define the platform you are interested in. These
> > are
> > all defined in versions.sip." Something like...
> >
> >         sip -t Qt_3_0_2 -t WS_X11 ...
> >
> > ...depending on your platform.
> >
> > Phil
> >
> > _______________________________________________
> > PyKDE mailing list    PyKDE at mats.gmd.de
> > http://mats.gmd.de/mailman/listinfo/pykde
> 
> berning at triton:~/tmp/PyQt-3.1rc2 > sip -V
> 3.1rc2
> berning at triton:~/tmp/PyQt-3.1rc2 > sip -I sip -t QT_3_0_2 -t WS_X11 -c
> qt sip/qtmod.sip
> sip: QListViewItem has not been defined
> berning at triton:~/tmp/PyQt-3.1rc2 >

"Qt_3_0_2" not "QT_3_0_2".

Phil




More information about the PyQt mailing list