Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- | ../../git/src/compositor/hwcimage.cpp:545:27: error: 'void* (* eglCreateImageKHR)(EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint*)' redeclared as different kind of symbol
- | static _eglCreateImageKHR eglCreateImageKHR = 0;
- | ^
- | In file included from ../../git/src/compositor/hwcimage.cpp:29:0:
- | /home/vgrade/open-embedded/nemotablet/build/tmp-glibc/sysroots/raspberrypi2/usr/include/EGL/eglext.h:89:32: note: previous declaration 'void* eglCreateImageKHR(EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint*)'
- | EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
- | ^
- | ../../git/src/compositor/hwcimage.cpp:546:28: error: 'EGLBoolean (* eglDestroyImageKHR)(EGLDisplay, EGLImageKHR)' redeclared as different kind of symbol
- | static _eglDestroyImageKHR eglDestroyImageKHR = 0;
- | ^
- | In file included from ../../git/src/compositor/hwcimage.cpp:29:0:
- | /home/vgrade/open-embedded/nemotablet/build/tmp-glibc/sysroots/raspberrypi2/usr/include/EGL/eglext.h:90:31: note: previous declaration 'EGLBoolean eglDestroyImageKHR(EGLDisplay, EGLImageKHR)'
- | EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
- | ^
- | ../../git/src/compositor/hwcimage.cpp: In function 'void hwcimage_initialize()':
- | ../../git/src/compositor/hwcimage.cpp:562:23: error: assignment of function 'void* eglCreateImageKHR(EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint*)'
- | eglCreateImageKHR = (_eglCreateImageKHR) eglGetProcAddress("eglCreateImageKHR");
- | ^
- | ../../git/src/compositor/hwcimage.cpp:562:23: error: cannot convert '_eglCreateImageKHR {aka void* (*)(void*, void*, unsigned int, void*, const int*)}' to 'void*(EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint*) {aka void*(void*, void*, unsigned int, void*, const int*)}' in assignment
- | ../../git/src/compositor/hwcimage.cpp:563:24: error: assignment of function 'EGLBoolean eglDestroyImageKHR(EGLDisplay, EGLImageKHR)'
- | eglDestroyImageKHR = (_eglDestroyImageKHR) eglGetProcAddress("eglDestroyImageKHR");
- | ^
- | ../../git/src/compositor/hwcimage.cpp:563:24: error: cannot convert '_eglDestroyImageKHR {aka unsigned int (*)(void*, void*)}' to 'EGLBoolean(EGLDisplay, EGLImageKHR) {aka unsigned int(void*, void*)}' in assignment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement