The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Problem compiling: error: invalid use of âGLvoidâ - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4) +--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9) +--- Thread: Problem compiling: error: invalid use of âGLvoidâ (/showthread.php?tid=739) |
Problem compiling: error: invalid use of âGLvoidâ - Noneus - 07-25-2007 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 - joevenzon - 07-25-2007 Thanks for the heads up, I made this change in subversion. |