Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37267 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66501 invoked from network); 28 Apr 2008 09:25:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2008 09:25:01 -0000 Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 209.151.69.1 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 209.151.69.1 liberty.vosn.net Linux 2.4/2.6 Received: from [209.151.69.1] ([209.151.69.1:41133] helo=liberty.vosn.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/F4-37693-BE795184 for ; Mon, 28 Apr 2008 05:25:00 -0400 Received: from 75-121-96-99.dyn.centurytel.net ([75.121.96.99]:59209 helo=pc1) by liberty.vosn.net with smtp (Exim 4.68) (envelope-from ) id 1JqPbR-0005Q4-5M; Mon, 28 Apr 2008 03:24:54 -0600 Message-ID: <00d801c8a911$b724f590$0201a8c0@pc1> To: "PHP Developers Mailing List" , References: <10845a340804271712k64da2605s7c01fd891bc122f3@mail.gmail.com> Date: Mon, 28 Apr 2008 04:24:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1914 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - liberty.vosn.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - realplain.com Subject: Re: [PHP-DEV] Failed Win32 builds log file. From: php_lists@realplain.com ("Matt Wilmas") Hi Richard, all, Yeah, was thinking the same thing about the logs. :-) Don't know if you tried to compile yourself, but the failure is from Derick's date additions Friday (http://news.php.net/php.cvs/49738): php_date.obj : error LNK2019: unresolved external symbol _timelib_diff referenced in function _zif_date_diff php_date.obj : error LNK2019: unresolved external symbol _timelib_strtointerval referenced in function _date_interval_initialize Release_TS\php5ts.dll : fatal error LNK1120: 2 unresolved externals Only a Windows problem I guess if it hadn't been noticed yet... I just commented out the 2 function calls for now since I don't need that area working. :-P - Matt ----- Original Message ----- From: "Richard Quadling" Sent: Sunday, April 27, 2008 > Hello. > > The 5.3.0-dev win32 snapshots are failing as there has been no update > since the 25th. > > Is it possible to send the make log file to snaps for all build > attempts rather than just successful ones.