Still seeing this :
.
.
.
checking for bison version... (cached) invalid
configure: WARNING: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 (found: none).
.
.
.
However :
node002 $ which bison
/usr/local/bin/bison
node002 $ bison --version
bison (GNU Bison) 2.6.5
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
node002 $
So .. that's not right.
dc
2013.04.24. 17:19, "Dennis Clarke" dclarke@blastwave.org ezt írta:
Still seeing this :
.
.
.
checking for bison version... (cached) invalid
configure: WARNING: bison versions supported for regeneration of the
Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2
2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 (found: none).
.
.
.However :
node002 $ which bison
/usr/local/bin/bison
node002 $ bison --version
bison (GNU Bison) 2.6.5
Written by Robert Corbett and Richard Stallman.Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
node002 $So .. that's not right.
dc
--
your bison version isn't in the list of supported versions.
as long as we keep this whitelist of supported versions, there will be
always a delay between the release of a bison version and somebody claiming
it compatible with our build to add it to the whitelist.