Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16235 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89723 invoked by uid 1010); 13 May 2005 01:53:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57343 invoked by uid 1007); 13 May 2005 01:36:10 -0000 To: internals@lists.php.net, "D. Walsh" Message-ID: <42840485.60304@128kb.com> Date: Thu, 12 May 2005 21:36:05 -0400 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <89BF803D-4AD3-4258-A0C5-EC34EB3E5837@daleenterprise.com> In-Reply-To: <89BF803D-4AD3-4258-A0C5-EC34EB3E5837@daleenterprise.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 68.112.247.235 Subject: Re: Build issues with Mac OSX 10.4 From: jhannus@128kb.com (Justin Hannus) have you by any chance rebuilt the configure script with buildconf to add another extension to your build? not thats it's necessary but is sometimes the cause of the problem your having. if you ave incompatible versions of the GNU tools (autoconf, automake, etc.) they can generate buggy configure scripts from running buildconf. try checking the versions on your system vs. the versions recommended for building php. http://www.php.net/anoncvs.php http://www.php.net/manual/en/install.macosx.php -justin 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. > > ________________________________________________________ > > 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