[PyQt] Errors building sip 4.18-dev

Glenn Ramsey gr at componic.co.nz
Wed Mar 30 00:31:59 BST 2016


Hi,

When attempting to build the latest sip-4.18 snapshot I am getting the errors
below. Is this a bug or is there some new build step that I am missing?

Glenn

C:\path\to\sip-4.18.dev1603251537>python configure.py
This is SIP 4.18.dev1603251537 for Python 2.7.11 on win32.
The SIP code generator will be installed in C:\Python27.
The sip module will be installed in C:\Python27\Lib\site-packages.
The sip.pyi stub file will be installed in C:\Python27\Lib\site-packages.
The sip.h header file will be installed in C:\Python27\include.
The default directory to install .sip files in is C:\Python27\sip.
Creating siplib\sip.h...
Creating siplib\siplib.c...
Creating siplib\siplib.sbf...
Creating sipconfig.py...
Creating top level Makefile...
Creating sip code generator Makefile...
Creating sip module Makefile...

C:\path\to\sip-4.18.dev1603251537>nmake

Microsoft (R) Program Maintenance Utility Version 14.00.23506.0
Copyright (C) Microsoft Corporation.  All rights reserved.

        cd sipgen
        "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\nmake.exe"

Microsoft (R) Program Maintenance Utility Version 14.00.23506.0
Copyright (C) Microsoft Corporation.  All rights reserved.

        cl -c -nologo -Zm200 -Zc:wchar_t- -O2 -MD -W3 -DNDEBUG -DUNICODE -DWIN32
-DQT_LARGEFILE_SUPPORT -I. -Fo @C:\Users\dev\AppData\Local\Temp\nmCAFA.tmp
main.c
c:\path\to\sip-4.18.dev1603251537\sipgen\sip.h(1328): error C2085:
'fatalScopedName': not in formal parameter list
c:\path\to\sip-4.18.dev1603251537\sipgen\sip.h(1329): error C2085: 'fatalStart':
not in formal parameter list
c:\path\to\sip-4.18.dev1603251537\sipgen\sip.h(1330): error C2085:
'getSourceLocation': not in formal parameter list
c:\path\to\sip-4.18.dev1603251537\sipgen\sip.h(1331): error C2085:
'setInputFile': not in formal parameter list
c:\path\to\sip-4.18.dev1603251537\sipgen\sip.h(1332): error C2085:
'resetLexerState': not in formal parameter list
c:\path\to\sip-4.18.dev1603251537\sipgen\sip.h(1333): error C2085: 'sipMalloc':
not in formal parameter list
c:\path\to\sip-4.18.dev1603251537\sipgen\sip.h(1334): error C2085: 'sipCalloc':
not in formal parameter list
c:\path\to\sip-4.18.dev1603251537\sipgen\sip.h(1335): error C2085: 'sipStrdup':
not in formal parameter list
c:\path\to\sip-4.18.dev1603251537\sipgen\sip.h(1336): error C2085: 'concat': not
in formal parameter list

etc...


More information about the PyQt mailing list