i was about to learn opengl / sdl in D but when trying to compile a simple program i seem to get an error from the linker, when i compile test.d with DMD using the command
dmd test.d -I/usr/include/x ...
i am using gtkd and i seem to be getting compile erros, the compiler seems to object only with scroll.setPolicy (it will compile fine if was to comment out that line) however i would like to set the s ...