Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56813 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24434 invoked from network); 6 Dec 2011 16:28:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2011 16:28:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.212.42 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:33672] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/A0-20173-EB24EDE4 for ; Tue, 06 Dec 2011 11:28:48 -0500 Received: by vbbfd1 with SMTP id fd1so5259329vbb.29 for ; Tue, 06 Dec 2011 08:28:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.232.38 with SMTP id tl6mr2839127obc.22.1323188923892; Tue, 06 Dec 2011 08:28:43 -0800 (PST) Received: by 10.182.20.34 with HTTP; Tue, 6 Dec 2011 08:28:43 -0800 (PST) In-Reply-To: <20111206155304.GA26857@panix.com> References: <20111206143252.GA8992@panix.com> <20111206150025.GA14173@panix.com> <58C5D566-B9A4-4C56-9232-3107973F56D3@webstart.fr> <20111206155304.GA26857@panix.com> Date: Tue, 6 Dec 2011 11:28:43 -0500 Message-ID: To: Daniel Convissor Cc: Pierre Joye , PHP Internals List Content-Type: multipart/alternative; boundary=f46d044472c1c7840d04b36eed8d Subject: Re: [PHP-DEV] trunk build failure on interface.c From: pierrick@webstart.fr (Pierrick Charron) --f46d044472c1c7840d04b36eed8d Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Thanks Daniel for testing and Pierre for the fix :) On 6 December 2011 10:53, Daniel Convissor wrote: > 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 > =91zif_curl_copy_handle=92: > /php/php-src/trunk/ext/curl/interface.c:1978: error: =91php_curl_handlers= =92 > has no member named =91fnmatch=92 > /php/php-src/trunk/ext/curl/interface.c:1979: error: =91php_curl_handlers= =92 > has no member named =91fnmatch=92 > /php/php-src/trunk/ext/curl/interface.c:1980: error: =91php_curl_handlers= =92 > has no member named =91fnmatch=92 > /php/php-src/trunk/ext/curl/interface.c:1981: error: =91php_curl_handlers= =92 > has no member named =91fnmatch=92 > /php/php-src/trunk/ext/curl/interface.c:1982: error: =91php_curl_handlers= =92 > has no member named =91fnmatch=92 > /php/php-src/trunk/ext/curl/interface.c:1982: error: =91php_curl_handlers= =92 > has no member named =91fnmatch=92 > /php/php-src/trunk/ext/curl/interface.c:1984: error: =91php_curl_handlers= =92 > has no member named =91fnmatch=92 > /php/php-src/trunk/ext/curl/interface.c:1984: error: =91php_curl_handlers= =92 > has no member named =91fnmatch=92 > /php/php-src/trunk/ext/curl/interface.c: In function > =91_php_curl_reset_handlers=92: > /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 > =91php_curl_stream_opener=92: > /php/php-src/trunk/ext/curl/streams.c:308: warning: call to > =91_curl_easy_setopt_err_progress_cb=92 declared with attribute warning: > curl_easy_setopt expects a curl_progress_callback argument for this > option > > > Thanks, > > --Dan > --f46d044472c1c7840d04b36eed8d--