Bonjour
j'essaye d'exécuter les exemples (inclu dans le package d'installation repertoires /samples) de GSOAP, en executant le make dans Msys-MingW , il ya deux parties dans ce make
1-generation de stubs (soapcc2 ficheir.h)
2- compilation des fichers genérés (g++ -O2 -I ....)
l'etape 1 passe tres bien
le probleme est que on fait appelle a des fonctions de GSOAP , j'ai pas compilé la bibliotheque GSOAP et je ne sais pas comment le faire,
voici une la partie de message d'erreur que msysMingw m'affiche
merci d'avance
g++ -Wall -O2 -I../.. -o luclient luclient.cpp lumat.cpp soapC.cpp soapClient.cpp ../../stdsoap2.cpp
In file included from c:/tools/mingw/include/c++/3.2.3/backward/iostream.h:31,
from luclient.cpp:2:
c:/tools/mingw/include/c++/3.2.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
../../stdsoap2.cpp:71: warning: ignoring #pragma comment
../../stdsoap2.cpp: In function `const char* soap_LONG642s(soap*, long long
int)':
../../stdsoap2.cpp:9059: warning: int format, different type arg (arg 3)
../../stdsoap2.cpp: In function `int soap_s2LONG64(soap*, const char*,
LONG64*)':
../../stdsoap2.cpp:9102: warning: int format, different type arg (arg 3)
../../stdsoap2.cpp: In function `const char* soap_ULONG642s(soap*, long long
unsigned int)':
../../stdsoap2.cpp:9831: warning: unsigned int format, different type arg (arg
3)
../../stdsoap2.cpp: In function `int soap_s2ULONG64(soap*, const char*,
ULONG64*)':
../../stdsoap2.cpp:9874: warning: unsigned int format, different type arg (arg
3)
C:/DOCUME~1/g218931/LOCALS~1/Temp/cc0Meaaa.o(.text+0xa3):stdsoap2.cpp: undefined reference to `select@20'
C:/DOCUME~1/g218931/LOCALS~1/Temp/cc0Meaaa.o(.text+0xb3):stdsoap2.cpp: undefined reference to `WSAGetLastError@0'
C:/DOCUME~1/g218931/LOCALS~1/Temp/cc0Meaaa.o(.text+0xfe):stdsoap2.cpp: undefined reference to `send@16'
C:/DOCUME~1/g218931/LOCALS~1/Temp/cc0Meaaa.o(.text+0x11c):stdsoap2.cpp: undefined reference to `WSAGetLastError@0'
C:/DOCUME~1/g218931/LOCALS~1/Temp/cc0Meaaa.o(.text+0x17c):stdsoap2.cpp: undefined reference to `select@20'
C:/DOCUME~1/g218931/LOCALS~1/Temp/cc0Meaaa.o(.text+0x188):stdsoap2.cpp: undefined reference to `WSAGetLastError@0'
C:/DOCUME~1/g218931/LOCALS~1/Temp/cc0Meaaa.o(.text+0x6a0):stdsoap2.cpp: undefined reference to `select@20'
C:/DOCUME~1/g218931/LOCALS~1/Temp/cc0Meaaa.o(.text+0x6b0):stdsoap2.cpp: undefined reference to `WSAGetLastError@0'