[PyQt] Can't configure sip 4.16-snapshot-f6acb8ed7b65 for win32-g++

Phil Thompson phil at riverbankcomputing.com
Mon May 19 08:50:07 BST 2014


On 19/05/2014 8:36 am, Arve Knudsen wrote:
> Hi
> 
> 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:
> 
>      python .configure.py -p win32-g++
> 
> For example, sipgenMakefile starts with the following definitions:
> 
>     TARGET = sip.exe
>     OFILES = main.obj transform.obj gencode.obj extracts.obj
> export.obj heap.obj parser.obj lexer.obj
>     HFILES = sip.h parser.h
> 
>     CC = cl
>     CXX = cl
> 
> As you can see, the compilers (CC/CXX) are MSVC.

Works fine for me.

Phil


More information about the PyQt mailing list