Skip to content

Instantly share code, notes, and snippets.

@afeder
Created February 14, 2012 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afeder/1822211 to your computer and use it in GitHub Desktop.
Save afeder/1822211 to your computer and use it in GitHub Desktop.
../../../source/graphics/TerritoryTexture.cpp: In member function 'void CTerritoryTexture::ConstructTexture(int)':
../../../source/graphics/TerritoryTexture.cpp:106: error: 'GL_BGRA_EXT' was not declared in this scope
../../../source/graphics/TerritoryTexture.cpp: In member function 'void CTerritoryTexture::RecomputeTexture(int)':
../../../source/graphics/TerritoryTexture.cpp:169: error: 'GL_BGRA_EXT' was not declared in this scope
make[1]: *** [obj/graphics_Debug/TerritoryTexture.o] Error 1
make[1]: Target `all' not remade because of errors.
make: *** [graphics] Error 2
../../../source/gui/MiniMap.cpp:188:2: warning: #warning TODO: implement minimap for GLES
../../../source/gui/MiniMap.cpp: In member function 'void CMiniMap::CreateTextures()':
../../../source/gui/MiniMap.cpp:466: error: 'GL_BGRA_EXT' was not declared in this scope
../../../source/gui/MiniMap.cpp: In member function 'void CMiniMap::RebuildTerrainTexture()':
../../../source/gui/MiniMap.cpp:534: error: 'GL_BGRA_EXT' was not declared in this scope
make[1]: *** [obj/gui_Debug/MiniMap.o] Error 1
make[1]: Target `all' not remade because of errors.
make: *** [gui] Error 2
../../../source/lib/res/graphics/ogl_tex.cpp: In function 'bool fmt_is_s3tc(GLenum)':
../../../source/lib/res/graphics/ogl_tex.cpp:106: error: 'GL_COMPRESSED_RGB_S3TC_DXT1_EXT' was not declared in this scope
../../../source/lib/res/graphics/ogl_tex.cpp:107: error: 'GL_COMPRESSED_RGBA_S3TC_DXT1_EXT' was not declared in this scope
../../../source/lib/res/graphics/ogl_tex.cpp: In function 'GLint choose_fmt(size_t, size_t)':
../../../source/lib/res/graphics/ogl_tex.cpp:133: error: 'GL_COMPRESSED_RGBA_S3TC_DXT1_EXT' was not declared in this scope
../../../source/lib/res/graphics/ogl_tex.cpp:135: error: 'GL_COMPRESSED_RGB_S3TC_DXT1_EXT' was not declared in this scope
../../../source/lib/res/graphics/ogl_tex.cpp:169: error: 'GL_BGRA_EXT' was not declared in this scope
make[1]: *** [obj/lowlevel_Debug/ogl_tex.o] Error 1
make[1]: Target `all' not remade because of errors.
make: *** [lowlevel] Error 2
make: Target `pyrogenesis' not remade because of errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment