No subject
Thu Mar 8 10:26:06 GMT 2007
check what objects are on the lines reporting syntax errors and
make sure you have the necessary h files for those objects, and
that they're on a path gcc can see when it does the compile.
You also need to be sure that the version of sip that's actually
running is the same as the version of PyQt you're trying to
compile (sip -V will give you the version the system is using,
which may or may not be the last version installed).
Two things would help: clean up any old PyQt or sip files you
have laying around and provide the information build.py prints
out (Qt version, paths, etc), along with the sip and PyQt
version numbers you're trying to build.
Jim
More information about the PyQt
mailing list