You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm actually using clang. not sure if the gnu gcc is mandatory for static linking. it seems the compiler try to link libs under go-sdl/_libs, which is kind of outdated.
Maybe a fresh build from source is more reasonable?
Hi @shellohunter, sorry about that! The static libraries in the master branch are still being worked on. I’m in the process of creating Makefile for it to generate the static libraries instead of the current scripts.
Go version: 1.24.3
Go-SDL2 version: go-sdl@master
SDL2 version: go-sdl@master
OS: macos 15.1.1
Architecture: arm64
I'm actually using clang. not sure if the gnu gcc is mandatory for static linking. it seems the compiler try to link libs under
go-sdl/_libs
, which is kind of outdated.Maybe a fresh build from source is more reasonable?
here's my build cmd:
got errors like this:
The text was updated successfully, but these errors were encountered: