https://bugs.freedesktop.org/show_bug.cgi?id=46815
Bug #: 46815 Summary: Build fails with byacc and configuration script succeeds Classification: Unclassified Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Mesa core AssignedTo: mesa-dev@lists.freedesktop.org ReportedBy: e...@boese-wolf.eu I did $ git clone git://anongit.freedesktop.org/mesa/mesa $ cd mesa $ ./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl \ --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi $ echo $? -> 0 $ make --> ... yacc -v -o "glcpp/glcpp-parse.c" --defines=glcpp/glcpp-parse.h glcpp/glcpp-parse.y yacc: e - line 144 of "glcpp/glcpp-parse.y", syntax error %error-verbose I then purged byacc and installed bison and everything went fine. So the configuration script should fail with byacc, shouldn't it? -- 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