I recieve this error when compiling:
$ make
mkdir -p ./bin
export LD_PATH="-framework QuartzCore -framework Cocoa -framework Carbon -framework Metal -framework CoreFoundation -framework IOKit"
cd lib/bx && make osx-arm64
gcc=osx-arm64 gmake
/bin/sh: gmake: command not found
make[1]: [.build/projects/gmake-osx-arm64] Error 127 (ignored)
make -C .build/projects/gmake-osx-arm64 config=debug
make: *** .build/projects/gmake-osx-arm64: No such file or directory. Stop.
make[1]: *** [osx-arm64-debug] Error 2
make: *** [libs] Error 2
Any ideas?
I recieve this error when compiling:
$ make
mkdir -p ./bin
export LD_PATH="-framework QuartzCore -framework Cocoa -framework Carbon -framework Metal -framework CoreFoundation -framework IOKit"
cd lib/bx && make osx-arm64
gcc=osx-arm64 gmake
/bin/sh: gmake: command not found
make[1]: [.build/projects/gmake-osx-arm64] Error 127 (ignored)
make -C .build/projects/gmake-osx-arm64 config=debug
make: *** .build/projects/gmake-osx-arm64: No such file or directory. Stop.
make[1]: *** [osx-arm64-debug] Error 2
make: *** [libs] Error 2
Any ideas?