This repository was archived by the owner on Sep 4, 2019. It is now read-only.
Description When running bootstrap.sh I get the following error in bootstrap.log:
###
### Using 'darwin' toolset.
###
rm -rf bootstrap
mkdir bootstrap
cc -o bootstrap/jam0 command.c compile.c constants.c debug.c function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c pathunix.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c pwd.c class.c native.c md5.c w32_getreg.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c execunix.c fileunix.c
./bootstrap/jam0 -f build.jam --toolset=darwin --toolset-root= clean
./build.sh: line 15: ./bootstrap/jam0: cannot execute binary file
It looks like the cc command fails to build boostrap/jam0 because none of the .c files are present.
Reactions are currently unavailable
When running
bootstrap.shI get the following error inbootstrap.log:It looks like the
cccommand fails to buildboostrap/jam0because none of the.cfiles are present.