php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #365 language-parser.tab.o Error 1 in gcc
Submitted: 1998-05-08 15:25 UTC Modified: 1998-07-02 12:45 UTC
From: weekleyj at fastrans dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Release Candidate 3 OS: Solaris 2.6 x86
Private report: No CVE-ID: None
 [1998-05-08 15:25 UTC] weekleyj at fastrans dot net
bison -p php -v -d ./language-parser.y -o language-parser.tab.c
gcc -O2   -I. -I.   -I/usr2/WWWstuff/apache_1.3b5/src/include -I/usr2/WWWstuff/apache_1.3b5/src/os/unix         -I/usr/local/pgsql/include   -g -Wall     -c language-parser.tab.c -o language-parser.tab.o
In file included from /usr2/WWWstuff/apache_1.3b5/src/include/httpd.h:66,
                 from parser.h:167,
                 from ./language-parser.y:51:
/usr2/WWWstuff/apache_1.3b5/src/include/ap.h:64: conflicting types for `vsnprintf'
/usr/local/lib/gcc-lib/i686-pc-solaris2.6/egcs-2.90.27/include/stdio.h:270: previous declaration of `vsnprintf'
make: *** [language-parser.tab.o] Error 1

gcc version egcs-2.90.27 980315 (egcs-1.0.2 release)
Building apache module for Apache 1.3
Postgres 6.3.2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-02 12:45 UTC] ssb
Try with Apache 1.3.0.


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