Apache Ignite compile ODBC driver errors
问题 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