Changes between Initial Version and Version 10 of Ticket #14963


Ignore:
Timestamp:
May 3, 2020, 10:27:29 PM (4 years ago)
Author:
diver
Comment:
../src/system/libnetwork/netresolv/irs/nslexer.l:44:10: fatal error: nsparser.h: No such file or directory

fixed by brew link bison --force

Successfully built haiku-nightly-anyboot.iso on macOS.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14963

    • Property Resolutionfixed
    • Property Status newclosed
  • Ticket #14963 – Description

    initial v10  
    1 macOS Mojave 10.14.2
     1macOS Mojave 10.14.6
    22
    33* create an image with DiskUtil and format it with Mac OS Extended (Case-sensitive, Journaled)
    4 * git clone https://review.haiku-os.org/buildtools
    5 * git clone https://review.haiku-os.org/haiku
    6 * cd haiku
    7 * replace {{{stat -c}}} with {{{stat -f}}} in {{{configure}}} script (macOS uses an -f argument, rather than -c)
    8 * mkdir generated.x86_64; cd generated.x86_64
    9 * ../configure --build-cross-tools x86_64 ../../buildtools
    10 * jam -q -j2 @nightly-anyboot
    11 
     4{{{
     5brew install autoconf xorriso gawk git wget nasm less mpfr gmp libmpc bison mtools
     6brew link bison --force
     7git clone --depth=1 https://review.haiku-os.org/buildtools
     8git clone https://review.haiku-os.org/haiku
     9cd haiku
     10mkdir generated.x86_64; cd generated.x86_64
     11../configure --build-cross-tools x86_64 ../../buildtools
     12jam -q -j2 @nightly-anyboot
     13}}}
    1214
    1315https://discuss.haiku-os.org/t/build-haiku-on-mac-failed/7876/13