[Mesa-dev] [Bug 89662] context.c:943: undefined reference to `_glapi_new_nop_table'

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 18 13:50:26 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=89662

--- Comment #5 from Christoph Haag <haagch at frickel.club> ---
Created attachment 114451
  --> https://bugs.freedesktop.org/attachment.cgi?id=114451&action=edit
similar error in line 525

I seem to get the same error in make install, with
627991dbf74ce5aee9ce75155fc27a429bdd0548 included.


../../../../src/mesa/.libs/libmesagallium.a(context.o): In function
`alloc_dispatch_table':
context.c:(.text+0x1a): undefined reference to `_glapi_new_nop_table'
context.c:(.text+0x29): undefined reference to `_glapi_set_nop_handler'


My configuration:

./autogen.sh --prefix=/usr \
   --with-dri-driverdir=/usr/lib/xorg/modules/dri \
   --with-dri-drivers=i965 \
   --with-egl-platforms=x11,drm,wayland \
   --with-gallium-drivers=radeonsi,r600,swrast,ilo \
   --enable-glx-tls \
   --enable-egl \
   --enable-gallium-llvm \
   --enable-gles1 \
   --enable-gles2 \
   --enable-texture-float \
   --enable-vdpau \
   --enable-va \
   --enable-gbm \
   --enable-shared-glapi \
   --enable-gallium-osmesa \
   --enable-dri3 \
   --enable-nine \
   --enable-omx \
   --enable-opencl \
   --enable-opencl-icd

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150318/a8009c89/attachment.html>


More information about the mesa-dev mailing list