Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Steph Fox
Nevermind, I fixed it. yes... but given that mine worked in the first place, the question is whether your (and Scott's) fixes will work here, which means I now need to check out 5_3 and try again. Sorry, it's going to have to be after I finish work for the day, taken up too much time already.

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Steph Fox
Hi Stas, I meant 'does it rely on cygwin1.dll or is it native'? No idea, whatever the person who put it on sourceforge built. If people are distributing binaries that rely on the cygwin runtime they usually say something about it somewhere, so I'll assume not in in this case. I just asked

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Stanislav Malyshev
I meant 'does it rely on cygwin1.dll or is it native'? No idea, whatever the person who put it on sourceforge built. I downloaded re2c.exe from sourceforge release, did checkput of 5.3, buildconf and configure. Since configure now produces RE2C_FLAGS=null in makefile, build failed. After remo

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread 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? Erm, not sure what you mean here. I meant 'does it rely on cygwin1.dll or is it native'? I downloaded re2c.exe from sourceforge release, did checkp

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Stanislav Malyshev
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? Erm, not sure what you mean here. I downloaded re2c.exe from sourceforge release, did checkput of 5.3, buildconf and configure. Since configure now p

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread 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\

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Stanislav Malyshev
It should be fixed now. First issue is still there (now it does RE2CFLAGS=null) but the second one is gone. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Scott MacVicar
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

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread 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 usag