While trying to make in the source/Irrlicht folder, I get this set of errors and it halts the make process:
Code: Select all
g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -g -D_DEBUG -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o
COpenGLDriver.o COpenGLDriver.cpp
In file included from COpenGLDriver.h:25,
from COpenGLDriver.cpp:5:
COpenGLExtensionHandler.h:927: error: ‘PFNGLCOMPRESSEDTEXIMAGE2DPROC’ does not name a type
COpenGLExtensionHandler.h: In member function ‘void irr::video::COpenGLExtensionHandler::extGlCompressedTexImage2D(GLenum, GLint, GLenum, GLsizei, GLsizei, GLint, GLsizei, const void*)’:
COpenGLExtensionHandler.h:1351: error: ‘pGlCompressedTexImage2D’ was not declared in this scope
make: *** [COpenGLDriver.o] Error 1
Any other info needed can be posted as necessary. Thank you everyone for your help.