[MDEV-4930] CONNECT storage engine does not compile on OSX 10.8 Created: 2013-08-21 Updated: 2013-08-26 Resolved: 2013-08-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.4 |
| Fix Version/s: | 10.0.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Reported by a user (he has problems creating a JIRA account currently, so he wrote to me directly). Problem: MariaDB 10.0.4 does not compile on Mac OS X 10.8 Error message: In file included from /Users/ck/Software/mariadb-10.0.4/sql/item.h:3668: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| Comments |
| Comment by Olivier Bertrand [ 2013-08-22 ] |
|
I did see it (as a warning) when compiling on ubuntu and fixed it |
| Comment by Olivier Bertrand [ 2013-08-22 ] |
|
I just changed: to: This eliminates the gcc warning but I could not test if it solves the error on MAC. |
| Comment by Christian Kirsch (Inactive) [ 2013-08-26 ] |
|
Thanks. I'm the original bug reporter (but at that time I couldn't create an account here because of a botched captcha). The compile time error on Mac OS X 10.8 is gone now. Christian |