GNOME Bugzilla – Bug 66991
"#define YYSTACK_USE_ALLOCA" breaks pristine bison
Last modified: 2004-12-22 21:47:04 UTC
bonobo-activation v0.9.3: activation-context-query-parser.y 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
Had the same problem here, compiling 0.9.3 on a (very) recent Redhat rawhide system, which includes bison 1.30.
This should be easy to fix and blocks testing.
*** Bug 69072 has been marked as a duplicate of this bug. ***
Fixed in CVS.