veandco / go-sdl2

SDL2 binding for Go
https://godoc.org/github.com/veandco/go-sdl2
BSD 3-Clause "New" or "Revised" License
2.22k stars 223 forks source link

Error in GFX update/install #322

Closed hsoolien closed 6 years ago

hsoolien commented 6 years ago

Got the following error when updating my SDL/GFX First popped up trying out the demo code for GFX

In file included from ..\github.com\veandco\go-sdl2\gfx\sdl_gfx.go:8:0:
./sdl_gfx_wrapper.h:2:11: fatal error: SDL2/SDL2_framerate.h: No such file or directory
  #include <SDL2/SDL2_framerate.h>
malashin commented 6 years ago

Hello @hsoolien.

Do you actually have SDL2_gfx installed? SDL2_framerate.h is a part of SDL2_gfx.

hsoolien commented 6 years ago

You know I thought I had, don't I feel foolish, thank you