[PyQt] How to compile 64 bit SIP? (error LNK1112: module machine type 'x64' conflicts with target machine type 'X86')
klo uo
klonuo at gmail.com
Sat Jul 19 02:05:05 BST 2014
Problem was that I was using:
"C:\Program Files (x86)\Microsoft Visual Studio
12.0\Common7\Tools\VsDevCmd.bat" environment.
The correct environment for SIP turns to be this:
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
On Sat, Jul 19, 2014 at 1:01 AM, klo uo <klonuo at gmail.com> wrote:
>
> Can you tell me what SIP expects me to do, to be able to compile it on
> 64bit Python?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140719/d2bbb9ad/attachment.html>
More information about the PyQt
mailing list