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
 [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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-08 14:28 UTC] zeev
Already fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 02:01:29 2024 UTC