GitHub user Weixin-Xu opened a pull request:
https://github.com/apache/trafodion/pull/1726
[TRAFODION-3222] Windows odbc build fail
1. header file "cconnect.h" missed in "sqltocconv.h"
2. In README.txt, vs2013 is recommended to build windows odbc but now only
the version is set vs2015 or higher.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Weixin-Xu/incubator-trafodion
WindowsODBCBuildError
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1726.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1726
----
commit 470dfbc5dbdb908fb10e8d37c25ce3f3c48a540f
Author: Weixin-Xu <1013438133@...>
Date: 2018-10-16T05:36:24Z
missing header file cconnect.h in sqltocconv.h
commit 0718cc9d22ac7d611bbc29ede4a0c1476aaefd68
Author: Weixin-Xu <1013438133@...>
Date: 2018-10-16T05:38:55Z
restore the version of vs depended by windows odbc from 2015 to 2013
----
---