Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36169 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49235 invoked from network); 17 Mar 2008 16:46:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2008 16:46:09 -0000 Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.162] ([212.25.124.162:41706] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/90-62762-050AED74 for ; Mon, 17 Mar 2008 11:46:09 -0500 Received: from us-ex1.zend.com ([192.168.16.5]) by mx1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 17 Mar 2008 18:46:30 +0200 Received: from [192.168.16.115] ([192.168.16.115]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 17 Mar 2008 09:46:27 -0700 Message-ID: <47DEA04A.5050103@zend.com> Date: Mon, 17 Mar 2008 09:46:02 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Marcus Boerger CC: internals@lists.php.net References: <904802034.20080316222935@marcus-boerger.de> In-Reply-To: <904802034.20080316222935@marcus-boerger.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Mar 2008 16:46:27.0122 (UTC) FILETIME=[71635120:01C8884E] Subject: Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c From: stas@zend.com (Stanislav Malyshev) 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. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com