[MDEV-12149] Connect SE: compile errors on Windows with /Zc:strictStrings Created: 2017-02-28 Updated: 2022-09-12 Resolved: 2022-09-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Olivier Bertrand |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
When compilng Connect engine on Windows, with VS2015 and option /Zc:strictStrings, the compilation fails with To reproduce, run cmake with cmake . -DCMAKE_CXX_FLAGS=/Zc:strictStrings strictStrings might be made default option in the future. I attached errors of compilation attempt. See related bug in MySQL https://bugs.mysql.com/bug.php?id=85157 |
| Comments |
| Comment by Olivier Bertrand [ 2017-05-07 ] | |
|
After hopefully eliminated all problems related to /Zc:strictStrings the compilation of connect still fails because of the included system file:
| |
| Comment by Sergei Golubchik [ 2022-09-12 ] | |
|
10.0 was EOLed in March 2019 |