php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4355 parse error before 'off_t'
Submitted: 2000-05-09 06:50 UTC Modified: 2000-05-13 06:47 UTC
From: bonywine at super dot inha dot ac dot kr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.16 OS: HP-UX 10.20
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
10 + 20 = ?
Subscribe to this entry?

 
 [2000-05-09 06:50 UTC] bonywine at super dot inha dot ac dot kr
configure
=========
./configure  --with-mysql --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-imap

gcc
===
version 2.95.2

make
====
GNU Make version 3.78.1

OS(uname -a)
============
HP-UX hp9000 B.10.20 C 9000/867 1467325201 32-user license

Part of Error Messages
======================
prompt% make
gcc -g -O2 -DHPUX10 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -O2 -fpic -DSHARED_MODULE  -I. -I.   -I/usr/local/apache/include -I/usr/local/include -I/usr/local/apache/include -c language-parser.tab.c -o language-parser.tab.o
In file included from php.h:86,
                 from language-parser.y:52:
/usr/local/include/unix.h:179: parse error before `off_t'
......

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-13 06:47 UTC] sas at cvs dot php dot net
Edit config.h and remove 

#define HAVE_UNIX_H 1

The unix.h is an inappropiately named header file of the imap distribution..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 04:01:33 2024 UTC