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 got build error like this and not sure what to fix
command run
go get -u github.com/nwidger/nintengo
I did install azul3d and run their examples fine.
# azul3d.org/engine/native/al
/usr/bin/ld:/home/stevek/go/pkg/mod/azul3d.org/[email protected]/native/al/blob_linux_amd64.syso: file format not recognized; treating as linker script
/usr/bin/ld:/home/stevek/go/pkg/mod/azul3d.org/[email protected]/native/al/blob_linux_amd64.syso:1: syntax error
collect2: error: ld returned 1 exit status
It looks like it should not pass the linker to the .syso file, syso file is just a text file
cat /home/stevek/go/pkg/mod/azul3d.org/[email protected]/native/al/blob_linux_amd64.syso
version https://git-lfs.github.com/spec/v1
oid sha256:63275bd4866f47b882d4bf4b6e89167ea3ee478dac135b43f0e9757859b95f20
size 1374493
The text was updated successfully, but these errors were encountered:
Hi there,
I got build error like this and not sure what to fix
command run
go get -u github.com/nwidger/nintengo
I did install azul3d and run their examples fine.
It looks like it should not pass the linker to the .syso file, syso file is just a text file
The text was updated successfully, but these errors were encountered: