[MDEV-27619] Errors while compiling RocksDB on macOS with Xcode 9.4.1 (zstd headers related) Created: 2022-01-25 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Compiling, Storage Engine - RocksDB |
| Affects Version/s: | 10.7.2, 10.11.3 |
| Fix Version/s: | 10.11, 11.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | Dmitry Shulga |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | macos | ||
| Environment: |
macOS 10.13.6 |
||
| Description |
|
I've got the following compilation error while building current 10.7 code from GitHub:
It was configured like this:
Looks like cmake found zstd where it really is located, at least I see these:
We have these:
The following very lame patch allowed to proceed and end up with 10.7 built and running normally:
|