[PHP-DEV] PHP 4.0 Bug #7891 Updated: make fails From: hholzgra <email protected>
Date: 11/20/00

ID: 7891
Updated by: hholzgra
Reported By: bjoern <email protected>
Status: Closed
Bug Type: Compile Failure
Assigned To:
Comments:

configure should have warned you ...

the 6.x versions of SuSE came with bison 1.25,
but latest Zend versions require bison 1.28

update to SuSE 7.0 or build and install a
recent bison, sources are available at www.fsf.org

Previous Comments:
---------------------------------------------------------------------------

[2000-11-20 09:14:27] bjoern <email protected>
After configuring PHP, make throws the following
failures:

/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DEAPI -DXML_BYTE_ORDER=12 -g -O2 -c zend_ini_parser.c
/usr/share/bison.simple:157: conflicting types for `ini_parse'
./zend_ini_parser.y:51: previous declaration of `ini_parse'
/usr/share/bison.simple: In function `ini_parse':
/usr/share/bison.simple:219: number of arguments doesn't match prototype
/usr/share/bison.simple:157: prototype declaration
make[1]: *** [zend_ini_parser.lo] Error 1
make[1]: Leaving directory `/usr/local/src/php4/Zend'
make: *** [all-recursive] Error 1
                                                                    

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7891

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>