We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just cloned the source (rev 8309d2a) and tried to build, but it fails immediatelly with following output:
gomake -C sdl make[1]: Entering directory /home/v0idexp/Builds/Go-SDL/sdl' 6g -o _go_.6 constants.go structs.6.go _obj/sdl.cgo1.go _obj/_cgo_gotypes.go sdl.go:4[_obj/sdl.cgo1.go:7]: can't find import: errors make[1]: *** [_go_.6] Error 1 make[1]: Leaving directory/home/v0idexp/Builds/Go-SDL/sdl' make: *** [all] Error 2
/home/v0idexp/Builds/Go-SDL/sdl' 6g -o _go_.6 constants.go structs.6.go _obj/sdl.cgo1.go _obj/_cgo_gotypes.go sdl.go:4[_obj/sdl.cgo1.go:7]: can't find import: errors make[1]: *** [_go_.6] Error 1 make[1]: Leaving directory
The text was updated successfully, but these errors were encountered:
Update your Go compiler.
Sorry, something went wrong.
I have the same issue, I have the latest tip of go, even tried 'revision.r60'. tried gocode from another ticket, no luck getting errors.
This is when the change was introduced in Go:
http://code.google.com/p/go/source/detail?spec=svn7ec969250bfc8948d53ea3d6a9bceb6cbbc7b859&r=b1c079c01a0a3ccd68410347370a66fb14c82ed0
And in Go-SDL:
cc10a46
You need either older Go-SDL or newer go. Try hg update weekly.
hg update weekly
I will try to do something to keep Go-SDL more in sync with go releases.
No branches or pull requests
Just cloned the source (rev 8309d2a) and tried to build, but it fails immediatelly with following output:
gomake -C sdl
make[1]: Entering directory
/home/v0idexp/Builds/Go-SDL/sdl' 6g -o _go_.6 constants.go structs.6.go _obj/sdl.cgo1.go _obj/_cgo_gotypes.go sdl.go:4[_obj/sdl.cgo1.go:7]: can't find import: errors make[1]: *** [_go_.6] Error 1 make[1]: Leaving directory
/home/v0idexp/Builds/Go-SDL/sdl'make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: