php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10025 bison reports error with 'S' parameter
Submitted: 2001-03-27 10:54 UTC Modified: 2001-05-01 08:49 UTC
From: hugh at wordmap dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Windows NT4 SP6a
Private report: No CVE-ID: None
 [2001-03-27 10:54 UTC] hugh at wordmap dot com
Compiling PHP4.0.4pl1 on Windows NT4 SP6a with Cygwin (setup version 2.19) and bison 1.28 reports the following:

Deleting intermediate files and output files for project 'TSRM - Win32 Release_TS'.
Deleting intermediate files and output files for project 'ZendTS - Win32 Release_TS'.
Deleting intermediate files and output files for project 'libmysql - Win32 Release_TS'.
Deleting intermediate files and output files for project 'php4dllts - Win32 Release_TS'.
Deleting intermediate files and output files for project 'php4ts - Win32 Release_TS'.
--------------------Configuration: TSRM - Win32 Release_TS--------------------
Compiling...
TSRM.c
tsrm_strtok_r.c
tsrm_virtual_cwd.c
Creating library...
--------------------Configuration: ZendTS - Win32 Release_TS--------------------
Performing Custom Build Step on ".\zend_language_parser.y"
bison: invalid option -- S
Usage: bison [-dhklntvyV] [-b file-prefix] [-o outfile] [-p name-prefix]
       [--debug] [--defines] [--fixed-output-files] [--no-lines]
       [--verbose] [--version] [--help] [--yacc]
       [--no-parser] [--token-table]
       [--file-prefix=prefix] [--name-prefix=prefix]
       [--output=outfile] grammar-file
Report bugs to bug-bison@gnu.org
Error executing c:\winnt\system32\cmd.exe.

php.exe - 1 error(s), 0 warning(s)


From what I understand for this to compile properly version 1.25 of the Cygwin bison is required.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-31 09:34 UTC] cynic@php.net
try a snapshot from http://snaps.php.net/, this was IIRC fixed.
 [2001-05-01 08:49 UTC] jmoore@php.net
No feedback, this was fixed in CVS anyway.

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