Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36174 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60509 invoked from network); 17 Mar 2008 17:19:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2008 17:19:15 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=permerror; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zend.com from 64.97.136.187 cause and error) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.187 smtpout0187.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.187] ([64.97.136.187:53431] helo=n068.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/03-62762-218AED74 for ; Mon, 17 Mar 2008 12:19:15 -0500 Received: from sc1-out09.emaildefenseservice.com (64.97.139.2) by n068.sc1.he.tucows.com (7.2.069.1) id 4769316E00F15CA1; Mon, 17 Mar 2008 17:16:46 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,69519009e427898b,0317676a84d6af02,steph@zend.com,-,RULES_HIT:355:379:539:540:541:542:543:567:599:601:945:967:973:980:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1541:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2393:2525:2559:2563:2682:2685:2828:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3352:3865:3866:3867:3868:3869:3871:3872:3934:3936:3938:3941:3944:4605:4886:5007:6119:6261:7653:7679:7875,0, RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none X-Spamcatcher-Explanation: Received: from foxbox (62-31-252-198.cable.ubr07.shef.blueyonder.co.uk [62.31.252.198]) (Authenticated sender: steph.fox) by sc1-out09.emaildefenseservice.com (Postfix) with ESMTP; Mon, 17 Mar 2008 17:16:45 +0000 (UTC) Message-ID: <01d101c88852$cb12c580$c6fc1f3e@foxbox> Reply-To: "Steph Fox" To: "Scott MacVicar" , "Stanislav Malyshev" Cc: "Marcus Boerger" , References: <904802034.20080316222935@marcus-boerger.de> <47DEA04A.5050103@zend.com> <47DEA588.9020705@php.net> Date: Mon, 17 Mar 2008 17:17:32 -0000 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-15"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c From: steph@zend.com ("Steph Fox") Interesting. I did a clean checkout when Stas' message came through and can't reproduce the problem here. Stas, is yours a cygwin-reliant exe? - Steph > It should be fixed now. > > Scott > > Stanislav Malyshev wrote: >> Hi! >> >> Windows build is broken right now. When trying to build, I get: >> >> >> \cygwin\bin\bison.exe --output=Zend/zend_ini_parser.c -v -d -p ini_ >> Zend/zend_ini_parser.y >> "\cygwin\bin\re2c.exe" "" --case-inverted -cbdFt >> Zend\zend_ini_scanner_defs.h -oZend/zend_ini_scanner.c >> Zend\zend_ini_scanner.l >> usage: re2c [-bcdDefFghisvVw1] [-o file] file >> >> -? -h --help Display this info. >> etc. all the help of re2c >> NMAKE : fatal error U1077: '\cygwin\bin\re2c.exe' : return code '0x2' >> Stop. >> >> This seems to be because of RE2C_FLAGS defined as "". If I set this >> definition as empty, another error happens: >> >> "\cygwin\bin\re2c.exe" --case-inverted -cbdFt >> Zend\zend_ini_scanner_defs.h -oZend/zend_ini_scanner.c >> Zend\zend_ini_scanner.l >> "\cygwin\bin\re2c.exe" --case-inverted -cbdFt >> /zend_language_scanner_defs.h -oZend\zend_language_scanner.c >> /zend_language_scanner.l >> re2c: error: cannot open /zend_language_scanner.l >> NMAKE : fatal error U1077: '\cygwin\bin\re2c.exe' : return code '0x1' >> Stop. >> >> Please fix both. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >