[PHP] Build on Mac OS X

2004-03-31 Thread John Nichel
I'm trying to get php running on a Mac OS X box, but even though the 
configure of php runs fine, I get this when I try to build php

make: *** No rule to make target 
`files/php-4.3.5/sapi/apache/sapi_apache.c', needed by 
`sapi/apache/sapi_apache.lo'.  Stop.

This is the only thing it outputs.  Messing with Makefiles is beyond my 
knowledge.  Any ideas?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Build on Mac OS X

2004-03-31 Thread John Nichel
John Nichel wrote:
I'm trying to get php running on a Mac OS X box, but even though the 
configure of php runs fine, I get this when I try to build php

make: *** No rule to make target 
`files/php-4.3.5/sapi/apache/sapi_apache.c', needed by 
`sapi/apache/sapi_apache.lo'.  Stop.

This is the only thing it outputs.  Messing with Makefiles is beyond my 
knowledge.  Any ideas?

Forget this post.  The path to the php source on the Mac system has a 
space in it (/installer files/php-4.x.x/), and that was causing 
problems with make.  Damn Mac people.  ;)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php