Opened 6 years ago
Last modified 5 years ago
#14963 closed bug
[Build System] error: 'strcmp' was not declared in this scope (on macos) — at Initial Version
Reported by: | diver | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
macOS Mojave 10.14.2
- create an image with DiskUtil and format it with Mac OS Extended (Case-sensitive, Journaled)
- git clone https://review.haiku-os.org/buildtools
- git clone https://review.haiku-os.org/haiku
- cd haiku
- replace
stat -c
withstat -f
inconfigure
script (macOS uses an -f argument, rather than -c) - mkdir generated.x86_64; cd generated.x86_64
- ../configure --build-cross-tools x86_64 ../../buildtools
- jam -q -j2 @nightly-anyboot
https://discuss.haiku-os.org/t/build-haiku-on-mac-failed/7876/13
Note:
See TracTickets
for help on using tickets.