Problem compiling: error: invalid use of âGLvoidâ
Hi there,
I can't compile current svn because of this:
include/game.h:147: error: â<anonymous>â has incomplete type
include/game.h:147: error: invalid use of âGLvoidâ
include/game.h:149: error: â<anonymous>â has incomplete type
include/game.h:149: error: invalid use of âGLvoidâ
and
src/game.cpp:766: error: â<anonymous>â has incomplete type
src/game.cpp:766: error: invalid use of âGLvoidâ
If I change the GLvoid to normal void it compiles and I can play.
I have current Nvidia drivers, sdl 1.2.11 and mesa 6.5.2
|