[PyQt] Error building Sip 4.9.1 Snapshots 090929

Phil Thompson phil at riverbankcomputing.com
Wed Sep 30 08:52:19 BST 2009


On Tue, 29 Sep 2009 21:54:47 -0600, Melton Low <softw.devl at gmail.com>
wrote:
> Error building Sip 4.9.1 Snapshots 090929:
> LittleMac:sip-4.9.1-snapshot-20090929 melton$ python2.6 configure.py
> This is SIP 4.9.1-snapshot-20090929 for Python 2.6.2 on darwin.
> The SIP code generator will be installed in
> /Library/Frameworks/Python.framework/Versions/2.6/bin.
> The SIP module will be installed in
>
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages.
> The SIP header file will be installed in
> /Library/Frameworks/Python.framework/Versions/2.6/include/python2.6.
> The default directory to install .sip files in is
> /Library/Frameworks/Python.framework/Versions/2.6/share/sip.
> The platform/compiler configuration is macx-g++.
> Creating sipconfig.py...
> Creating top level Makefile...
> Creating sip code generator Makefile...
> Creating sip module Makefile...
> LittleMac:sip-4.9.1-snapshot-20090929 melton$ make
> cc -c -pipe -Os -w -DNDEBUG -I. -o main.o main.c
> cc -c -pipe -Os -w -DNDEBUG -I. -o transform.o transform.c
> cc -c -pipe -Os -w -DNDEBUG -I. -o gencode.o gencode.c
> cc -c -pipe -Os -w -DNDEBUG -I. -o export.o export.c
> cc -c -pipe -Os -w -DNDEBUG -I. -o heap.o heap.c
> cc -c -pipe -Os -w -DNDEBUG -I. -o parser.o parser.c
> cc -c -pipe -Os -w -DNDEBUG -I. -o lexer.o lexer.c
> c++ -headerpad_max_install_names -o sip main.o transform.o gencode.o
> export.o heap.o parser.o lexer.o
> cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
> -I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -o
> siplib.o siplib.c
> siplib.c: In function ‘sip_api_is_py_method’:
> siplib.c:6062: error: ‘cls’ undeclared (first use in this function)
> siplib.c:6062: error: (Each undeclared identifier is reported only once
> siplib.c:6062: error: for each function it appears in.)
> make[1]: *** [siplib.o] Error 1
> make: *** [all] Error 2
> LittleMac:sip-4.9.1-snapshot-20090929 melton$
> 
> Environment:
> Mac OS X 10.5.8 Intel
> Python 2.6.2
> 
> Let me know if you need more info.

Whoops - will be fixed tonight.

Thanks,
Phil


More information about the PyQt mailing list