[PyKDE] Build error of SIP snapshot-20060520

Fabian Steiner lists at fabis-site.net
Tue May 23 18:03:13 BST 2006


Hello!

Since I would like to give the PyQt4 beta a try, so I decided to install 
the alpha version of Python 2.5, SIP and all the other packages in my 
home directory (beside the main python installation in /usr/lib/). 
Compiling and Installing Python worked fine for me, unfortunately, SIP 
doesn't:

Output of ./configure:

This is SIP snapshot-20060520 for Python 2.5a2 on linux2.
The SIP code generator will be installed in /home/fabi/python/bin.
The SIP module will be installed in
/home/fabi/python/lib/python2.5/site-packages.
The SIP header file will be installed in 
/home/fabi/python/include/python2.5.
The default directory to install .sip files in is 
/home/fabi/python/share/sip.
The platform/compiler configuration is linux-g++.
Creating sipconfig.py...
Creating top level Makefile...
Creating sip code generator Makefile...
Creating sip module Makefile...

Output of make:

see attachement

General informations:

Python 2.5a2 (r25a2, May 22 2006, 22:45:58)
[GCC 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)] on linux2

Thanks for any hints!

-------------- next part --------------
make[1]: Entering directory `/home/fabi/downloads/sip-snapshot-20060520/sipgen'
gcc -c -pipe -O2 -w -I. -o main.o main.c
gcc -c -pipe -O2 -w -I. -o transform.o transform.c
gcc -c -pipe -O2 -w -I. -o gencode.o gencode.c
gcc -c -pipe -O2 -w -I. -o genxml.o genxml.c
gcc -c -pipe -O2 -w -I. -o heap.o heap.c
gcc -c -pipe -O2 -w -I. -o parser.o parser.c
gcc -c -pipe -O2 -w -I. -o lexer.o lexer.c
g++  -o sip main.o transform.o gencode.o genxml.o heap.o parser.o lexer.o
make[1]: Leaving directory `/home/fabi/downloads/sip-snapshot-20060520/sipgen'
make[1]: Entering directory `/home/fabi/downloads/sip-snapshot-20060520/siplib'
gcc -c -pipe -fPIC -O2 -w -I. -I/home/fabi/python/include/python2.5 -o siplib.o siplib.c
siplib.c: In function `initsip':
siplib.c:399: error: structure has no member named `type'
siplib.c: In function `sip_api_export_module':
siplib.c:833: error: structure has no member named `type'
siplib.c: In function `createType':
siplib.c:3180: error: structure has no member named `type'
siplib.c: In function `createEnum':
siplib.c:3230: error: structure has no member named `type'
siplib.c: In function `getSelfFromArgs':
siplib.c:3416: error: structure has no member named `type'
siplib.c:3416: error: structure has no member named `type'
siplib.c: In function `sip_api_add_enum_instance':
siplib.c:4287: error: structure has no member named `type'
siplib.c: In function `sip_api_add_class_instance':
siplib.c:4337: error: structure has no member named `type'
siplib.c: In function `sip_api_add_mapped_type_instance':
siplib.c:4354: error: structure has no member named `type'
siplib.c: In function `sip_api_can_convert_to_instance':
siplib.c:4533: error: structure has no member named `type'
siplib.c:4533: error: structure has no member named `type'
siplib.c: In function `convertSubClass':
siplib.c:4953: error: structure has no member named `type'
siplib.c:4953: error: structure has no member named `type'
siplib.c: In function `isExactWrappedType':
siplib.c:5507: error: structure has no member named `name'
siplib.c: In function `sipWrapperType_init':
siplib.c:5563: error: structure has no member named `type'
siplib.c:5572: error: structure has no member named `type'
siplib.c: In function `sipWrapperType_getattro':
siplib.c:5607: error: structure has no member named `type'
siplib.c: In function `sipWrapper_new':
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5825: error: structure has no member named `type'
siplib.c:5834: error: structure has no member named `type'
siplib.c: In function `addSlots':
siplib.c:6401: error: structure has no member named `type'
make[1]: *** [siplib.o] Error 1
make[1]: Leaving directory `/home/fabi/downloads/sip-snapshot-20060520/siplib'
make: *** [all] Error 2


More information about the PyQt mailing list