ID: 15217
Updated by: [EMAIL PROTECTED]
-Summary: syntax error before `va_list'
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: Compile Failure
Operating System: FreeBSD
PHP Version: 4.1.1
New Comment:
works fine in FreeBSD 4.5
Previous Comments:
------------------------------------------------------------------------
[2002-01-25 01:16:07] [EMAIL PROTECTED]
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 this bug report at http://bugs.php.net/?id=15217&edit=1