The problem is in activation-context-query-parser.y, which has the following define:
#define YYSTACK_USE_ALLOCA which with pristine bison 1.29 or 1.30 also gives: #if YYSTACK_USE_ALLOCA .. which gcc doesn't like. So, change the define to: #define YYSTACK_USE_ALLOCA 1 See bugs (all on the same error, but non marked duplicate?) http://bugzilla.gnome.org/show_bug.cgi?id=66991 http://bugzilla.gnome.org/show_bug.cgi?id=70336 http://bugzilla.gnome.org/show_bug.cgi?id=65059 And in the 1.4 platform, the bug already made its apearance: http://bugzilla.gnome.org/show_bug.cgi?id=61308It seems to be fixed in the cvs HEAD version, so a release with this fix included would be very nice ;-)
-- Chris Jeff Waugh wrote:
Hi all, Time to find out if we can pull off these weekly snapshot releases. :) Two packages are already out - gnome-media and gnome-applets - but we need to feed our hungry testers more! Moooooore! So, if you have major changes, bugfixes or just interesting stuff for people to test, please upload your packages on Monday. Thanks, - Jeff