-
Notifications
You must be signed in to change notification settings - Fork 68
Go-SDL/ttf incompatible with Go 1.0.1? #57
Copy link
Copy link
Open
Description
Go-SDL/ttf does not build successfully on Go 1.0.1.
$ go get -u github.com/banthar/Go-SDL/ttf
# github.com/banthar/Go-SDL/ttf
1: error: 'TTF_GetFontHinting' undeclared (first use in this function)
1: note: each undeclared identifier is reported only once for each function it appears in
1: error: 'TTF_SetFontHinting' undeclared (first use in this function)
1: error: 'TTF_GetFontOutline' undeclared (first use in this function)
1: error: 'TTF_SetFontOutline' undeclared (first use in this function)
Making Go-SDL/ttf:
~/go/src/github.com/banthar/Go-SDL/ttf$ make
Makefile:5: /usr/lib/go/src/Make.inc: No such file or directory
Makefile:22: /usr/lib/go/src/Make.pkg: No such file or directory
make: *** No rule to make target `/usr/lib/go/src/Make.pkg'. Stop.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels