编译gSOAP 2.8.8包错误

时间:2012-06-06 10:27:55

标签: c++ compilation gsoap

我正在使用autoconf和语句构建gSOAP-2.8.8包,因为./configure,make,make install使用语句make我得到以下错误:

C:\MinGW\msys\1.0\local\bin\bison.exe :cannot open file '/usr/local/share/bison/m4sugar/m4sugar.m4'

并且make不成功。

请帮助我解决这个问题,非常感谢任何帮助。

由于

1 个答案:

答案 0 :(得分:0)

要从源代码构建gsoap,您需要安装许多工具,至少需要确保已经下载并构建了最新版本的: AU

  • autoconf
  • automake
  • 野牛
  • flex
  • M4

如果您计划加密SOAP消息,则还需要 openssl

根据您的错误消息,我怀疑m4预处理器可能会丢失。