Apache Ignite compile ODBC driver errors

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-24 06:27:44

问题


I try to compile odbc driver but I have following errors:

I run following commands:

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

Errors are:

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

My Ignite version is 2.5 downloaded by (on 01.03.2018):

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

Please help me.


回答1:


This is discussed on Apache Ignite users mailing list: http://apache-ignite-users.70518.x6.nabble.com/ODBC-driver-compile-error-td20313.html



来源:https://stackoverflow.com/questions/49047925/apache-ignite-compile-odbc-driver-errors

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!