https://bugs.freedesktop.org/show_bug.cgi?id=36651
Summary: mesa requires bison and flex to build but configure does not check for them Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Other AssignedTo: mesa-dev@lists.freedesktop.org ReportedBy: hramr...@gmail.com make[2]: Leaving directory `/mesa/src/mapi/glapi' make[2]: Entering directory `/mesa/src/glsl' flex --nounistd -oglcpp/glcpp-lex.c glcpp/glcpp-lex.l bison -v -o "glcpp/glcpp-parse.c" --defines=glcpp/glcpp-parse.h glcpp/glcpp-parse.y /bin/bash: flex: command not found /bin/bash: bison: command not found flex --nounistd -oglsl_lexer.cpp glsl_lexer.ll bison -v -o "glsl_parser.cpp" -p "_mesa_glsl_" --defines=glsl_parser.h glsl_parser.yy /bin/bash: flex: command not found /bin/bash: bison: command not found make[2]: *** No rule to make target `depend', needed by `default'. Stop. make[2]: Leaving directory `/mesa/src/glsl' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/mesa/src' make: *** [default] Error 1 -- 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