如何用eclipse编译gsoap?

发布于 2024-12-26 09:40:49 字数 308 浏览 1 评论 0原文

我正在尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

固执像三岁 2025-01-02 09:40:49

我认为您错过的是 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文