|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2002-06-12 07:52 UTC] lesfrelons at free dot fr
 When launching the defaut Mandrake 8.2 make (NOT automake 2.5) to compile PHP 4.2.1, I get this error message :
[root@serveurlinux php-4.2.1]# make
Making all in Zend
make[1]: Entre dans le r?pertoire `/usr/src/php-4.2.1/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I../TSRM  -g -O2 -prefer-non-pic -static -c -o zend_language_parser.lo `test -f zend_language_parser.c || echo './'`zend_language_parser.c
In file included from zend.h:180,
                 from zend_compile.h:24,
                 from zend_language_parser.c:147:
zend_hash.h:119: parse error before "va_list"
In file included from zend.h:181,
                 from zend_compile.h:24,
                 from zend_language_parser.c:147:
zend_llist.h:34: parse error before "va_list"
In file included from zend_compile.h:24,
                 from zend_language_parser.c:147:
zend.h:263: parse error before "va_list"
zend.h:394: parse error before "va_list"
make[1]: *** [zend_language_parser.lo] Erreur 1
make[1]: Quitte le r?pertoire `/usr/src/php-4.2.1/Zend'
make: *** [all-recursive] Erreur 1
[root@serveurlinux php-4.2.1]#
Wow what an excellent symptom of incompatibility.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 19:00:02 2025 UTC | 
When launching the defaut Mandrake 8.2 make (NOT automake 2.5) to compile PHP 4.2.1, I get this error message : [root@serveurlinux php-4.2.1]# make Making all in Zend make[1]: Entre dans le r?pertoire `/usr/src/php-4.2.1/Zend' /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -I../TSRM -g -O2 -prefer-non-pic -static -c -o zend_language_parser.lo `test -f zend_language_parser.c || echo './'`zend_language_parser.c In file included from zend.h:180, from zend_compile.h:24, from zend_language_parser.c:147: zend_hash.h:119: parse error before "va_list" In file included from zend.h:181, from zend_compile.h:24, from zend_language_parser.c:147: zend_llist.h:34: parse error before "va_list" In file included from zend_compile.h:24, from zend_language_parser.c:147: zend.h:263: parse error before "va_list" zend.h:394: parse error before "va_list" make[1]: *** [zend_language_parser.lo] Erreur 1 make[1]: Quitte le r?pertoire `/usr/src/php-4.2.1/Zend' make: *** [all-recursive] Erreur 1 [root@serveurlinux php-4.2.1]# Wow what an excellent symptom of incompatibility. Is somebody can telle me if it's really due to automake ?