Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40373 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37829 invoked from network); 8 Sep 2008 19:43:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2008 19:43:39 -0000 Authentication-Results: pb1.pair.com header.from=jochem@iamjochem.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jochem@iamjochem.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iamjochem.com from 194.109.193.121 cause and error) X-PHP-List-Original-Sender: jochem@iamjochem.com X-Host-Fingerprint: 194.109.193.121 mx1.moulin.nl Linux 2.6 Received: from [194.109.193.121] ([194.109.193.121:55178] helo=mx1.moulin.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/6D-13670-A6085C84 for ; Mon, 08 Sep 2008 15:43:39 -0400 Received: from localhost (localhost [127.0.0.1]) by mx1.moulin.nl (Postfix) with ESMTP id A0BB22738ED; Mon, 8 Sep 2008 21:43:35 +0200 (CEST) X-Virus-Scanned: amavisd-new at moulin.nl Received: from mx1.moulin.nl ([127.0.0.1]) by localhost (mx1.moulin.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VC2V16b+BOvg; Mon, 8 Sep 2008 21:43:30 +0200 (CEST) Received: from [10.0.13.104] (ip129-15-211-87.adsl2.static.versatel.nl [87.211.15.129]) by mx1.moulin.nl (Postfix) with ESMTP id 4444626D320; Mon, 8 Sep 2008 21:43:29 +0200 (CEST) Message-ID: <48C58061.3030303@iamjochem.com> Date: Mon, 08 Sep 2008 21:43:29 +0200 User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Antony Dovgal CC: php internals References: <48C4358A.8060402@iamjochem.com> <48C4FE3C.3060601@daylessday.org> In-Reply-To: <48C4FE3C.3060601@daylessday.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] make fails due to ext/iconv/php_have_ibm_iconv.h missing (5.3 including alpha2) From: jochem@iamjochem.com (Jochem Maas) Antony Dovgal schreef: > On 08.09.2008 00:11, Jochem Maas wrote: >> --with-xmlrpc > > This extension requires iconv. aha. well at least that allows me to build 5.3alpha2 with all the extensions I require to > I have to admit there is a mess with iconv. I'm glad it's not (just) down to my incompetence, I was starting to pull out hair trying to compile on MacOS (whereas I've never had a problem on linux) .. not that I want to insinuate anyone else is incompetent! it's just that I'm rather on the edge of what I'm capable of when it comes to massaging make run into doing what I want (in fact I can't remember ever having make [for php] fail on me on linux, so it was rather shocking to see it blow up on MacOS where everything is suppose to be 'fantastic' ... note that there *were* loads of problems with shipped libs on MacOS10.5 that made compiling [php] 'impossible' for quite a while, these were issues that had nothing to do with php ... although ironically enough they had everything to do with lib_iconv) > IMO configure should fail if > one tries to build xmprpc with iconv disabled instead of silently > enabling it. my current (working) build of php5.2.6 lists xmlrpc as an extension BUT not iconv ... so iconv is not silently enabled (at least not from a php user's POV) >> the error message from make is: >> >> In file included from >> /Users/jochem/src/php-5.3.0alpha2/ext/standard/info.c:47: >> /Users/jochem/src/php-5.3.0alpha2/ext/iconv/php_iconv.h:42:42: error: >> ext/iconv/php_have_ibm_iconv.h: No such file or directory > > Should be fixed in CVS, thanks for noticing. okidoki. >