https://bugs.freedesktop.org/show_bug.cgi?id=45571
--- Comment #1 from Tom Stellard <tstel...@gmail.com> 2012-02-03 06:16:09 PST --- (In reply to comment #0) > Building from latest git (8cbe699c0dd9b8d4accf1eaa570689f813aa3c2f) and it > fails with the following error: > > In file included from glsl_parser_extras.h:35:0, > from ast.h:30, > from glsl_parser.yy:29: > glsl_symbol_table.h:32:34: fatal error: program/symbol_table.h: No such file > or > directory > compilation terminated. > make[2]: *** [glsl_parser.o] Error 1 I've run into this error too, and I think it means you have an old version of glsl_lexer.cc and glsl_parser.cc left over from a different build. Try deleting src/glsl/glsl_lexer.cc and src/glsl/glsl_parser.cc and then build again. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- 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