[MDEV-10322] build error: jdbconn.cpp:273:11: error: assigning to 'char *' from incompatible type 'const char *' Created: 2016-07-01 Updated: 2016-07-18 Resolved: 2016-07-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling, Storage Engine - Connect |
| Affects Version/s: | 10.1.15 |
| Fix Version/s: | 10.1.16, 10.0.27 |
| Type: | Bug | Priority: | Major |
| Reporter: | Dan | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | clang | ||
| Environment: |
Mac OS X 10.11.5/10.12, Homebrew, Xcode 7.3.1/8.0.0 |
||
| Description |
|
Hello, compilation fails with clang:
The relevant error message:
Thanks. |
| Comments |
| Comment by Olivier Bertrand [ 2016-07-02 ] | ||||||
|
Fixed by replacing this line by:
| ||||||
| Comment by Dan [ 2016-07-10 ] | ||||||
|
Thanks, but please note that this error affects also version 10.2.1. | ||||||
| Comment by Olivier Bertrand [ 2016-07-10 ] | ||||||
|
Normally, fixes from version 10.0 and 10.1 are automatically ported to 10.2 and will be available with next version. | ||||||
| Comment by Dan [ 2016-07-18 ] | ||||||
|
Sorry, this doesn't seem to be fixed in 10.1.16. Here is part of the build log.
| ||||||
| Comment by Olivier Bertrand [ 2016-07-18 ] | ||||||
|
Exact. It seems that version 10.1.16 was released without including the last version of Connect I pushed on the Connect site. |