2017-01-23 2 views
1

J'essaie de créer un client webservice de savon C++ dans Windows 7. J'utilise gSoap et j'ai suivi gSoap tutorial.Erreur gSoap: xlocale.h Aucun fichier ou répertoire de ce type

première et deuxième commandes ont travaillé, mais

c++ -o main main.cpp soapC.cpp soapcalcProxy.cpp stdsoap2.cpp 
commande

ne fonctionnait pas.

erreur

est

Microsoft Windows [Version 6.1.7601] 
Copyright (c) 2009 Microsoft Corporation. All rights reserved. 

C:\Users\user\Desktop\soap>C:\MinGW\bin\mingw32-g++.exe -o main main.cpp soapC.cpp soapcalcProxy.cpp stdsoap2.cpp 
In file included from soapStub.h:22:0, 
       from soapH.h:16, 
       from calc.nsmap:2, 
       from main.cpp:16: 
stdsoap2.h:651:23: fatal error: xlocale.h: No such file or directory 
compilation terminated. 
In file included from soapStub.h:22:0, 
       from soapH.h:16, 
       from soapC.cpp:19: 
stdsoap2.h:651:23: fatal error: xlocale.h: No such file or directory 
compilation terminated. 
In file included from soapStub.h:22:0, 
       from soapH.h:16, 
       from soapcalcProxy.h:16, 
       from soapcalcProxy.cpp:14: 
stdsoap2.h:651:23: fatal error: xlocale.h: No such file or directory 
compilation terminated. 
In file included from stdsoap2.cpp:60:0: 
stdsoap2.h:651:23: fatal error: xlocale.h: No such file or directory 
compilation terminated. 

Comment puis-je résoudre? J'utilise Windows 7 64 bits et MINGW. Merci.

Répondre