Sebastian Bergmann wrote:
Sebastian Bergmann wrote:
conflicts: 21 shift/reduce, 15 reduce/reduce
I get this same message with bison 1.75 only that this version does not
abort.
Maybe some bison parameter(s) changed?
yes, with older bison versions you can declare how many
shift/reduce confl
Sebastian Bergmann wrote:
> conflicts: 21 shift/reduce, 15 reduce/reduce
I get this same message with bison 1.75 only that this version does not
abort.
Maybe some bison parameter(s) changed?
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
D
Hartmut Holzgraefe wrote:
> What bison version are you using (i have tested with 1.35)?
bison (GNU Bison) 1.875
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/
--
PHP In
Sebastian Bergmann wrote:
bison -y /usr/src/php/php5/ext/standard/parsedate.y -o
/usr/src/php/php5/ext/standard/parsedate.c
conflicts: 21 shift/reduce, 15 reduce/reduce
/usr/src/php/php5/ext/standard/parsedate.y: expected 0 reduce/reduce conflicts
make: *** [/usr/src/php/php5/ext/standard/parsedate
bison -y /usr/src/php/php5/ext/standard/parsedate.y -o
/usr/src/php/php5/ext/standard/parsedate.c
conflicts: 21 shift/reduce, 15 reduce/reduce
/usr/src/php/php5/ext/standard/parsedate.y: expected 0 reduce/reduce conflicts
make: *** [/usr/src/php/php5/ext/standard/parsedate.c] Error 1
--
Sebastian