<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>I'm trying to compile the latest PyQt5 for Python3.4 on Windows 7 32 bit.<br><br></div>I have installed Qt with the msvs2015 component. And I have installed Visual Studio 2015.<br><br></div>In the Developer Command Prompt for VS2015 I created a virtualenv and installed sip.<br><br></div>To install sip I ran<br><br>"C:\Program Files\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"<br></div>python configure.py<br></div>nmake<br></div>nmake install<br><br></div>For PyQt5 I did<br><br></div>python configure.py --qmake="C:\Qt\5.10.1\msvc2015\bin\qmake.exe"<br></div>nmake<br><br></div>But it failed on QtNfc.dll<br></div>So I tried to disable QtNfc with by renaming<br>C:\Qt\5.10.1\msvc2015\include\QtNfc\ to C:\Qt\5.10.1\msvc2015\include\QtNfc-disable\<br><a href="https://riverbankcomputing.com/pipermail/pyqt/2015-August/036222.html">https://riverbankcomputing.com/pipermail/pyqt/2015-August/036222.html</a><br><div><div><br></div><div>But now I am getting an error<br><br></div><div>NMAKE : fatal error U1073: don't know how to make 'C:\Qt\5.10.1\msvc2015\include\QtNfc\qndefmessage.h<br><br></div><div>So I know that wasn't the correct include folder.<br><br></div><div>How do you disable QtNfc? or how do I figure out why it won't compile?<br><br></div></div></div>