Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16246 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80380 invoked by uid 1010); 14 May 2005 02:05:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66799 invoked from network); 14 May 2005 01:53:13 -0000 Received: from unknown (HELO daleenterprise.com) (127.0.0.1) by localhost with SMTP; 14 May 2005 01:53:13 -0000 X-Host-Fingerprint: 67.78.11.228 mustangrestomods.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (1) Received: from ([67.78.11.228:49256] helo=daleenterprise.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 38/F9-36148-70A55824 for ; Fri, 13 May 2005 21:53:11 -0400 Received: from localhost (localhost [127.0.0.1]) by daleenterprise.com (Postfix) with ESMTP id EBE04A992D; Fri, 13 May 2005 21:53:07 -0400 (EDT) Received: from daleenterprise.com ([127.0.0.1]) by localhost (daleenterprise.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00274-04; Fri, 13 May 2005 21:53:07 -0400 (EDT) Received: from [10.1.100.11] (relay.mustangrestomods.com [67.78.11.226]) by daleenterprise.com (Postfix) with ESMTP id 3A951A991F; Fri, 13 May 2005 21:53:07 -0400 (EDT) In-Reply-To: <20050512213904.27433.qmail@web50206.mail.yahoo.com> References: <20050512213904.27433.qmail@web50206.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v728) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <21EDDD3A-45D0-4810-BFF1-C09D281E8A3C@daleenterprise.com> Cc: php dev Content-Transfer-Encoding: 7bit Date: Fri, 13 May 2005 21:53:04 -0400 To: sumoraigabe-php@yahoo.com X-Mailer: Apple Mail (2.728) MTA-Interface: amavisd-new-2.3.1-rc3-E (2005-05-06) at daleenterprise.com X-Spam-Scanned: using SpamAssassin 3.0.3 (2005-04-28) at daleenterprise.com X-Virus-Scanned: using Clamav 0.84 (2005-04-29) at daleenterprise.com Subject: Re: [PHP-DEV] Build issues with Mac OSX 10.4 From: info@daleenterprise.com ("D. Walsh") On May 12, 2005, at 05:39 PM, wrote: > > --- "D. Walsh" 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