[Mesa-dev] [Bug 36651] New: mesa requires bison and flex to build but configure does not check for them
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Apr 28 00:25:27 PDT 2011
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 at lists.freedesktop.org
ReportedBy: hramrach at 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.
More information about the mesa-dev
mailing list