Bart Grantham
Bart Grantham
Now that you say this (and after sleeping on it), this makes perfect sense. I did install `x86_64-w64-mingw32-gcc` in order to have a Windows cross-compiler, but I haven't installed one...
Thank you for the consideration. I try not to open "complaint" issues without having an alternative to suggest, however in this case I am at a loss but I felt...
Looking through the code supporting Main/Do, what you've already implemented is pretty much the only idea I had! (ie. a loop on the main thread pulling anonymous functions from a...
Yes, I am running 1.16. I might look into figuring out what is going wrong later today, do you have suggestions?
``` $ file /opt/homebrew/lib/libSDL2-2.0.0.dylib /opt/homebrew/lib/libSDL2-2.0.0.dylib: Mach-O 64-bit dynamically linked shared library arm64 ``` Appears to all be arm64, as expected. I installed with brew (`brew install sdl2{,_image,_mixer,_ttf,_gfx} pkg-config`). `arch=arm64 brew...
I am so, so, so, so sorry! I just realized I was running the amd64 version of 1.16 by accident! It worked with the _correct_ compiler. I hope you didn't...
`render` worked! I did have to `go mod init ...` in the repo root because of modules complaining. Here's my full report: * :white_check_mark: `audio`: as expected (steady tone) *...
> about those signal: killed messages, could you elaborate more on what happened? I tried a very simple `go run ...` in the same directory as the example. Just now...
So strange! You are also using Big Sur, Go 1.16, and Apple Silicon? > Would you happen to have a clue of what the reason could be? Could they come...
I just did a `brew upgrade sdl2{,_image,_mixer,_ttf,_gfx} pkg-config` to make sure I had the most recent packages, everything was already up to date. > I wonder if it helps to...