Opened 5 years ago

Last modified 4 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 with stat -f in configure 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

Change History (0)

Note: See TracTickets for help on using tickets.