Forum Linux.mandriva installation sip impossible

Posté par  .
Étiquettes : aucune
0
6
avr.
2006
bonjour,

Je debute sur linux, et j'ai besoin d'installer sip-4.4.1, pour faire fonctionner un élément de superkaramba, bref, j'ai télécharger la derniére version de sip, et conformément au "read me", je me place en root :

python configure.py

jusque là, OK.

puis : make

et là, pas ok; j'ai une suite de message d'erreurs, je vous laisse apprecier (je ne le dépose pas en entier...trop long) :



...
siplib.c: At top level:
siplib.c:6292: error: syntax error before 'sipWrapper_Type'
siplib.c:6296: error: initializer element is not constant
siplib.c:6296: error: (near initialization for 'sipWrapper_Type')
siplib.c:6296: error: syntax error before numeric constant
siplib.c:6300: error: 'destructor' undeclared here (not in a function)
siplib.c:6300: error: syntax error before 'sipWrapper_dealloc'
siplib.c:6315: error: 'Py_TPFLAGS_HAVE_GC' undeclared here (not in a function)
siplib.c:6317: error: 'traverseproc' undeclared here (not in a function)
siplib.c:6317: error: syntax error before 'sipWrapper_traverse'
siplib.c:6318: error: 'inquiry' undeclared here (not in a function)
siplib.c:6318: error: syntax error before 'sipWrapper_clear'
siplib.c:6330: error: syntax error before 'sipWrapper'
siplib.c:6331: error: syntax error before 'sipWrapper_init'
siplib.c:6333: error: 'newfunc' undeclared here (not in a function)
siplib.c:6333: error: syntax error before 'sipWrapper_new'
siplib.c:6344: error: syntax error before '*' token
siplib.c: In function 'addSlots':
siplib.c:6349: error: 'td' undeclared (first use in this function)
siplib.c:6350: error: 'wt' undeclared (first use in this function)
siplib.c:6350: error: 'getreadbufferproc' undeclared (first use in this function)
siplib.c:6350: error: syntax error before 'sipWrapper_getreadbuffer'
siplib.c:6353: error: 'getwritebufferproc' undeclared (first use in this function)
siplib.c:6353: error: syntax error before 'sipWrapper_getwritebuffer'
siplib.c:6356: error: 'getsegcountproc' undeclared (first use in this function)
siplib.c:6356: error: syntax error before 'sipWrapper_getsegcount'
siplib.c:6359: error: 'getcharbufferproc' undeclared (first use in this function)
siplib.c:6359: error: syntax error before 'sipWrapper_getcharbuffer'
siplib.c:6368: error: request for member 'type' in something not a structure or union
siplib.c: At top level:
siplib.c:6377: error: syntax error before '*' token
siplib.c: In function 'initSlots':
siplib.c:6381: error: 'slots' undeclared (first use in this function)
siplib.c:6385: error: 'force' undeclared (first use in this function)
siplib.c:6385: error: 'to' undeclared (first use in this function)
siplib.c:6386: error: 'reprfunc' undeclared (first use in this function)
siplib.c:6386: error: syntax error before 'f'
siplib.c:6390: error: 'nb' undeclared (first use in this function)
siplib.c:6392: error: syntax error before 'f'
siplib.c:6398: error: syntax error before 'f'
siplib.c:6404: error: syntax error before 'f'
siplib.c:6408: error: 'mp' undeclared (first use in this function)
siplib.c:6410: error: syntax error before 'f'
siplib.c:6411: error: 'sq' undeclared (first use in this function)
siplib.c:6413: error: syntax error before 'f'
siplib.c:6419: error: 'objobjproc' undeclared (first use in this function)
siplib.c:6419: error: syntax error before 'f'
siplib.c:6425: error: 'binaryfunc' undeclared (first use in this function)
siplib.c:6425: error: syntax error before 'f'
siplib.c:6431: error: syntax error before 'f'
siplib.c:6437: error: syntax error before 'f'
siplib.c:6443: error: syntax error before 'f'
siplib.c:6449: error: 'intargfunc' undeclared (first use in this function)
siplib.c:6449: error: syntax error before 'f'
siplib.c:6455: error: syntax error before 'f'
siplib.c:6461: error: syntax error before 'f'
siplib.c:6467: error: syntax error before 'f'
siplib.c:6473: error: syntax error before 'f'
siplib.c:6479: error: syntax error before 'f'
siplib.c:6485: error: syntax error before 'f'
siplib.c:6491: error: syntax error before 'f'
siplib.c:6497: error: syntax error before 'f'
siplib.c:6503: error: syntax error before 'f'
siplib.c:6509: error: syntax error before 'f'
siplib.c:6515: error: syntax error before 'f'
siplib.c:6521: error: syntax error before 'f'
siplib.c:6527: error: syntax error before 'f'
siplib.c:6533: error: syntax error before 'f'
siplib.c:6539: error: syntax error before 'f'
siplib.c:6545: error: syntax error before 'f'
siplib.c:6551: error: syntax error before 'f'
siplib.c:6557: error: syntax error before 'f'
siplib.c:6563: error: syntax error before 'f'
siplib.c:6569: error: syntax error before 'f'
siplib.c:6580: error: syntax error before 'f'
siplib.c:6608: error: 'cmpfunc' undeclared (first use in this function)
siplib.c:6608: error: syntax error before 'f'
siplib.c:6614: error: syntax error before 'f'
siplib.c:6620: error: syntax error before 'f'
siplib.c:6625: error: syntax error before 'f'
siplib.c:6630: error: 'hashfunc' undeclared (first use in this function)
siplib.c:6630: error: syntax error before 'f'
siplib.c:6636: error: syntax error before 'f'
siplib.c:6642: error: syntax error before 'f'
siplib.c: At top level:
siplib.c:6652: error: syntax error before '*' token
siplib.c: In function 'findClassArg':
siplib.c:6656: error: 'wtp' undeclared (first use in this function)
siplib.c:6656: error: 'emd' undeclared (first use in this function)
siplib.c:6660: error: 'wt' undeclared (first use in this function)
siplib.c:6667: error: 'name' undeclared (first use in this function)
siplib.c:6667: error: 'len' undeclared (first use in this function)
siplib.c:6673: error: 'indir' undeclared (first use in this function)
siplib.c:6674: error: 'at' undeclared (first use in this function)
siplib.c: At top level:
siplib.c:6693: error: syntax error before '*' token
siplib.c: In function 'findMtypeArg':
siplib.c:6696: error: invalid operands to binary *
siplib.c:6698: error: 'mttab' undeclared (first use in this function)
siplib.c:6699: error: request for member 'mt_name' in something not a structure or union
siplib.c:6699: error: 'name' undeclared (first use in this function)
siplib.c:6699: error: 'len' undeclared (first use in this function)
siplib.c:6701: error: 'indir' undeclared (first use in this function)
siplib.c:6702: error: 'at' undeclared (first use in this function)
siplib.c: At top level:
siplib.c:6721: error: syntax error before '*' token
siplib.c: In function 'findEnumArg':
siplib.c:6727: error: 'emd' undeclared (first use in this function)
siplib.c:6731: error: 'name' undeclared (first use in this function)
siplib.c:6731: error: 'len' undeclared (first use in this function)
siplib.c:6737: error: 'indir' undeclared (first use in this function)
siplib.c:6738: error: 'at' undeclared (first use in this function)
siplib.c: At top level:
siplib.c:6755: error: syntax error before 'sipSigArg'
siplib.c: In function 'sipFindSigArgType':
siplib.c:6757: error: 'em' undeclared (first use in this function)
siplib.c:6759: error: 'at' undeclared (first use in this function)
siplib.c:6769: error: 'name' undeclared (first use in this function)
siplib.c:6769: error: 'len' undeclared (first use in this function)
siplib.c:6771: error: 'tem' undeclared (first use in this function)
siplib.c:6797: error: 'indir' undeclared (first use in this function)
{standard input}: Assembler messages:
{standard input}:118: Error: symbol `sipQtSupport' is already defined
{standard input}:124: Error: symbol `sipInterpreter' is already defined
make[1]: *** [siplib.o] Erreur 1
make[1]: Leaving directory `/home/tropik/Téléchargement/deve/sip-4.4.1/siplib'
make: *** [all] Erreur 2



voilà, j'ai beau chercher pourquoi, je ne trouve pas, j'ai bien installé les libs de python.

Si vous pouviez me sortir de là, ce serait sympa.

cordialement.

Suivre le flux des commentaires

Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.