Re: Build issues with Mac OSX 10.4

php.internals

Unnamed Person

21 years ago
--- "D. Walsh" <info@daleenterprise.com> wrote:
> I've been trying to build PHP in Mac OS X Server > 10.4.0 > > The OS is a fresh install with the appropriate > graphic libs installed > > It fails to configure with the switch '--with-gd' > citing the > following error.
Hmm... I was able to configure and make 5.0.4 with GD without problems. What version of PHP are you building? Can you provide the entire ./configure line? Have you installed the new version of Xcode from the 10.4 DVD? - Gabriel

D . Walsh

21 years ago
On May 12, 2005, at 05:39 PM, <sumoraigabe-php@yahoo.com> <sumoraigabe-php@yahoo.com> wrote:
> > --- "D. Walsh" <info@daleenterprise.com> wrote: > >> I've been trying to build PHP in Mac OS X Server >> 10.4.0 >> >> The OS is a fresh install with the appropriate >> graphic libs installed >> >> It fails to configure with the switch '--with-gd' >> citing the >> following error. >> > > Hmm... I was able to configure and make 5.0.4 with GD > without problems. > > What version of PHP are you building? > > Can you provide the entire ./configure line? > > Have you installed the new version of Xcode from the > 10.4 DVD? > > > - Gabriel
I found the issue, freetype2 was originally built in 10.3 with zlib-1.1.3 and tar'ed, a new rebuild of freetype2 and the issue was resolved. -- Dale