<div dir="ltr">Hi<div><br></div><div>I'm trying to install sip 4.16-snapshot-f6acb8ed7b65, but the configuration phase emits Makefiles for MSVC even though I specify win32-g++ as the platform:</div><div><br></div><div>
    python .\configure.py -p win32-g++<br></div><div><br></div><div>For example, sipgen\Makefile starts with the following definitions:</div><div><br></div><div><div>    TARGET = sip.exe</div><div>    OFILES = main.obj transform.obj gencode.obj extracts.obj export.obj heap.obj parser.obj lexer.obj</div>
<div>    HFILES = sip.h parser.h</div><div><br></div><div>    CC = cl</div><div>    CXX = cl</div></div><div><br></div><div>As you can see, the compilers (CC/CXX) are MSVC.</div><div><br></div><div>Thanks,</div><div>Arve</div>
</div>