php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13397 cvs branch PHP_4_0_7 doesn't compile: redefinition of `yy_state_type
Submitted: 2001-09-22 13:04 UTC Modified: 2001-09-29 13:04 UTC
From: chregu@php.net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0CVS-2001-09-22 OS: linux different distributions
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chregu@php.net
New email:
PHP Version: OS:

 

 [2001-09-22 13:04 UTC] chregu@php.net
cvs from just before
Branch PHP_4_0_7:

make reports (on debian testing, debian unstable and suse 7.0):
[...]


gcc -DHAVE_CONFIG_H -I. -I. -I../main -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I../TSRM -g -Wall -c zend_language_scanner.c    -fPIC -DPIC -o zend_language_scanner.lo
In file included from zend_compile.h:188,
                 from ./zend_language_scanner.l:55:
zend_globals.h:219: redefinition of `yy_state_type'
zend_language_scanner.c:305: `yy_state_type' previously declared here
zend_language_scanner.c:5645: warning: `yy_fatal_error' defined but not used
zend_language_scanner.c:2714: warning: `yy_last_accepting_state' defined but not used
zend_language_scanner.c:2715: warning: `yy_last_accepting_cpos' defined but not used
zend_language_scanner.c:2721: warning: `yy_more_flag' defined but not used
zend_language_scanner.c:2722: warning: `yy_more_len' defined but not used
zend_language_scanner.c:5630: warning: `yy_top_state' defined but not used
make[1]: *** [zend_language_scanner.lo] Error 1
make[1]: Leaving directory `/opt/cvs/php4/ZendEngine1'
make: *** [all-recursive] Error 1



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-22 10:31 UTC] mfischer@php.net
Has been fixed in CVS.

- Markus
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 01:01:30 2025 UTC