Hello Derick, we are relying on it as only current HEAD of re2c can actually build the language parser. At the current stage there is noone that must build the language scanner. If so you need to install it from re2c's trunc. Otherwise you can just take the generated .c files from our CVS.
marcus Monday, March 31, 2008, 12:08:57 PM, you wrote: > derick Mon Mar 31 10:08:57 2008 UTC > Modified files: (Branch: PHP_5_3) > /php-src acinclude.m4 > Log: > - Don't rely on a version that doesn't exist - that breaks snapshots. > > > http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.26.2.4&r2=1.332.2.14.2.26.2.5&diff_format=u > Index: php-src/acinclude.m4 > diff -u php-src/acinclude.m4:1.332.2.14.2.26.2.4 > php-src/acinclude.m4:1.332.2.14.2.26.2.5 > --- php-src/acinclude.m4:1.332.2.14.2.26.2.4 Sat Mar 22 17:59:52 2008 > +++ php-src/acinclude.m4 Mon Mar 31 10:08:57 2008 > @@ -1,5 +1,5 @@ > dnl > -dnl $Id: acinclude.m4,v 1.332.2.14.2.26.2.4 2008/03/22 17:59:52 helly Exp $ > +dnl $Id: acinclude.m4,v 1.332.2.14.2.26.2.5 2008/03/31 10:08:57 derick Exp $ > dnl > dnl This file contains local autoconf functions. > dnl > @@ -2096,7 +2096,7 @@ > if test -n "$RE2C"; then > AC_CACHE_CHECK([for re2c version], php_cv_re2c_version, [ > re2c_vernum=`$RE2C --vernum 2>/dev/null` > - if test -z "$re2c_vernum" || test "$re2c_vernum" -lt "1304"; then > + if test -z "$re2c_vernum" || test "$re2c_vernum" -lt "1303"; then > php_cv_re2c_version=invalid > else > php_cv_re2c_version="`$RE2C --version | cut -d ' ' -f 2 > 2>/dev/null` (ok)" Best regards, Marcus -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php