When I build mesa with git clone git://anongit.freedesktop.org/git/mesa/mesa cd mesa ./autogen.sh --with-driver=xlib --disable-gallium --without-demos make -j12 on my Fedora 12 x86_64 workstation the resulting OSMesa library cannot be used because many symbols reffered to in the osmesa library are hidden in the GL library. nm lib/libOSMesa.so | grep _mesa_free_context_data U _mesa_free_context_data nm lib/libGL.so | grep _mesa_free_context_data 0000000000078680 t _mesa_free_context_data
Should be fixed with commit cbf30fce322506bd43692617de9d201533f41532.
bug/show.html.tmpl processed on Mar 20, 2017 at 09:48:26. (provided by the Example extension).