Apache Ignite编译ODBC驱动程序错误

时间:2018-03-01 10:44:01

标签: c++ makefile ignite

我尝试编译odbc驱动程序,但我有以下错误:

我运行以下命令:

1. cd ./modules/platforms/cpp
2. libtoolize && aclocal && autoheader && automake --add-missing && autoreconf
3. ./configure
4. make

错误是:

error: 'ignite::odbc::ssl::OPENSSL_init_ssl' declared as an 'inline' variable
error: expression list treated as compound expression in initializer [-fpermissive]
error: expected ',' or ';' before '{' token
error: variable or field 'OPENSSL_init_ssl' declared void
error: 'ignite::odbc::ssl::OPENSSL_init_ssl' cannot be used as a function
error: 'SSL_CTRL_OPTIONS' was not declared in this scope

我的Ignite版本是2.5(由01.03.2018)下载:

git clone https://git-wip-us.apache.org/repos/asf/ignite

请帮帮我。

1 个答案:

答案 0 :(得分:2)

这在Apache Ignite用户邮件列表中进行了讨论:http://apache-ignite-users.70518.x6.nabble.com/ODBC-driver-compile-error-td20313.html