[PyKDE] sip compiling problem

calvesmit calvesmit at ig.com.br
Sun Sep 24 20:28:20 BST 2006


Hi guys, 
I was just trying to install sip-4.4.5 for use PyQt-4.0.1 
but got the following errors messages when ran make: 
(I'm running Python2.5 under Debian GNU/Linux (Sarge). 

Thanks for any light! 
Replies to calvesmit at ig.com.br, 'cos I'm not a subscriber list. 

calves at anna:~/mydownloads/sip-4.4.5$ make 
make[1]: Entering directory `/home/calves/mydownloads/sip-4.4.5/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 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 heap.o parser.o lexer.o 
make[1]: Leaving directory `/home/calves/mydownloads/sip-4.4.5/sipgen' 
make[1]: Entering directory `/home/calves/mydownloads/sip-4.4.5/siplib' 
gcc -c -pipe -fPIC -O2 -w -I. -I/usr/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:3184: error: structure has no member named `type' 
siplib.c: In function `createEnum': 
siplib.c:3234: error: structure has no member named `type' 
siplib.c: In function `getSelfFromArgs': 
siplib.c:3420: error: structure has no member named `type' 
siplib.c:3420: error: structure has no member named `type' 
siplib.c: In function `sip_api_add_enum_instance': 
siplib.c:4291: error: structure has no member named `type' 
siplib.c: In function `sip_api_add_class_instance': 
siplib.c:4341: error: structure has no member named `type' 
siplib.c: In function `sip_api_add_mapped_type_instance': 
siplib.c:4358: error: structure has no member named `type' 
siplib.c: In function `sip_api_can_convert_to_instance': 
siplib.c:4537: error: structure has no member named `type' 
siplib.c:4537: error: structure has no member named `type' 
siplib.c: In function `convertSubClass': 
siplib.c:4957: error: structure has no member named `type' 
siplib.c:4957: error: structure has no member named `type' 
siplib.c: In function `isExactWrappedType': 
siplib.c:5511: error: structure has no member named `name' 
siplib.c: In function `sipWrapperType_init': 
siplib.c:5567: error: structure has no member named `type' 
siplib.c:5576: error: structure has no member named `type' 
siplib.c: In function `sipWrapperType_getattro': 
siplib.c:5611: error: structure has no member named `type' 
siplib.c: In function `sipWrapper_new': 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5829: error: structure has no member named `type' 
siplib.c:5838: error: structure has no member named `type' 
siplib.c: In function `addSlots': 
siplib.c:6405: error: structure has no member named `type' 
make[1]: *** [siplib.o] Error 1 
make[1]: Leaving directory `/home/calves/mydownloads/sip-4.4.5/siplib' 
make: *** [all] Error 2 
calves at anna:~/mydownloads/sip-4.4.5$ 




More information about the PyQt mailing list