go build -v
github.com/banthar/Go-SDL/ttf
# github.com/banthar/Go-SDL/ttf
1: error: ‘TTF_SetFontHinting’ undeclared (first use in this function)
1: note: each undeclared identifier is reported only once for each function it appears in
1: error: ‘TTF_GetFontOutline’ undeclared (first use in this function)
1: error: ‘TTF_SetFontOutline’ undeclared (first use in this function)
1: error: ‘TTF_GetFontHinting’ undeclared (first use in this function)
I can’t compile it (Ubuntu 11.10):
go build -v
github.com/banthar/Go-SDL/ttf
# github.com/banthar/Go-SDL/ttf
1: error: ‘TTF_SetFontHinting’ undeclared (first use in this function)
1: note: each undeclared identifier is reported only once for each function it appears in
1: error: ‘TTF_GetFontOutline’ undeclared (first use in this function)
1: error: ‘TTF_SetFontOutline’ undeclared (first use in this function)
1: error: ‘TTF_GetFontHinting’ undeclared (first use in this function)
I think, this should install all dependencies??
apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libglew1.6-dev