All,
Quick question regading compiling Haiku - perhaps I’m missing something…?
I am trying to compile the Haiku source tree as per instructions at https://www.haiku-os.org/guides/building/configure. I want to fix the e-mail issue and start contributing to Haiku.
I have cloned the Git master branch, run ./configure from the Terminal, and am then running “jam” from the Terminal.
The build gets to the ~230th target and then fails with “BUILD FAILURE” and no other (useful) output that I can discern:
InitScript1 /boot/home/dev/haiku/generated/haiku.image-copy-files
BuildHaikuImageUserGroupFile /boot/home/dev/haiku/generated/objects/common/passwd
BuildHaikuImageUserGroupFile /boot/home/dev/haiku/generated/objects/common/group
InitScript1 /boot/home/dev/haiku/generated/haiku.image-extract-files
BUILD FAILURE:
…failed updating 7 target(s)…
…skipped 14473 target(s)…
…updated 230 target(s)…
…am I missing something? I’m following the instructions in the above page to the letter but the build just keeps stopping.
Thanks in advance,
Dave