php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10587 Make fails
Submitted: 2001-05-01 15:16 UTC Modified: 2001-05-05 14:30 UTC
From: oli at out dot to Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: MacOS X 10.0.1
Private report: No CVE-ID: None
 [2001-05-01 15:16 UTC] oli at out dot to
After folloing the installation instructions for MacOS X on 
a HFS volume, as shown on the Stepwise site
www.stepwise.com/Articles/Workbench/2001-03-24.01.html

I get the following output during make:
----------------------------------------
internal_functions.c:32: `#include' expects "FILENAME" or <
FILENAME>
make[2]: *** [internal_functions.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
----------------------------------------
Then it stops.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-05 14:30 UTC] sas@php.net
This has been fixed in March, but was unfortunately not committed to the 4.0.5 release branch. 

You can fix this in your copy by copying two files into the build subdirectory and rerunning configure:

http://viewcvs.php.net/viewcvs.cgi/~checkout~/php4/build/print_include.awk?rev=1.2&content-type=text/plain

http://viewcvs.php.net/viewcvs.cgi/~checkout~/php4/build/genif.sh?rev=1.2&content-type=text/plain
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 15:01:28 2024 UTC