-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Description
hi,
I followed this tutorial to install the libepoxy.
https://www.raspberrypi.org/documentation/linux/software/libcamera/README.md
but I get the following error. It seems the header generated has khronos_uintptr_t declared twice. I deleted the last one and build/install works fine.
In file included from ../include/epoxy/gl.h:89, from ../src/dispatch_common.h:44, from ../src/dispatch_egl.c:28: include/epoxy/gl_generated.h:54:19: error: conflicting types for ‘khronos_uintptr_t’ typedef uintptr_t khronos_uintptr_t; ^~~~~~~~~~~~~~~~~ include/epoxy/gl_generated.h:42:32: note: previous declaration of ‘khronos_uintptr_t’ was here typedef unsigned long int khronos_uintptr_t; ^~~~~~~~~~~~~~~~~
Regards
Paul
Metadata
Metadata
Assignees
Labels
No labels