Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60907 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68573 invoked from network); 20 Jun 2012 15:26:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2012 15:26:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=ab@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ab@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.73.107 as permitted sender) X-PHP-List-Original-Sender: ab@php.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:57934] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/A7-25489-98BE1EF4 for ; Wed, 20 Jun 2012 11:26:01 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 8C47C6FD44D; Wed, 20 Jun 2012 17:25:58 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.5 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.1 Received: from webmail.klapt.com (h1123647.serverkompetenz.net [127.0.0.1]) by h1123647.serverkompetenz.net (Postfix) with ESMTP id 481B66FC032; Wed, 20 Jun 2012 17:25:57 +0200 (CEST) Received: from 94.216.47.138 (SquirrelMail authenticated user anatoliy@belsky.info) by webmail.klapt.com with HTTP; Wed, 20 Jun 2012 17:25:57 +0200 Message-ID: Date: Wed, 20 Jun 2012 17:25:57 +0200 To: "internals" Cc: "Nikita Popov" Reply-To: ab@php.net User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Generators patch From: ab@php.net ("Anatoliy Belsky") Hi Nikita, I've just tried to compile your generators branch on windows, the build is broken there. This are the relevant messages before the compilation bails out: c:\php-sdk\phpmaster\vc9\x86\nikic\zend\zend_execute.c(1543) : error C2065: 'tsrm_ls' : undeclared identifier c:\php-sdk\phpmaster\vc9\x86\nikic\zend\zend_execute.c(1543) : error C2065: 'tsrm_ls' : undeclared identifier c:\php-sdk\phpmaster\vc9\x86\nikic\zend\zend_execute.c(1550) : error C2065: 'tsrm_ls' : undeclared identifier NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\Bin\cl.exe"' : return code '0x2' Stop. Hope this helps to improve it. Regards Anatoliy