如何用eclipse编译gsoap?
我正在尝试在 Eclipse 上编译 gsoap 但出现此错误:
make: *** [ACWS] Error 1
undefined reference to `namespaces'
undefined reference to `soap_default_ns1__armedNotification(soap*,ns1__armedNotification*)'
.....
....
我认为这是链接问题,但我没有解决它。
我该如何修复它?
对不起,我的英语不好,
非常感谢。
I'm trying compile gsoap on eclipse but i get this error:
make: *** [ACWS] Error 1
undefined reference to `namespaces'
undefined reference to `soap_default_ns1__armedNotification(soap*,ns1__armedNotification*)'
.....
....
I think it's a problem of linked but i not solve it.
How can I fix it?
Excuse me for my English
Thanks you very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您错过的是 gsoap 生成的 .nsmap 文件的 #include 指令。检查 gsoap 手册以获取 nsmap 的参考(第 1.2 节是一个很好的起点)。
I think what you've missed is the #include directive for the .nsmap file generated by gsoap. Check the gsoap manual for references to nsmap (section 1.2 is a good place to start).