作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在 Windows 7 中创建 C++ soap web 服务客户端。我正在使用 gSoap 并且我遵循了 gSoap tutorial .
第一个和第二个命令有效但是
c++ -o main main.cpp soapC.cpp soapcalcProxy.cpp stdsoap2.cpp
命令无效。
错误是
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.
我该如何解决?我正在使用 Windows 7 64 位和 mingw。谢谢。
最佳答案
我有同样的问题,我通过在编译时添加-DWITH_NO_C_LOCALE
选项解决了它。来源:https://sourceforge.net/p/gsoap2/bugs/1098/
关于c++ - gSoap 错误 : xlocale. h 没有那个文件或目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41807770/
我正在尝试在 Windows 7 中创建 C++ soap web 服务客户端。我正在使用 gSoap 并且我遵循了 gSoap tutorial . 第一个和第二个命令有效但是 c++ -o mai
我有一个简单的程序,它使用在命令行上传递给它的一系列语言环境来测试 wchar_t 和 char 之间的转换。它通过打印出语言环境名称和转换失败的字符串来输出失败转换的列表。 我正在使用 clang
我的代码依赖于 。当我尝试使用 emscripten 工具链进行编译时(在 CMake 生成之后),出现以下错误。我的配置需要更改什么? 'X11/Xlocale.h' file not
我是一名优秀的程序员,十分优秀!