PyQT Complie problems

ANdrew asgarbutt at ucdavis.edu
Thu Jun 20 15:30:30 EDT 2002


First off,

using:

Windows 2000

MSVC 6.0 service pack 5
QT eval 3.0.4
Active State Python 2.2
PyQt-3.2.4 (source)


I am trying to compile for Qt 3.0.4 eval.  Following the win32
instructions, i am able to compile the first makefile
(sip_helper.exe).  However, when i change dir to the "qt" dir and
modify the makefile for the correct version of the .lib file and fix
the one type-o in the sipqtDeclqt.h file ( changed #include <sipQt.h>
to #include <sipQtQT.h> ), i get a synatx error followed by an
unexpected end of file error. This is stated as being in the file
"sipqtQPaintDevice.h".  The error is "sipqtQPaintDevice.h(44) : error
C2146: syntax error : missing ';' before identifier 'sipLazyAttrDef'"

I have downloaded the latest snapshot (PyQt-snapshot-20020619.zip)and
there is nothing in there about the qt section.  I am at a loss and
any help would be greatly appreciated.

-Andrew



More information about the Python-list mailing list