https://bugs.freedesktop.org/show_bug.cgi?id=80034
Priority: medium Bug ID: 80034 Assignee: mesa-dev@lists.freedesktop.org Summary: compile error eglGetSyncValuesCHROMIUM undeclared Severity: normal Classification: Unclassified OS: Linux (All) Reporter: bug0xa...@hushmail.com Hardware: x86-64 (AMD64) Status: NEW Version: git Component: EGL Product: Mesa Created attachment 101063 --> https://bugs.freedesktop.org/attachment.cgi?id=101063&action=edit mesa build log mesa compile error: eglapi.c:1097:48: error: 'eglGetSyncValuesCHROMIUM' undeclared (first use in this function) Here are my build flags: export CONFFLAGS=" \ --enable-${LIBDIRSUFFIX}-bit \ --prefix=${XBUILD} \ --libdir=${XBUILD}/lib${LIBDIRSUFFIX} \ --exec-prefix=${XBUILD} \ --bindir=${XBUILD}/bin \ --sbindir=${XBUILD}/sbin \ --sysconfdir=${XBUILD}/etc \ --datadir=${XBUILD}/share \ --includedir=${XBUILD}/include \ --libexecdir=${XBUILD}/libexec \ --localstatedir=${XBUILD}/var \ --mandir=${XBUILD}/share/man \ --infodir=${XBUILD}/share/info \ --enable-xcb \ --with-kernel-source=/usr/src/linux \ --disable-intel \ --disable-nouveau \ --disable-vmwgfx \ --disable-nouveau-experimental-api \ --enable-xinput \ --silent \ --enable-silent-rules \ --disable-ipv6 \ --enable-egl \ --with-dri-drivers=radeon \ --disable-gallium-r300 \ --enable-glamor \ --with-egl-platforms=drm,x11 \ --sysconfdir=/etc \ --with-llvm-shared-libs \ --enable-gbm \ --enable-gallium-egl \ --enable-gallium-llvm \ --enable-gallium-gbm \ --enable-glx-tls \ --enable-texture-float \ --with-dri-driverdir=${XBUILD}/lib${LIBDIRSUFFIX}/xorg/modules/dri \ --with-dri-searchpath=${XBUILD}/lib${LIBDIRSUFFIX}/xorg/modules/dri,${XBUILD}/lib${LIBDIRSUFFIX}/dri \ --enable-xa \ --enable-xorg \ --with-gallium-drivers=radeonsi \ --disable-systemd-logind \ --build=$ARCH-pc-linux \ --host=$ARCH-pc-linux \ --target=$ARCH-pc-linux" -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev