From: [EMAIL PROTECTED]
Operating system: FreeBSD
PHP version: 4.1.1
PHP Bug Type: Compile Failure
Bug description: syntax error before `va_list'
I run ./configure and whether or not I pass arguments I
receive this error on 'make'. This is the very first
step in the build:
Making all in Zend
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../main -I../TSRM -g -O2 -prefer-non-pic -static -c
zend_language_parser.c
In file included from zend.h:164,
from zend_compile.h:24,
from zend_language_parser.c:148:
zend_hash.h:119: syntax error before `va_list'
In file included from zend.h:165,
from zend_compile.h:24,
from zend_language_parser.c:148:
zend_llist.h:34: syntax error before `va_list'
In file included from zend_compile.h:24,
from zend_language_parser.c:148:
zend.h:247: syntax error before `va_list'
zend.h:378: syntax error before `va_list'
*** Error code 1
Stop in /usr/sources/php-4.1.1/Zend.
*** Error code 1
Stop in /usr/sources/php-4.1.1.
Some previous bug reports I've seen were similar,
but for previous versions. I tried some code edits
anyway, with their ideas in mind, but to no avail.
I'm starting to think my FreeBSD 4.4 STABLE build is
broken.
Thanks in advance :-)
--
Edit bug report at: http://bugs.php.net/?id=15217&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]