Skip to content

Instantly share code, notes, and snippets.

@afeder
Created February 13, 2012 22:11
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/1820903 to your computer and use it in GitHub Desktop.
Save afeder/1820903 to your computer and use it in GitHub Desktop.
../../../source/ps/Util.cpp: In function 'void WriteSystemInfo()':
../../../source/ps/Util.cpp:105: error: 'x86_x64' has not been declared
make[1]: *** [obj/engine_Debug/Util.o] Error 1
../../../source/ps/GameSetup/GameSetup.cpp:102:22: error: X11/Xlib.h: No such file or directory
../../../source/ps/GameSetup/GameSetup.cpp:267:2: warning: #warning TODO: implement cursors for GLES
../../../source/ps/GameSetup/GameSetup.cpp:285:2: warning: #warning TODO: implement cursors for GLES
../../../source/ps/GameSetup/GameSetup.cpp: In function 'size_t ChooseCacheSize()':
../../../source/ps/GameSetup/GameSetup.cpp:377: error: 'os_cpu_MemorySize' was not declared in this scope
../../../source/ps/GameSetup/GameSetup.cpp: In function 'void EarlyInit()':
../../../source/ps/GameSetup/GameSetup.cpp:809: error: 'XInitThreads' was not declared in this scope
make[1]: *** [obj/engine_Debug/GameSetup.o] Error 1
make[1]: Target `all' not remade because of errors.
make: *** [engine] Error 2
../../../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
../../../source/renderer/ModelRenderer.cpp: In static member function 'static void ModelRenderer::BuildPositionAndNormals(CModel*, const VertexArrayIterator<CVector3D>&, const VertexArrayIterator<CVector3D>&)':
../../../source/renderer/ModelRenderer.cpp:101: error: 'SkinPointsAndNormals_SSE' is not a member of 'CModelDef'
make[1]: *** [obj/graphics_Debug/ModelRenderer.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