[CONC-150] mariadb_config/mariadb_config.c.in does not exist. Created: 2015-11-06 Updated: 2015-11-07 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Ken Crossen | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OSX Yosemite, CMake 3.0.2 |
||
| Description |
|
CMake Error: File /Users/Ken/Documents/MySQL_C++/mariadb-connector-c-2.2.0-src/mariadb_config/mariadb_config.c.in does not exist. Found in mariadb-connector-c-2.1.0-src but not current version |
| Comments |
| Comment by Ken Crossen [ 2015-11-06 ] |
|
copying mariadb_config.c.in from 2.1.0 to 2.2.0 appears to work for both Having done a unix make, on static linking to code in Qt, the following With libiconv.a, the problem is that mariadb-client build is trying to link In the 2.0.0 change log:
I think it may not be that simple. Ken On Fri, Nov 6, 2015 at 12:27 PM, Ken Crossen (JIRA) < |
| Comment by Ken Crossen [ 2015-11-07 ] |
|
Having made all these fixes, the resulting static library functions as expected on OSX Yosemite. |