[PyQt] Can't configure sip 4.16-snapshot-f6acb8ed7b65 for win32-g++
Arve Knudsen
arve.knudsen at gmail.com
Mon May 19 09:23:59 BST 2014
On Mon, May 19, 2014 at 9:50 AM, Phil Thompson
<phil at riverbankcomputing.com>wrote:
> 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.
>
But what am I doing wrong then? All I do is the following:
cd .\sip-4.16-snapshot-f6acb8ed7b65
python .\configure.py -p win32-g++
My Python version is 3.4.0. The exact same procedure with sip 4.15 produces
Makefiles for MinGW.
Arve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140519/fbb4f45b/attachment.html>
More information about the PyQt
mailing list