Guest User

Untitled

a guest
Oct 12th, 2011
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. 131/149] #1 c++ src/engine/client/graphics.cpp
  2. src/engine/client/graphics.cpp: In member function ‘void CGraphics_OpenGL::Flush()’:
  3. src/engine/client/graphics.cpp:77:22: error: ‘glVertexPointer’ was not declared in this scope
  4. src/engine/client/graphics.cpp:80:40: error: ‘glTexCoordPointer’ was not declared in this scope
  5. src/engine/client/graphics.cpp:83:40: error: ‘glColorPointer’ was not declared in this scope
  6. src/engine/client/graphics.cpp:84:22: error: ‘GL_VERTEX_ARRAY’ was not declared in this scope
  7. src/engine/client/graphics.cpp:84:37: error: ‘glEnableClientState’ was not declared in this scope
  8. src/engine/client/graphics.cpp:85:22: error: ‘GL_TEXTURE_COORD_ARRAY’ was not declared in this scope
  9. src/engine/client/graphics.cpp:86:22: error: ‘GL_COLOR_ARRAY’ was not declared in this scope
  10. src/engine/client/graphics.cpp:91:17: error: ‘GL_QUADS’ was not declared in this scope
  11. src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::MapScreen(float, float, float, float)’:
  12. src/engine/client/graphics.cpp:230:15: error: ‘GL_PROJECTION’ was not declared in this scope
  13. src/engine/client/graphics.cpp:230:28: error: ‘glMatrixMode’ was not declared in this scope
  14. src/engine/client/graphics.cpp:231:17: error: ‘glLoadIdentity’ was not declared in this scope
  15. src/engine/client/graphics.cpp:232:68: error: ‘glOrtho’ was not declared in this scope
  16. src/engine/client/graphics.cpp: In member function ‘virtual int CGraphics_OpenGL::LoadTextureRaw(int, int, int, const void*, int, int)’:
  17. src/engine/client/graphics.cpp:360:103: error: ‘gluBuild2DMipmaps’ was not declared in this scope
  18. src/engine/client/graphics.cpp: In member function ‘virtual bool CGraphics_OpenGL::Init()’:
  19. src/engine/client/graphics.cpp:724:15: error: ‘GL_MODELVIEW’ was not declared in this scope
  20. src/engine/client/graphics.cpp:724:27: error: ‘glMatrixMode’ was not declared in this scope
  21. src/engine/client/graphics.cpp:725:17: error: ‘glLoadIdentity’ was not declared in this scope
  22. src/engine/client/graphics.cpp:727:27: error: ‘glAlphaFunc’ was not declared in this scope
  23. src/engine/client/graphics.cpp:728:11: error: ‘GL_ALPHA_TEST’ was not declared in this scope
  24. bam: 'objs/engine/client/graphics.o' error 256
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment