Skip to content
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

Add arm64 support #99

Open
iMezemz opened this issue Feb 3, 2024 · 0 comments
Open

Add arm64 support #99

iMezemz opened this issue Feb 3, 2024 · 0 comments

Comments

@iMezemz
Copy link

iMezemz commented Feb 3, 2024

building for macOS-arm64 but attempting to link with file built for macOS-x86_64
Undefined symbols for architecture arm64:
"_glfwCreateWindow", referenced from:
_window_create in window.o
"_glfwGetInputMode", referenced from:
_mouse_get_grabbed in window.o
"_glfwGetProcAddress", referenced from:
_window_create in window.o
"_glfwInit", referenced from:
_window_create in window.o
"_glfwMakeContextCurrent", referenced from:
_window_create in window.o
"_glfwPollEvents", referenced from:
_window_loop in window.o
"_glfwSetCursorPosCallback", referenced from:
_window_create in window.o
"_glfwSetErrorCallback", referenced from:
_window_create in window.o
"_glfwSetFramebufferSizeCallback", referenced from:
_window_create in window.o
"_glfwSetInputMode", referenced from:
_mouse_set_grabbed in window.o
"_glfwSetKeyCallback", referenced from:
_window_create in window.o
"_glfwSetMouseButtonCallback", referenced from:
_window_create in window.o
"_glfwSwapBuffers", referenced from:
_window_loop in window.o
"_glfwSwapInterval", referenced from:
_window_create in window.o
"_glfwTerminate", referenced from:
_window_create in window.o
__destroy in window.o
"_glfwWindowHint", referenced from:
_window_create in window.o
"_glfwWindowShouldClose", referenced from:
_window_loop in window.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [game] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant