https://bugs.freedesktop.org/show_bug.cgi?id=59261
Priority: medium Bug ID: 59261 Keywords: regression CC: cwo...@cworth.org Assignee: mesa-dev@lists.freedesktop.org Summary: xmlpool.h:96:29: fatal error: xmlpool/options.h: No such file or directory Severity: blocker Classification: Unclassified OS: Linux (All) Reporter: v...@freedesktop.org Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Mesa core Product: Mesa mesa: 5039ad6bc5cec5c49f01380aa270248aae77811e (master) $ ./autogen.sh --with-dri-drivers= --with-gallium-drivers=swrast [...] $ make [...] CC dri_screen.lo In file included from dri_screen.c:33:0: ../../../../../src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h: No such file or directory b587a7595e7aae0809a8e7392e89c39df0c955b1 is the first bad commit commit b587a7595e7aae0809a8e7392e89c39df0c955b1 Author: Carl Worth <cwo...@cworth.org> Date: Mon Dec 3 15:43:19 2012 -0800 driconf: Add translation-generation to build system, don't track generated files Previously, the xmlpool directory had a lone Makefile to assist poeple in manually invoking a deep make in order to update the translations in options.h. We can observe that this wasn't happening in fact, (new translations had been added to de.po without being generated into options.h, and new options had been manually added directly to options.h rather than to t_options.h). Prevent both of these problems from occurring in the future by automatically generating options.h as part of the standard build of mesa. For this, the generated options.h is now removed from version control, (along with Makefile in favor of Makefile.am). [chadv: Port the Autotools changes to Android.] Signed-off-by: Chad Versace <chad.vers...@linux.intel.com> Reviewed-by: Kenneth Graunke <kenn...@whitecape.org> :100644 100644 1b2083df5e930948293e4ebc276ad6f8f168c049 72df83c0cd640d21df506a969e991627d08725b7 M configure.ac :040000 040000 ba43e3327c3a7bd75de5497eaa6ee065aaaaba88 c56772871d8761f3416a193a19cae9f263403e84 M src bisect run success -- 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