[ODBC-287] /home/ilan/minonda and cannot find mysql.h Created: 2020-06-03 Updated: 2020-06-30 Resolved: 2020-06-08 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.1.7 |
| Fix Version/s: | 3.1.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | James Lowden | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 16.04 LTS |
||
| Description |
|
The build is not finding mysql.h, and (I think) claims to find it on a directory that is not on my machine. After unpacking the tarball to xxx, I create a build directory, and cd build && cmake .. \ The eventual compilation error is: {{In file included from [...]/maria-db/mariadb-connector-odbc-3.1.7-ga-src/odbc_3_api.c:21:0: Notes:
The file I want to include is {{$ find /usr/include/ -name mysql.h |
| Comments |
| Comment by Lawrin Novitsky [ 2020-06-08 ] |
|
Thank you for your report - I've already fixed the typos you've pointed at. |
| Comment by Lawrin Novitsky [ 2020-06-08 ] |
|
It's not really a bug, but I have made the change that should ease the use the build from source package( i.e. without libmariadb submodule in the source tree) |