php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1908 Compile fails with errors in php_regex.h
Submitted: 1999-07-28 13:31 UTC Modified: 1999-09-26 11:38 UTC
From: rspragg at uh dot edu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.11 OS: Unixware 7.0.1
Private report: No CVE-ID: None
 [1999-07-28 13:31 UTC] rspragg at uh dot edu
this is actually php4b1

#./configure --with-apache=../apache_1.3.6 --with-mysql --enable-track-vars

"no errors":)

# make
Making all in libzend
Making all in ext
Making all in apache
Making all in db
Making all in mysql
Making all in pcre
Making all in pcrelib
Making all in session
Making all in standard
        cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../../TSRM -I/usr/local/etc/php-4.0b1/../apach
e_1.3.6/src/include -I/usr/local/etc/php-4.0b1/../apache_1.3.6/src/os/unix  -
I/usr/local/include/mysql   -I
../.. -I../../libzend    -g -g -c browscap.c
UX:acomp: ERROR: "../../php_regex.h", line 14: #ifndef on line 1 has no matching #endif
UX:acomp: WARNING: "../../php_regex.h", line 14: newline not last character in file
UX:acomp: ERROR: "../../php_regex.h", line 14: #if-less #endif
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
#

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-26 11:38 UTC] sas at cvs dot php dot net
The preprocessor or compiler on your platform seems to be buggy. php_regex.h in PHP 4 is correct.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 03:01:30 2024 UTC