Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16230 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46862 invoked by uid 1010); 12 May 2005 14:17:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21682 invoked from network); 12 May 2005 14:06:02 -0000 Received: from unknown (HELO system.mail) (127.0.0.1) by localhost with SMTP; 12 May 2005 14:06:02 -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:53610] helo=daleenterprise.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id BB/32-35155-9C263824 for ; Thu, 12 May 2005 10:06:01 -0400 Received: from localhost (localhost [127.0.0.1]) by daleenterprise.com (Postfix) with ESMTP id F2CD975DD2 for ; Thu, 12 May 2005 10:05:56 -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 10330-02 for ; Thu, 12 May 2005 10:05:56 -0400 (EDT) Received: from [10.1.100.11] (relay.mustangrestomods.com [67.78.11.226]) by daleenterprise.com (Postfix) with ESMTP id 4AEA375DC4 for ; Thu, 12 May 2005 10:05:56 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v728) Content-Transfer-Encoding: 7bit Message-ID: <89BF803D-4AD3-4258-A0C5-EC34EB3E5837@daleenterprise.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: php dev Date: Thu, 12 May 2005 10:05:48 -0400 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: Build issues with Mac OSX 10.4 From: info@daleenterprise.com ("D. Walsh") 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. ________________________________________________________ checking for msession support... no checking for mSQL support... no checking for MSSQL support via FreeTDS... no checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... /var/ mysql/mysql.sock checking for MySQL UNIX socket location... /var/mysql/mysql.sock checking for char... yes checking size of char... configure: error: cannot compute sizeof (char), 77 See `config.log' for more details. ________________________________________________________ Here's a tail of 'config.log', it yields little information on the cause of the problem so I'm not sure what the problem is or what to do about it. ________________________________________________________ #define PHP_SIGCHILD 0 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define STDC_HEADERS 1 #define USE_GD_IMGSTRTTF 1 #define USE_GD_IMGSTRTTF 1 #define WORDS_BIGENDIAN #define YYTEXT_POINTER 1 configure: exit 1 ________________________________________________________ It built fine under Mac OS X Server 10.2.x - 10.3.x Any ideas on the problem/solution or where to begin looking? -- Dale