Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56812 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20716 invoked from network); 6 Dec 2011 15:53:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2011 15:53:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=danielc@analysisandsolutions.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danielc@analysisandsolutions.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain analysisandsolutions.com from 166.84.1.89 cause and error) X-PHP-List-Original-Sender: danielc@analysisandsolutions.com X-Host-Fingerprint: 166.84.1.89 mailbackend.panix.com Solaris 10 (beta) Received: from [166.84.1.89] ([166.84.1.89:50815] helo=mailbackend.panix.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/00-20173-66A3EDE4 for ; Tue, 06 Dec 2011 10:53:11 -0500 Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mailbackend.panix.com (Postfix) with ESMTP id 8091B282B8; Tue, 6 Dec 2011 10:53:05 -0500 (EST) Received: by panix5.panix.com (Postfix, from userid 14662) id 164B52424E; Tue, 6 Dec 2011 10:53:05 -0500 (EST) Date: Tue, 6 Dec 2011 10:53:04 -0500 To: Pierre Joye Cc: Pierrick Charron - WebStart , "pierrick@php.net" , PHP Internals List Message-ID: <20111206155304.GA26857@panix.com> References: <20111206143252.GA8992@panix.com> <20111206150025.GA14173@panix.com> <58C5D566-B9A4-4C56-9232-3107973F56D3@webstart.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: [PHP-DEV] trunk build failure on interface.c From: danielc@analysisandsolutions.com (Daniel Convissor) Hi Pierre: Thanks for the quick fix. I did a make clean and vsclean then rebuilt, but there's a similar issue, still: /php/php-src/trunk/ext/curl/interface.c: In function ‘zif_curl_copy_handle’: /php/php-src/trunk/ext/curl/interface.c:1978: error: ‘php_curl_handlers’ has no member named ‘fnmatch’ /php/php-src/trunk/ext/curl/interface.c:1979: error: ‘php_curl_handlers’ has no member named ‘fnmatch’ /php/php-src/trunk/ext/curl/interface.c:1980: error: ‘php_curl_handlers’ has no member named ‘fnmatch’ /php/php-src/trunk/ext/curl/interface.c:1981: error: ‘php_curl_handlers’ has no member named ‘fnmatch’ /php/php-src/trunk/ext/curl/interface.c:1982: error: ‘php_curl_handlers’ has no member named ‘fnmatch’ /php/php-src/trunk/ext/curl/interface.c:1982: error: ‘php_curl_handlers’ has no member named ‘fnmatch’ /php/php-src/trunk/ext/curl/interface.c:1984: error: ‘php_curl_handlers’ has no member named ‘fnmatch’ /php/php-src/trunk/ext/curl/interface.c:1984: error: ‘php_curl_handlers’ has no member named ‘fnmatch’ /php/php-src/trunk/ext/curl/interface.c: In function ‘_php_curl_reset_handlers’: /php/php-src/trunk/ext/curl/interface.c:3224: warning: assignment makes integer from pointer without a cast make: *** [ext/curl/interface.lo] Error 1 make: *** Waiting for unfinished jobs.... /php/php-src/trunk/ext/curl/streams.c: In function ‘php_curl_stream_opener’: /php/php-src/trunk/ext/curl/streams.c:308: warning: call to ‘_curl_easy_setopt_err_progress_cb’ declared with attribute warning: curl_easy_setopt expects a curl_progress_callback argument for this option Thanks, --Dan