-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed on macOS #35
Comments
Can you post the full log? Run make clean
git clean -fX
make >build.log 2>&1 and copy the output of build.log here. |
This is super late, but try building with GNU Make (instructions here). macOS uses a different |
Sorry for the late reply, got a successful build on my M1 Mac! But I couldn't figure out exactly what was the reason for the success. Thank you in any case. |
P.S. As for the gbagfx build, I had to add this code to the makefile. UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
CFLAGS += $(shell pkg-config --cflags libpng) $(shell pkg-config --libs libpng)
endif |
At first I was going to submit an issue to agbcc, but agbcc was not accepting issues, so I'm submitting it here.
I tried to build
bn6f.gba
according toINSTALL.md
, but build failed.Environment
Command
The text was updated successfully, but these errors were encountered: