[PyQt] pyqt4 installation
Rafal Obrzud
robrzud at geomod.ch
Fri Mar 20 14:28:45 GMT 2015
Message: 2
Date: Fri, 20 Mar 2015 09:41:31 +0100
From: "Rafal Obrzud" <robrzud at geomod.ch>
To: <pyqt at riverbankcomputing.com>
Subject: [PyQt] pyqt4 installation
Message-ID: <002901d062e9$aa715340$ff53f9c0$@ch>
Content-Type: text/plain; charset="utf-8"
Hi there,
Trying to build pyqt4-win-commercial-4.11.3 with VS2010 Express, the
building process is halted by the following warning:
NMAKE : warning U4006: special macro undefined : '$<'
C:\Qt\4.8.6.\bin\\moc.exe -o moc_translator.cpp
Is it a compiler issue?
Regards,
rafal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150320/37d74145/attachment-0001.html>
------------------------------
Message: 3
Date: Fri, 20 Mar 2015 10:45:50 +0000
From: Phil Thompson <phil at riverbankcomputing.com>
To: pyqt at riverbankcomputing.com
Subject: Re: [PyQt] pyqt4 installation
Message-ID: <fe8a80a199e5b60780daa597d46763b5 at riverbankcomputing.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
On 20/03/2015 8:41 am, Rafal Obrzud wrote:
> Hi there,
>
>
>
> Trying to build pyqt4-win-commercial-4.11.3 with VS2010 Express, the
> building process is halted by the following warning:
>
>
>
> NMAKE : warning U4006: special macro undefined : '$<'
>
> C:\Qt\4.8.6.\bin\\moc.exe -o moc_translator.cpp
>
>
>
> Is it a compiler issue?
What arguments did you pass to sip's configure.py?
Did you use PyQt's configure.py or configure-ng.py? What arguments did
you pass to it?
What version of Python?
How did you build Qt?
Phil
python: 2.7.9
The arguments to configure sip: configure.py -p win32-msvc2010
I used PyQt's configure.py -p win32-msvc2010
All executed from VS2010 Command Prompt
Rafal
More information about the PyQt
mailing list