https://bugs.freedesktop.org/show_bug.cgi?id=107511
Bug ID: 107511
Summary: KHR/khrplatform.h not always installed when needed
Product: Mesa
Version: git
Hardware: All
OS: All
Status: NEW
Severity: blocker
Priority: medium
Component: Other
Assignee: mesa-dev@lists.freedesktop.org
Reporter: brad.k...@kitware.com
QA Contact: mesa-dev@lists.freedesktop.org
Since commit f7d42ee7d3 (include: update GL & GLES headers (v2), 2018-07-18)
the 'KHR/khrplatform.h' header is included by 'GL/glcorearb.h' and 'GL/glext.h'
but 'configure.ac' still says
AM_CONDITIONAL(NEED_KHRPLATFORM, test "x$enable_egl" = xyes -o \
"x$enable_gles1" = xyes -o \
"x$enable_gles2" = xyes)
Therefore configuring with all three of those disabled:
./autogen.sh \
--prefix="$prefix" \
--enable-debug \
--disable-dri \
--disable-egl \
--disable-gbm \
--disable-gles1 \
--disable-gles2 \
--disable-shared-glapi \
--with-platforms=x11 \
--enable-glx=gallium-xlib \
--enable-gallium-osmesa \
--with-gallium-drivers=swrast \
--enable-gallium-llvm=yes \
LLVM_CONFIG=$llvm_config \
--enable-llvm-shared-libs \
creates an installation that gives preprocessing errors to clients:
/.../include/GL/glext.h:467:10: fatal error: KHR/khrplatform.h: No such
file or directory
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev