Last active
August 29, 2015 14:02
-
-
Save hanetzer/79eaefcb75c9ce551522 to your computer and use it in GitHub Desktop.
i686.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkxp/src/debuglogger.cpp: In constructor 'DebugLogger::DebugLogger(const char*)': | |
mkxp/src/debuglogger.cpp:99:41: error: invalid conversion from 'void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*) {aka void (*)(unsigned int, unsigned int, unsigned int, unsigned int, int, const char*, void*)}' to 'GLDEBUGPROC {aka void (__attribute__((__stdcall__)) *)(unsigned int, unsigned int, unsigned int, unsigned int, int, const char*, void*)}' [-fpermissive] | |
glDebugMessageCallback(arbDebugFunc, p); | |
^ | |
mkxp/src/debuglogger.cpp:101:44: error: invalid conversion from 'void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*) {aka void (*)(unsigned int, unsigned int, unsigned int, unsigned int, int, const char*, void*)}' to 'GLDEBUGPROCARB {aka void (__attribute__((__stdcall__)) *)(unsigned int, unsigned int, unsigned int, unsigned int, int, const char*, void*)}' [-fpermissive] | |
glDebugMessageCallbackARB(arbDebugFunc, p); | |
^ | |
mkxp/src/debuglogger.cpp:103:44: error: invalid conversion from 'void (*)(GLuint, GLenum, GLenum, GLsizei, const GLchar*, GLvoid*) {aka void (*)(unsigned int, unsigned int, unsigned int, int, const char*, void*)}' to 'GLDEBUGPROCAMD {aka void (__attribute__((__stdcall__)) *)(unsigned int, unsigned int, unsigned int, int, const char*, void*)}' [-fpermissive] | |
glDebugMessageCallbackAMD(amdDebugFunc, p); | |
^ | |
make[2]: *** [CMakeFiles/mkxp.dir/src/debuglogger.cpp.obj] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
make[1]: *** [CMakeFiles/mkxp.dir/all] Error 2 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment