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