php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #363 make dies on constants.o
Submitted: 1998-05-08 14:18 UTC Modified: 1998-05-08 14:28 UTC
From: jwalsh at verio dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS OS: Solaris 2.5x
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: jwalsh at verio dot net
New email:
PHP Version: OS:

 

 [1998-05-08 14:18 UTC] jwalsh at verio dot net
gcc -O2   -I. -I.         -I/usr/local/include/mysql     -I/home/walshj/bin/velocis/include       -c configuration-parser.tab.c -o configuration-parser.tab.o
flex -Pcfg -oconfiguration-scanner.c -i ./configuration-scanner.lex
make: *** File `configuration-parser.tab.h' has modification time in the future
gcc -O2   -I. -I.         -I/usr/local/include/mysql     -I/home/walshj/bin/velocis/include     -w -c configuration-scanner.c
gcc -O2   -I. -I.         -I/usr/local/include/mysql     -I/home/walshj/bin/velocis/include       -c request_info.c -o request_info.o
gcc -O2   -I. -I.         -I/usr/local/include/mysql     -I/home/walshj/bin/velocis/include       -c safe_mode.c -o safe_mode.o
gcc -O2   -I. -I.         -I/usr/local/include/mysql     -I/home/walshj/bin/velocis/include       -c fopen-wrappers.c -o fopen-wrappers.o
gcc -O2   -I. -I.         -I/usr/local/include/mysql     -I/home/walshj/bin/velocis/include       -c constants.c -o constants.o
constants.c: In function `php3_define':
constants.c:201: parse error before `;'
make: *** [constants.o] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-08 14:28 UTC] zeev
Already fixed.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 11:01:36 2025 UTC