Re: ODBC driver build error

2018-12-02 Thread Ray
Hello Ilya, The thing is I just want to apply a few bug fixes to the Ignite 2.6. The nightly release will include all the new tickets in master since 2.6 if my understanding is correct. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ODBC driver build error

2018-11-30 Thread Ilya Kasnacheev
Hello! You will have much easier time just taking a pre-built installer out of nightly build: https://ci.ignite.apache.org/viewLog.html?buildId=lastSuccessful=Releases_NightlyRelease_RunApacheIgniteNightlyRelease=artifacts=1#!-oll7z3tvqsdk,-1fllqn9a26ew6,1e6erfmy67dj4,enpgjwyte3hs Regards, --

Re: ODBC driver build error

2018-11-30 Thread Igor Sapego
You are right, this document needs update. I'll file a ticket for this task. Best Regards, Igor On Fri, Nov 30, 2018 at 5:53 AM Ray wrote: > Thank you for the reply Igor, > > After adding legacy_stdio_definitions.lib in the linker's input, I built > the > ODBC driver successfully. > > I want

Re: ODBC driver build error

2018-11-29 Thread Ray
Thank you for the reply Igor, After adding legacy_stdio_definitions.lib in the linker's input, I built the ODBC driver successfully. I want to build ODBC driver myself because I want to apply this ticket to Ignite 2.6 because 2.7 is not yet released.

Re: ODBC driver build error

2018-11-29 Thread Igor Sapego
By the way, you do know that there is a pre-built binary installer in Ignite binary release, right? Or do you want to build ODBC by yourself for some reason? Best Regards, Igor On Thu, Nov 29, 2018 at 12:50 PM Igor Sapego wrote: > This is a known issue of broken backward compatibility of

Re: ODBC driver build error

2018-11-29 Thread Igor Sapego
This is a known issue of broken backward compatibility of MSVC. See [1] for details and solution. [1] - https://apacheignite-sql.readme.io/docs/odbc-driver#section-building-on-windows Best Regards, Igor On Thu, Nov 29, 2018 at 9:22 AM Ray wrote: > Hi Igor, > > Thanks for the reply. > I

Re: ODBC driver build error

2018-11-28 Thread Ray
Hi Igor, Thanks for the reply. I installed OpenSSL 1.0.2 instead, but there's another error. SeverityCodeDescription Project FileLineSuppression State Error LNK1120 1 unresolved externals odbc

ODBC driver build error

2018-11-28 Thread Ray
I try to build ODBC driver on Windows Visual Studio 2017. I installed these dependencies Windows SDK 7.1 JDK 8 Win64 OpenSSL v1.1.1a from https://slproweb.com/products/Win32OpenSSL.html I set OPENSSL_HOME=C:\Program Files\OpenSSL-Win64 When I try to build, there's these error logs. Severity