<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, May 19, 2014 at 9:50 AM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="">On 19/05/2014 8:36 am, Arve Knudsen wrote:<br>

</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="">
Hi<br>
<br>
I'm trying to install sip 4.16-snapshot-f6acb8ed7b65, but the<br>
configuration phase emits Makefiles for MSVC even though I specify<br>
win32-g++ as the platform:<br>
<br></div>
     python .configure.py -p win32-g++<br>
<br>
For example, sipgenMakefile starts with the following definitions:<div class=""><br>
<br>
    TARGET = sip.exe<br>
    OFILES = main.obj transform.obj gencode.obj extracts.obj<br>
export.obj heap.obj parser.obj lexer.obj<br>
    HFILES = sip.h parser.h<br>
<br>
    CC = cl<br>
    CXX = cl<br>
<br>
As you can see, the compilers (CC/CXX) are MSVC.<br>
</div></blockquote>
<br>
Works fine for me.<br></blockquote><div><br></div><div>But what am I doing wrong then? All I do is the following:</div><div><br></div><div>    cd .\sip-4.16-snapshot-f6acb8ed7b65 </div><div>    python .\configure.py -p win32-g++<br>
</div><div><br></div><div>My Python version is 3.4.0. The exact same procedure with sip 4.15 produces Makefiles for MinGW.</div><div><br></div><div>Arve</div></div></div></div>