minecraft-again: Can't build on M1 Macbook
Whenever I try to run $ make from the terminal, it gives this error:
jack@Jacks-MacBook-Pro minecraft-again % 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
make[1]: *** No rule to make target osx-arm64'. Stop.
make: *** [libs] Error 2
Git shows this error when I open the repo’s overview
fatal: no submodule mapping found in .gitmodules for path 'lib/bgfx'
Status: 128
Help…
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 25 (1 by maintainers)
heres a bugfix dont use a mac
Thank you! finally 😃,
make cleandoes not cleanbxbuild, must runrm -rf lib/bx/.buildto delete pre-build files, compile passing now.Ah yes, this is another issue in
bx.lib/bx/scripts/toolchain.luafind the configuration for"osx-arm64"(line 1007).linkoptionslist:Then run
make cleaninside thelib/bxdirectory and runmakeagain from the root project directory.ok, i added and it’s already compiling, but occurred with another error. 😦