php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20336 won't compile with gcc 3.2
Submitted: 2002-11-10 05:19 UTC Modified: 2002-12-01 16:33 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: kjohnson at 2-bit dot net Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.2.3 OS: Redhat 8
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-11-10 05:19 UTC] kjohnson at 2-bit dot net
Is this just hopeless?

Kevin

/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/include -I../TSRM  -g -O2 -prefer-non-pic -static -c zend_language_parser.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
In file included from zend.h:180,
                 from zend_compile.h:24,
                 from zend_language_parser.c:148:
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:148:
zend_llist.h:34: parse error before "va_list"
In file included from zend_compile.h:24,
                 from zend_language_parser.c:148:
zend.h:263: parse error before "va_list"
zend.h:394: parse error before "va_list"
make[1]: *** [zend_language_parser.lo] Error 1
make[1]: Leaving directory `/usr/src/web/Apachetoolbox-1.5.63/src/php-4.2.3/Zend'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-10 05:23 UTC] derick@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip
 [2002-11-21 09:51 UTC] ben at thelocust dot org
The snapshot fails for me, as well as 4.3.0RC1
 [2002-11-21 17:15 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2002-11-21 17:36 UTC] kjohnson at 2-bit dot net
Oh I'm still experiencing the problem. I couldn't get this to compile either under Redhat 8. I've side-stepped the issue by running Redhat 7.3 which has the gcc-2.96 compiler. It's a little agravating though, because Redhat has distributed a README file and posted on their web site forever than they would eventually stop using the old compiler and that developers should start using >gcc-3.0. So I assume that php is just in a holding pattern waiting for now? Thanks again. 

Kevin
 [2002-12-01 16:33 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 19:01:30 2024 UTC