Thanks for your quick reply, Phil. Then, I try to run sip.exe and I found some problems:
First, I try to parse qtmod.sip and find this error: E:\PYQT-3.1\SIP>sip qtmod.sip sip: QListViewItem has not been defined E:\PYQT-3.1\SIP>sip qtglmod.sip sip: QListViewItem has not been defined It seems that sip.exe doesn't include QListViewItem class declaration. Second, I check sip version and get this: E:\PYQT-3.1\SIP>sip -V unknown Is this the related problem due to those warnings or a new kind of problem ? What should I do to solve this ? >From: Phil Thompson <[EMAIL PROTECTED]> >To: varunyu vorachart <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: [PyKDE] parser in sip >Date: Thu, 18 Apr 2002 11:54:50 +0100 > >varunyu vorachart wrote: > > > > I tried to compile sip with 'nmake' on Win2000. I got sip.exe with 2 > > warnings about yyerror and yylex. I'm not sure if I can ignore these > > warnings or should do something. > > > > ... > > cl -c -nologo -W3 -O1 -I"." -I"C:\Program Files\Microsoft Visual > > Studio\ VC98\Include" -Foparser.obj parser.c parser.c > > /usr/share/bison/bison.simple(406) : warning C4013: 'yyerror' undefined; > > assuming extern returning int > > /usr/share/bison/bison.simple(476) : warning C4013: 'yylex' undefined; > > assuming extern returning int > > ... > >You can ignore them. > >Phil > > >_______________________________________________ >PyKDE mailing list [EMAIL PROTECTED] >http://mats.gmd.de/mailman/listinfo/pykde _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
