Bonjour a tous,

Voila comme vous pouvez le lire dans le titre je veux installer GSoap.

le configure marche parfaitement. mais au moment du make j'obtient une erreur :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[XXX XX XX XX XP][/XX/XX/XX/XXXXXXX/XX] make (les X sont volontaire :) )
        make  all-recursive
Making all in gsoap
        source='stdsoap2.c' object='libgsoap_a-stdsoap2.o' libtool=no  depfile='.deps/libgsoap_a-stdsoap2.Po' tmpdepfile='.deps/libgsoap_a-stdsoap2.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..      -DAIX -I/CW/thalerv2/prg/srcro/acces/include         -I/ora4/app/oracle/product/9.2/rdbms/demo   -I/ora4/app/oracle/product/9.2/rdbms/public         -I/ora4/app/oracle/product/9.2/plsql/public -I/ora4/app/oracle/product/9.2/network/public         -I/include -I/usr/include/sys -c -o libgsoap_a-stdsoap2.o `test -f 'stdsoap2.c' || echo './'`stdsoap2.c
In file included from stdsoap2.c:70:
stdsoap2.h:2195: warning: 'struct tm' declared inside parameter list
stdsoap2.h:2195: warning: its scope is only this definition or declaration, which is probably not what you want
stdsoap2.c: In function 'soap_code_bits':
stdsoap2.c:1389: warning: comparison is always true due to limited range of data type
stdsoap2.c: In function 'soap_s2QName':
stdsoap2.c:10182: warning: comparison is always true due to limited range of data type
stdsoap2.c:10188: warning: comparison is always true due to limited range of data type
stdsoap2.c: In function 'soap_QName2s':
stdsoap2.c:10256: warning: comparison is always true due to limited range of data type
stdsoap2.c:10262: warning: comparison is always true due to limited range of data type
stdsoap2.c: At top level:
stdsoap2.c:10549: warning: 'struct tm' declared inside parameter list
stdsoap2.c:10550: error: conflicting types for 'soap_timegm'
stdsoap2.h:2195: error: previous declaration of 'soap_timegm' was here
stdsoap2.c: In function 'soap_timegm':
stdsoap2.c:10555: error: storage size of 'tm' isn't known
stdsoap2.c: In function 'soap_dateTime2s':
stdsoap2.c:10580: error: storage size of 'T' isn't known
stdsoap2.c:10583: warning: incompatible implicit declaration of built-in function 'strftime'
stdsoap2.c: In function 'soap_s2dateTime':
stdsoap2.c:10664: error: storage size of 'T' isn't known
stdsoap2.c: In function 'soap_value':
stdsoap2.c:10924: warning: comparison is always true due to limited range of data type
stdsoap2.c: In function 'soap_getmimehdr':
stdsoap2.c:11419: warning: comparison is always true due to limited range of data type
stdsoap2.c: In function 'http_parse':
stdsoap2.c:12963: warning: comparison is always true due to limited range of data type
stdsoap2.c: In function 'soap_decode':
stdsoap2.c:13249: warning: comparison is always true due to limited range of data type
make: The error code from the last command is 1.
 
 
Stop.
make: The error code from the last command is 1.
 
 
Stop.
make: The error code from the last command is 2.
 
 
Stop.
D'apres lui il ya un conflit entre le .h et le .c de stdsoap2

Quelqu'un peu t-il m'aider sur cce sujet?

Je ne sais pas non plus si je suis dans la bonne section. :-S


En tous cas merci d'avance


Bogizo