Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@raspberrypi ~/tmp/psp_com2 $ sudo make
- [ 4%] Built target Common
- [ 5%] Building CXX object CMakeFiles/GPU.dir/GPU/GLES/DepalettizeShader.cpp.o
- In file included from /home/pi/tmp/ppsspp/native/gfx/gl_common.h:25:0,
- from /home/pi/tmp/ppsspp/native/gfx_es2/gl_state.h:6,
- from /home/pi/tmp/ppsspp/GPU/GLES/DepalettizeShader.h:21,
- from /home/pi/tmp/ppsspp/GPU/GLES/DepalettizeShader.cpp:23:
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:382:75: error: conflicting specifiers in declaration of ‘glReadBuffer’
- extern GL_APICALL void (* GL_APIENTRY glReadBuffer) (GLenum mode);
- ^
- In file included from /home/pi/tmp/ppsspp/native/gfx/gl_common.h:25:0,
- from /home/pi/tmp/ppsspp/native/gfx_es2/gl_state.h:6,
- from /home/pi/tmp/ppsspp/GPU/GLES/DepalettizeShader.h:21,
- from /home/pi/tmp/ppsspp/GPU/GLES/DepalettizeShader.cpp:23:
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:383:159: error: conflicting specifiers in declaration of ‘glDrawRangeElements’
- extern GL_APICALL void (* GL_APIENTRY glDrawRangeElements) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid* indices);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:384:222: error: conflicting specifiers in declaration of ‘glTexImage3D’
- extern GL_APICALL void (* GL_APIENTRY glTexImage3D) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:385:234: error: conflicting specifiers in declaration of ‘glTexSubImage3D’
- extern GL_APICALL void (* GL_APIENTRY glTexSubImage3D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:386:191: error: conflicting specifiers in declaration of ‘glCopyTexSubImage3D’
- extern GL_APICALL void (* GL_APIENTRY glCopyTexSubImage3D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:387:222: error: conflicting specifiers in declaration of ‘glCompressedTexImage3D’
- extern GL_APICALL void (* GL_APIENTRY glCompressedTexImage3D) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:388:248: error: conflicting specifiers in declaration of ‘glCompressedTexSubImage3D’
- extern GL_APICALL void (* GL_APIENTRY glCompressedTexSubImage3D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:389:86: error: conflicting specifiers in declaration of ‘glGenQueries’
- extern GL_APICALL void (* GL_APIENTRY glGenQueries) (GLsizei n, GLuint* ids);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:390:95: error: conflicting specifiers in declaration of ‘glDeleteQueries’
- extern GL_APICALL void (* GL_APIENTRY glDeleteQueries) (GLsizei n, const GLuint* ids);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:391:70: error: conflicting specifiers in declaration of ‘glIsQuery’
- extern GL_APICALL GLboolean (* GL_APIENTRY glIsQuery) (GLuint id);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:392:88: error: conflicting specifiers in declaration of ‘glBeginQuery’
- extern GL_APICALL void (* GL_APIENTRY glBeginQuery) (GLenum target, GLuint id);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:393:75: error: conflicting specifiers in declaration of ‘glEndQuery’
- extern GL_APICALL void (* GL_APIENTRY glEndQuery) (GLenum target);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:394:106: error: conflicting specifiers in declaration of ‘glGetQueryiv’
- extern GL_APICALL void (* GL_APIENTRY glGetQueryiv) (GLenum target, GLenum pname, GLint* params);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:395:110: error: conflicting specifiers in declaration of ‘glGetQueryObjectuiv’
- extern GL_APICALL void (* GL_APIENTRY glGetQueryObjectuiv) (GLuint id, GLenum pname, GLuint* params);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:396:78: error: conflicting specifiers in declaration of ‘glUnmapBuffer’
- extern GL_APICALL GLboolean (* GL_APIENTRY glUnmapBuffer) (GLenum target);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:397:115: error: conflicting specifiers in declaration of ‘glGetBufferPointerv’
- extern GL_APICALL void (* GL_APIENTRY glGetBufferPointerv) (GLenum target, GLenum pname, GLvoid** params);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:398:94: error: conflicting specifiers in declaration of ‘glDrawBuffers’
- extern GL_APICALL void (* GL_APIENTRY glDrawBuffers) (GLsizei n, const GLenum* bufs);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:399:144: error: conflicting specifiers in declaration of ‘glUniformMatrix2x3fv’
- extern GL_APICALL void (* GL_APIENTRY glUniformMatrix2x3fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:400:144: error: conflicting specifiers in declaration of ‘glUniformMatrix3x2fv’
- extern GL_APICALL void (* GL_APIENTRY glUniformMatrix3x2fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:401:144: error: conflicting specifiers in declaration of ‘glUniformMatrix2x4fv’
- extern GL_APICALL void (* GL_APIENTRY glUniformMatrix2x4fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:402:144: error: conflicting specifiers in declaration of ‘glUniformMatrix4x2fv’
- extern GL_APICALL void (* GL_APIENTRY glUniformMatrix4x2fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:403:144: error: conflicting specifiers in declaration of ‘glUniformMatrix3x4fv’
- extern GL_APICALL void (* GL_APIENTRY glUniformMatrix3x4fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:404:144: error: conflicting specifiers in declaration of ‘glUniformMatrix4x3fv’
- extern GL_APICALL void (* GL_APIENTRY glUniformMatrix4x3fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:405:203: error: conflicting specifiers in declaration of ‘glBlitFramebuffer’
- extern GL_APICALL void (* GL_APIENTRY glBlitFramebuffer) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:406:168: error: conflicting specifiers in declaration of ‘glRenderbufferStorageMultisample’
- extern GL_APICALL void (* GL_APIENTRY glRenderbufferStorageMultisample) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:407:151: error: conflicting specifiers in declaration of ‘glFramebufferTextureLayer’
- extern GL_APICALL void (* GL_APIENTRY glFramebufferTextureLayer) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:408:136: error: conflicting specifiers in declaration of ‘glMapBufferRange’
- extern GL_APICALL GLvoid* (* GL_APIENTRY glMapBufferRange) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:409:125: error: conflicting specifiers in declaration of ‘glFlushMappedBufferRange’
- extern GL_APICALL void (* GL_APIENTRY glFlushMappedBufferRange) (GLenum target, GLintptr offset, GLsizeiptr length);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:410:81: error: conflicting specifiers in declaration of ‘glBindVertexArray’
- extern GL_APICALL void (* GL_APIENTRY glBindVertexArray) (GLuint array);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:411:103: error: conflicting specifiers in declaration of ‘glDeleteVertexArrays’
- extern GL_APICALL void (* GL_APIENTRY glDeleteVertexArrays) (GLsizei n, const GLuint* arrays);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:412:94: error: conflicting specifiers in declaration of ‘glGenVertexArrays’
- extern GL_APICALL void (* GL_APIENTRY glGenVertexArrays) (GLsizei n, GLuint* arrays);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:413:79: error: conflicting specifiers in declaration of ‘glIsVertexArray’
- extern GL_APICALL GLboolean (* GL_APIENTRY glIsVertexArray) (GLuint array);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:414:107: error: conflicting specifiers in declaration of ‘glGetIntegeri_v’
- extern GL_APICALL void (* GL_APIENTRY glGetIntegeri_v) (GLenum target, GLuint index, GLint* data);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:415:96: error: conflicting specifiers in declaration of ‘glBeginTransformFeedback’
- extern GL_APICALL void (* GL_APIENTRY glBeginTransformFeedback) (GLenum primitiveMode);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:416:78: error: conflicting specifiers in declaration of ‘glEndTransformFeedback’
- extern GL_APICALL void (* GL_APIENTRY glEndTransformFeedback) (void);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:417:145: error: conflicting specifiers in declaration of ‘glBindBufferRange’
- extern GL_APICALL void (* GL_APIENTRY glBindBufferRange) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:418:110: error: conflicting specifiers in declaration of ‘glBindBufferBase’
- extern GL_APICALL void (* GL_APIENTRY glBindBufferBase) (GLenum target, GLuint index, GLuint buffer);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:419:158: error: conflicting specifiers in declaration of ‘glTransformFeedbackVaryings’
- extern GL_APICALL void (* GL_APIENTRY glTransformFeedbackVaryings) (GLuint program, GLsizei count, const GLchar* const* varyings, GLenum bufferMode);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:420:186: error: conflicting specifiers in declaration of ‘glGetTransformFeedbackVarying’
- extern GL_APICALL void (* GL_APIENTRY glGetTransformFeedbackVarying) (GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:421:150: error: conflicting specifiers in declaration of ‘glVertexAttribIPointer’
- extern GL_APICALL void (* GL_APIENTRY glVertexAttribIPointer) (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:422:113: error: conflicting specifiers in declaration of ‘glGetVertexAttribIiv’
- extern GL_APICALL void (* GL_APIENTRY glGetVertexAttribIiv) (GLuint index, GLenum pname, GLint* params);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:423:115: error: conflicting specifiers in declaration of ‘glGetVertexAttribIuiv’
- extern GL_APICALL void (* GL_APIENTRY glGetVertexAttribIuiv) (GLuint index, GLenum pname, GLuint* params);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:424:117: error: conflicting specifiers in declaration of ‘glVertexAttribI4i’
- extern GL_APICALL void (* GL_APIENTRY glVertexAttribI4i) (GLuint index, GLint x, GLint y, GLint z, GLint w);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:425:122: error: conflicting specifiers in declaration of ‘glVertexAttribI4ui’
- extern GL_APICALL void (* GL_APIENTRY glVertexAttribI4ui) (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:426:98: error: conflicting specifiers in declaration of ‘glVertexAttribI4iv’
- extern GL_APICALL void (* GL_APIENTRY glVertexAttribI4iv) (GLuint index, const GLint* v);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:427:100: error: conflicting specifiers in declaration of ‘glVertexAttribI4uiv’
- extern GL_APICALL void (* GL_APIENTRY glVertexAttribI4uiv) (GLuint index, const GLuint* v);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:428:113: error: conflicting specifiers in declaration of ‘glGetUniformuiv’
- extern GL_APICALL void (* GL_APIENTRY glGetUniformuiv) (GLuint program, GLint location, GLuint* params);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:429:107: error: conflicting specifiers in declaration of ‘glGetFragDataLocation’
- extern GL_APICALL GLint (* GL_APIENTRY glGetFragDataLocation) (GLuint program, const GLchar *name);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:430:89: error: conflicting specifiers in declaration of ‘glUniform1ui’
- extern GL_APICALL void (* GL_APIENTRY glUniform1ui) (GLint location, GLuint v0);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:431:100: error: conflicting specifiers in declaration of ‘glUniform2ui’
- extern GL_APICALL void (* GL_APIENTRY glUniform2ui) (GLint location, GLuint v0, GLuint v1);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:432:111: error: conflicting specifiers in declaration of ‘glUniform3ui’
- extern GL_APICALL void (* GL_APIENTRY glUniform3ui) (GLint location, GLuint v0, GLuint v1, GLuint v2);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:433:122: error: conflicting specifiers in declaration of ‘glUniform4ui’
- extern GL_APICALL void (* GL_APIENTRY glUniform4ui) (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:434:115: error: conflicting specifiers in declaration of ‘glUniform1uiv’
- extern GL_APICALL void (* GL_APIENTRY glUniform1uiv) (GLint location, GLsizei count, const GLuint* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:435:115: error: conflicting specifiers in declaration of ‘glUniform2uiv’
- extern GL_APICALL void (* GL_APIENTRY glUniform2uiv) (GLint location, GLsizei count, const GLuint* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:436:115: error: conflicting specifiers in declaration of ‘glUniform3uiv’
- extern GL_APICALL void (* GL_APIENTRY glUniform3uiv) (GLint location, GLsizei count, const GLuint* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:437:115: error: conflicting specifiers in declaration of ‘glUniform4uiv’
- extern GL_APICALL void (* GL_APIENTRY glUniform4uiv) (GLint location, GLsizei count, const GLuint* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:438:118: error: conflicting specifiers in declaration of ‘glClearBufferiv’
- extern GL_APICALL void (* GL_APIENTRY glClearBufferiv) (GLenum buffer, GLint drawbuffer, const GLint* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:439:120: error: conflicting specifiers in declaration of ‘glClearBufferuiv’
- extern GL_APICALL void (* GL_APIENTRY glClearBufferuiv) (GLenum buffer, GLint drawbuffer, const GLuint* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:440:120: error: conflicting specifiers in declaration of ‘glClearBufferfv’
- extern GL_APICALL void (* GL_APIENTRY glClearBufferfv) (GLenum buffer, GLint drawbuffer, const GLfloat* value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:441:128: error: conflicting specifiers in declaration of ‘glClearBufferfi’
- extern GL_APICALL void (* GL_APIENTRY glClearBufferfi) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:442:89: error: conflicting specifiers in declaration of ‘glGetStringi’
- extern GL_APICALL const GLubyte* (* GL_APIENTRY glGetStringi) (GLenum name, GLuint index);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:443:168: error: conflicting specifiers in declaration of ‘glCopyBufferSubData’
- extern GL_APICALL void (* GL_APIENTRY glCopyBufferSubData) (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:444:166: error: conflicting specifiers in declaration of ‘glGetUniformIndices’
- extern GL_APICALL void (* GL_APIENTRY glGetUniformIndices) (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:445:168: error: conflicting specifiers in declaration of ‘glGetActiveUniformsiv’
- extern GL_APICALL void (* GL_APIENTRY glGetActiveUniformsiv) (GLuint program, GLsizei uniformCount, const GLuint* uniformIndices, GLenum pname, GLint* params);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:446:120: error: conflicting specifiers in declaration of ‘glGetUniformBlockIndex’
- extern GL_APICALL GLuint (* GL_APIENTRY glGetUniformBlockIndex) (GLuint program, const GLchar* uniformBlockName);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:447:146: error: conflicting specifiers in declaration of ‘glGetActiveUniformBlockiv’
- extern GL_APICALL void (* GL_APIENTRY glGetActiveUniformBlockiv) (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint* params);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:448:179: error: conflicting specifiers in declaration of ‘glGetActiveUniformBlockName’
- extern GL_APICALL void (* GL_APIENTRY glGetActiveUniformBlockName) (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformBlockName);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:449:141: error: conflicting specifiers in declaration of ‘glUniformBlockBinding’
- extern GL_APICALL void (* GL_APIENTRY glUniformBlockBinding) (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:450:135: error: conflicting specifiers in declaration of ‘glDrawArraysInstanced’
- extern GL_APICALL void (* GL_APIENTRY glDrawArraysInstanced) (GLenum mode, GLint first, GLsizei count, GLsizei instanceCount);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:451:160: error: conflicting specifiers in declaration of ‘glDrawElementsInstanced’
- extern GL_APICALL void (* GL_APIENTRY glDrawElementsInstanced) (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsizei instanceCount);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:452:97: error: conflicting specifiers in declaration of ‘glFenceSync’
- extern GL_APICALL GLsync (* GL_APIENTRY glFenceSync) (GLenum condition, GLbitfield flags);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:453:71: error: conflicting specifiers in declaration of ‘glIsSync’
- extern GL_APICALL GLboolean (* GL_APIENTRY glIsSync) (GLsync sync);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:454:75: error: conflicting specifiers in declaration of ‘glDeleteSync’
- extern GL_APICALL void (* GL_APIENTRY glDeleteSync) (GLsync sync);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:455:115: error: conflicting specifiers in declaration of ‘glClientWaitSync’
- extern GL_APICALL GLenum (* GL_APIENTRY glClientWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:456:109: error: conflicting specifiers in declaration of ‘glWaitSync’
- extern GL_APICALL void (* GL_APIENTRY glWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:457:96: error: conflicting specifiers in declaration of ‘glGetInteger64v’
- extern GL_APICALL void (* GL_APIENTRY glGetInteger64v) (GLenum pname, GLint64* params);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:458:137: error: conflicting specifiers in declaration of ‘glGetSynciv’
- extern GL_APICALL void (* GL_APIENTRY glGetSynciv) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:459:111: error: conflicting specifiers in declaration of ‘glGetInteger64i_v’
- extern GL_APICALL void (* GL_APIENTRY glGetInteger64i_v) (GLenum target, GLuint index, GLint64* data);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:460:120: error: conflicting specifiers in declaration of ‘glGetBufferParameteri64v’
- extern GL_APICALL void (* GL_APIENTRY glGetBufferParameteri64v) (GLenum target, GLenum pname, GLint64* params);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:461:96: error: conflicting specifiers in declaration of ‘glGenSamplers’
- extern GL_APICALL void (* GL_APIENTRY glGenSamplers) (GLsizei count, GLuint* samplers);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:462:105: error: conflicting specifiers in declaration of ‘glDeleteSamplers’
- extern GL_APICALL void (* GL_APIENTRY glDeleteSamplers) (GLsizei count, const GLuint* samplers);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:463:77: error: conflicting specifiers in declaration of ‘glIsSampler’
- extern GL_APICALL GLboolean (* GL_APIENTRY glIsSampler) (GLuint sampler);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:464:92: error: conflicting specifiers in declaration of ‘glBindSampler’
- extern GL_APICALL void (* GL_APIENTRY glBindSampler) (GLuint unit, GLuint sampler);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:465:112: error: conflicting specifiers in declaration of ‘glSamplerParameteri’
- extern GL_APICALL void (* GL_APIENTRY glSamplerParameteri) (GLuint sampler, GLenum pname, GLint param);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:466:120: error: conflicting specifiers in declaration of ‘glSamplerParameteriv’
- extern GL_APICALL void (* GL_APIENTRY glSamplerParameteriv) (GLuint sampler, GLenum pname, const GLint* param);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:467:114: error: conflicting specifiers in declaration of ‘glSamplerParameterf’
- extern GL_APICALL void (* GL_APIENTRY glSamplerParameterf) (GLuint sampler, GLenum pname, GLfloat param);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:468:122: error: conflicting specifiers in declaration of ‘glSamplerParameterfv’
- extern GL_APICALL void (* GL_APIENTRY glSamplerParameterfv) (GLuint sampler, GLenum pname, const GLfloat* param);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:469:118: error: conflicting specifiers in declaration of ‘glGetSamplerParameteriv’
- extern GL_APICALL void (* GL_APIENTRY glGetSamplerParameteriv) (GLuint sampler, GLenum pname, GLint* params);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:470:120: error: conflicting specifiers in declaration of ‘glGetSamplerParameterfv’
- extern GL_APICALL void (* GL_APIENTRY glGetSamplerParameterfv) (GLuint sampler, GLenum pname, GLfloat* params);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:471:101: error: conflicting specifiers in declaration of ‘glVertexAttribDivisor’
- extern GL_APICALL void (* GL_APIENTRY glVertexAttribDivisor) (GLuint index, GLuint divisor);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:472:99: error: conflicting specifiers in declaration of ‘glBindTransformFeedback’
- extern GL_APICALL void (* GL_APIENTRY glBindTransformFeedback) (GLenum target, GLuint id);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:473:106: error: conflicting specifiers in declaration of ‘glDeleteTransformFeedbacks’
- extern GL_APICALL void (* GL_APIENTRY glDeleteTransformFeedbacks) (GLsizei n, const GLuint* ids);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:474:97: error: conflicting specifiers in declaration of ‘glGenTransformFeedbacks’
- extern GL_APICALL void (* GL_APIENTRY glGenTransformFeedbacks) (GLsizei n, GLuint* ids);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:475:82: error: conflicting specifiers in declaration of ‘glIsTransformFeedback’
- extern GL_APICALL GLboolean (* GL_APIENTRY glIsTransformFeedback) (GLuint id);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:476:80: error: conflicting specifiers in declaration of ‘glPauseTransformFeedback’
- extern GL_APICALL void (* GL_APIENTRY glPauseTransformFeedback) (void);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:477:81: error: conflicting specifiers in declaration of ‘glResumeTransformFeedback’
- extern GL_APICALL void (* GL_APIENTRY glResumeTransformFeedback) (void);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:478:156: error: conflicting specifiers in declaration of ‘glGetProgramBinary’
- extern GL_APICALL void (* GL_APIENTRY glGetProgramBinary) (GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:479:140: error: conflicting specifiers in declaration of ‘glProgramBinary’
- extern GL_APICALL void (* GL_APIENTRY glProgramBinary) (GLuint program, GLenum binaryFormat, const GLvoid* binary, GLsizei length);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:480:112: error: conflicting specifiers in declaration of ‘glProgramParameteri’
- extern GL_APICALL void (* GL_APIENTRY glProgramParameteri) (GLuint program, GLenum pname, GLint value);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:481:139: error: conflicting specifiers in declaration of ‘glInvalidateFramebuffer’
- extern GL_APICALL void (* GL_APIENTRY glInvalidateFramebuffer) (GLenum target, GLsizei numAttachments, const GLenum* attachments);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:482:191: error: conflicting specifiers in declaration of ‘glInvalidateSubFramebuffer’
- extern GL_APICALL void (* GL_APIENTRY glInvalidateSubFramebuffer) (GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:483:149: error: conflicting specifiers in declaration of ‘glTexStorage2D’
- extern GL_APICALL void (* GL_APIENTRY glTexStorage2D) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:484:164: error: conflicting specifiers in declaration of ‘glTexStorage3D’
- extern GL_APICALL void (* GL_APIENTRY glTexStorage3D) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
- ^
- /home/pi/tmp/ppsspp/native/gfx/../gfx_es2/gl3stub.h:485:155: error: conflicting specifiers in declaration of ‘glGetInternalformativ’
- extern GL_APICALL void (* GL_APIENTRY glGetInternalformativ) (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint* params);
- ^
- CMakeFiles/GPU.dir/build.make:333: recipe for target 'CMakeFiles/GPU.dir/GPU/GLES/DepalettizeShader.cpp.o' failed
- make[2]: *** [CMakeFiles/GPU.dir/GPU/GLES/DepalettizeShader.cpp.o] Error 1
- CMakeFiles/Makefile2:140: recipe for target 'CMakeFiles/GPU.dir/all' failed
- make[1]: *** [CMakeFiles/GPU.dir/all] Error 2
- Makefile:75: recipe for target 'all' failed
- make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement