[CONC-62] MariaDB Client Library for C failed to compile with MinGW Created: 2013-12-19 Updated: 2014-06-09 Resolved: 2014-01-11 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Eric Trinh | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 7 - MinGW GCC4.8 |
||
| Attachments: |
|
| Description |
|
Hi, MariaDB compilation under Windows deeply assumed about compiling with MSVC. Best Regards, |
| Comments |
| Comment by Georg Richter [ 2014-01-11 ] |
|
Thanks for the patch! MingW support added in rev. 109 |
| Comment by Thomas Mertes [ 2014-05-09 ] |
|
With mariadb_client-2.0.0 it is not possible to compile cmake -G "MinGW Makefiles" There are warnings (in my_charset.c and violite.c) and 'ETIMEDOUT' undeclared (first use in this function) Regards – |
| Comment by Eric Trinh [ 2014-06-09 ] |
|
Hi, I successfuly compiled with MinGW64 4.8.0 (you can download it on: https://sourceforge.net/projects/mingw-w64 ) Maybe you use a old version of MinGW with incomplete Win32 API. Best Regards, |