Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 1.25 KB | Hits: 47 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. ../../../source/lib/res/graphics/ogl_shader.cpp:105: error: ‘TimerClient* glCompileShader’ redeclared as different kind of symbol
  2. /System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2974: error: previous declaration of ‘void glCompileShader(GLuint)’
  3. ../../../source/lib/res/graphics/ogl_shader.cpp:106: error: ‘TimerClient* glLinkProgram’ redeclared as different kind of symbol
  4. /System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2977: error: previous declaration of ‘void glLinkProgram(GLuint)’
  5. ../../../source/lib/res/graphics/ogl_shader.cpp: In function ‘LibError Ogl_Shader_reload(Ogl_Shader*, const VfsPath&, Handle)’:
  6. ../../../source/lib/res/graphics/ogl_shader.cpp:150: error: no matching function for call to ‘ScopeTimerAccrue::ScopeTimerAccrue(void (&)(GLuint))’
  7. ../../../source/lib/timer.h:320: note: candidates are: ScopeTimerAccrue::ScopeTimerAccrue(TimerClient*)
  8. ../../../source/lib/timer.h:318: note:                 ScopeTim../../source/lib/timer.h:320: note: candidates are: ScopeTimerAccrue::ScopeTimerAccrue(TimerClient*)
  9. ../../../source/lib/timer.h:318: note:                 ScopeTimerAccrue::ScopeTimerAccrue(const ScopeTimerAccrue&)
  10. make[1]: *** [obj/lowlevel_Debug/ogl_shader.o] Error 1
  11. make: *** [lowlevel] Error 2