Skip to content

Issue for building for Raspberry PI4 #249

@paullee2018

Description

@paullee2018

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions