At 04:15 12/06/2006 +0800, imcs ee wrote:
with sole's help. i can build pyqt4 with <http://msvc.net>msvc.net now.
what i missed is not setting
QMAKESPEC and QTDIR
thanks again to sole for the quick and informative
<http://response.it>response.it cleared up on a lot of things to me.
Just for the case someone needs it, here is what I recommended once Qt4 was
build with VS 2003 with the sourceforge patches:
Adapt the environment variables (surely is more than needed but just to be
at the safe side):
set MAKE=nmake
set QMAKESPEC=win32-msvc.net
set QTDIR=C:\Qt\4.1.3
set PATH=%QTDIR%\bin;%QTDIR%lib;%PATH%
And for sip and PyQt4 (download source code, nothing to do with the pre-build
binary):
python configure.py
nmake
nmake install
Perhaps that may help somebody else.
Armando
_______________________________________________
PyKDE mailing list [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde