After ensuring what I assume to be all dependencies are satisfied and CMaking, I hit this upon make:
Code: Select all
[ 37%] Building CXX object src/CMakeFiles/zdoom.dir/sdl/hardware.o
In file included from /home/blah/gzdoom/src/./gl/system/gl_system.h:94:0,
from /home/blah/gzdoom/src/sdl/sdlglvideo.h:7,
from /home/blah/gzdoom/src/sdl/hardware.cpp:50:
/home/blah/gzdoom/src/./gl/system/gl_interface.h:206:2: error: ‘PFNGLMULTITEXCOORD2FPROC’ does not name a type
/home/blah/gzdoom/src/./gl/system/gl_interface.h:207:2: error: ‘PFNGLMULTITEXCOORD2FVPROC’ does not name a type
make[2]: *** [src/CMakeFiles/zdoom.dir/sdl/hardware.o] Error 1
make[1]: *** [src/CMakeFiles/zdoom.dir/all] Error 2
make: *** [all] Error 2