Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40333 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7160 invoked from network); 8 Sep 2008 10:28:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2008 10:28:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:37031] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/19-58883-C4EF4C84 for ; Mon, 08 Sep 2008 06:28:29 -0400 Received: from [192.168.3.254] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id 64B346401F9; Mon, 8 Sep 2008 14:28:25 +0400 (MSD) Message-ID: <48C4FE3C.3060601@daylessday.org> Date: Mon, 08 Sep 2008 14:28:12 +0400 User-Agent: Thunderbird 2.0.0.12 (X11/20071114) MIME-Version: 1.0 To: Jochem Maas CC: php internals References: <48C4358A.8060402@iamjochem.com> In-Reply-To: <48C4358A.8060402@iamjochem.com> 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: tony@daylessday.org (Antony Dovgal) On 08.09.2008 00:11, Jochem Maas wrote: > --with-xmlrpc This extension requires iconv. I have to admit there is a mess with iconv. IMO configure should fail if one tries to build xmprpc with iconv disabled instead of silently enabling it. > 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. -- Wbr, Antony Dovgal