2017-01-23 1 views
1

Ich versuche, C++ soap Webservice-Client in Windows 7 zu erstellen. Ich verwende gSoap und ich folgte gSoap tutorial.gSoap Fehler: xlocale.h Keine solche Datei oder Verzeichnis

erste und zweite Befehle gearbeitet, aber

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

Befehl funktionierte nicht.

Fehler ist

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. 

Wie kann ich es lösen? Ich verwende Windows 7 64 Bit und mingw. Danke.

Antwort

Verwandte Themen