[PyQt] building pyqt on windows
Erik Janssens
Erik.Janssens at conceptive.be
Fri Oct 1 08:21:27 BST 2010
I made some changes to sipconfig.py to get it running...
On Thu, 2010-09-30 at 22:26 +0100, Phil Thompson wrote:
> On Thu, 30 Sep 2010 23:19:24 +0200, Erik Janssens
> <Erik.Janssens at conceptive.be> wrote:
> > Hi,
> >
> > I'm trying to build PyQt on Windows, because I want a QT 4.7 build
> > with OpenSSL included. And I try to build them all with the same
> > MS compiler, to be able to debug everything afterwards.
> >
> > So far OpenSSL, QT and SIP build fine, but when I try to configure
> > PyQt, it only recognizes the QtCore module.
> >
> > It seems as if wrong compiler options are generated, eg there is
> > a compiler option '-lQtNetwork4' which gets dismissed, and afterwards
> > symbols in that library are not found.
> >
> > Are these options generated by the configure script or by qmake, and
> > can I change them somewhere ??
>
> That command line is a weird combination of MSVC and MinGW flags. Are you
> sure everything has been built with the same compiler?
>
> Phil
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sipconfig.py
Type: text/x-python
Size: 89373 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20101001/762a78ba/attachment-0001.py>
More information about the PyQt
mailing list