#6000 closed defect (fixed)
Native windows ODBC support for mingw64 compile
Reported by: | robe | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.3 |
Component: | ConfigBuild | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
As mentioned in my blog entry -
there is no current way (at least not one I could find) that allows building ODBC with native windows ODBC under mingw64 without hacking the configure script. I'm working on a patch to do that and think I have it almost ready to commit once I've gotten it working with mingw64-w32. The way it works is that if --with-odbc is selected and it finds the odbc windows bindings (but not the others), it will use the odbc windows bindings. So it's not so specific to mingw64.
Attachments (2)
Change History (7)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Attached is a patch for 2.0 and 2.1 branch. I also tested on Debian 7 that has UnixODBC to make sure it didn't clubber configure on that.
This I tested with mingw64-w64 and mingw64-w32 chains.
by , 8 years ago
Attachment: | gdal20-odbc-configure.in.patch added |
---|
by , 8 years ago
Attachment: | gdal21-odbc-configure.in.patch added |
---|
comment:3 by , 8 years ago
comment:5 by , 8 years ago
Component: | default → ConfigBuild |
---|---|
Milestone: | 2.1.0 → 2.0.3 |
Resolution: | → fixed |
Status: | new → closed |
Applied in branches/2.0 r33625
Any update on this ?