Code:
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10012: error: ‘Display’ was not declared in this scope
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10012: error: ‘dpy’ was not declared in this scope
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10012: error: expected primary-expression before ‘int’
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10012: error: expected primary-expression before ‘int’
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10012: error: expected primary-expression before ‘int’
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10012: error: expected primary-expression before ‘void’
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10013: error: ‘PFNGLXQUERYHYPERPIPENETWORKSGIXPROC’ does not name a type
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10014: error: ‘PFNGLXHYPERPIPECONFIGSGIXPROC’ does not name a type
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10015: error: ‘PFNGLXQUERYHYPERPIPECONFIGSGIXPROC’ does not name a type
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10016: error: ‘PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC’ does not name a type
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10017: error: ‘PFNGLXBINDHYPERPIPESGIXPROC’ does not name a type
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10018: error: ‘PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC’ does not name a type
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10019: error: ‘PFNGLXHYPERPIPEATTRIBSGIXPROC’ does not name a type
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10020: error: ‘PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC’ does not name a type
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10055: error: ‘GLboolean’ does not name a type
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10056: error: ‘GLint’ does not name a type
/home/andrew/Desktop/source/HPL1Engine/../dependencies/include/GL/GLee.h:10059: error: ‘GLboolean’ does not name a type
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp: In member function ‘virtual void hpl::cGLStateTwoUnits_ATIDiffuse::InitData()’:
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp:70: error: ‘pglGenFragmentShadersATI’ was not declared in this scope
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp:73: error: ‘pglBindFragmentShaderATI’ was not declared in this scope
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp:77: error: ‘pglSampleMapATI’ was not declared in this scope
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp:82: error: ‘pglSetFragmentShaderConstantATI’ was not declared in this scope
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp:83: error: ‘GL_NONE’ was not declared in this scope
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp:85: error: ‘pglColorFragmentOp2ATI’ was not declared in this scope
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp:88: error: ‘pglAlphaFragmentOp2ATI’ was not declared in this scope
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp: In destructor ‘virtual hpl::cGLStateTwoUnits_ATIDiffuse::~cGLStateTwoUnits_ATIDiffuse()’:
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp:101: error: ‘pglDeleteFragmentShaderATI’ was not declared in this scope
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp: In member function ‘virtual void hpl::cGLStateTwoUnits_ATIDiffuse::Bind()’:
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp:106: error: ‘glEnable’ was not declared in this scope
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp:107: error: ‘pglBindFragmentShaderATI’ was not declared in this scope
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp: In member function ‘virtual void hpl::cGLStateTwoUnits_ATIDiffuse::UnBind()’:
/home/andrew/Desktop/source/HPL1Engine/sources/graphics/Material_Fallback02_BaseLight.cpp:112: error: ‘glDisable’ was not declared in this scope
make[2]: *** [CMakeFiles/HPL.dir/sources/graphics/Material_Fallback02_BaseLight.cpp.o] Error 1
make[1]: *** [CMakeFiles/HPL.dir/all] Error 2
make: *** [all] Error 2
andrew@andrew-desktop:~/Desktop/source/HPL1Engine$
Code:
andrew@andrew-desktop:~/Desktop/source/PenumbraOverture$ make
[ 79%] Built target HPL
Linking CXX executable overture.bin
/usr/bin/ld: cannot find -lOALWrapper
collect2: ld returned 1 exit status
make[2]: *** [overture.bin] Error 1
make[1]: *** [CMakeFiles/Overture.dir/all] Error 2
make: *** [all] Error 2