[Mesa-dev] undefined C++ GLSL symbol error
Brian Paul
brianp at vmware.com
Tue Jan 31 06:12:10 PST 2012
I just ran into this problem this morning.
make realclean
./autogen.sh
./configure --disable-dri --enable-xlib-glx --enable-osmesa --enable-debug
make
The build appears to go fine, but when I try to run any GL app I get:
glxinfo: symbol lookup error: /home/brian/mesa/lib/libGL.so.1:
undefined symbol: _ZN23ir_hierarchical_visitor5visitEP11ir_variable
I haven't bisected yet to see if one of the recent GLSL changes is
responsible...
-Brian
More information about the mesa-dev
mailing list