Re: [PHP-CVS] cvs: php-src(PHP_5_3) / acinclude.m4

2008-04-01 Thread Derick Rethans
On Mon, 31 Mar 2008, Marcus Boerger wrote:

   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.

Like I said, the snapshot builds DO always regenerte those files - and 
they can't know because there is no released version of re2c to do so. 
And obviously we're not going to install non-released software on our 
production machines. So *please* make a release so that we can have 
snapshots again!

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src(PHP_5_3) / acinclude.m4

2008-04-01 Thread Jani Taskinen
On Tue, 2008-04-01 at 09:41 +0200, Derick Rethans wrote:
 On Mon, 31 Mar 2008, Marcus Boerger wrote:
 
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.
 
 Like I said, the snapshot builds DO always regenerte those files - and 
 they can't know because there is no released version of re2c to do so. 
 And obviously we're not going to install non-released software on our 
 production machines. So *please* make a release so that we can have 
 snapshots again!

Why exactly do snapshot builds regenerate the files? 

--Jani



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src(PHP_5_3) / acinclude.m4

2008-04-01 Thread Marcus Boerger
Hello Derick,

Tuesday, April 1, 2008, 9:41:08 AM, you wrote:

 On Mon, 31 Mar 2008, Marcus Boerger wrote:

   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.

 Like I said, the snapshot builds DO always regenerte those files - and 
 they can't know because there is no released version of re2c to do so. 
 And obviously we're not going to install non-released software on our 
 production machines. So *please* make a release so that we can have 
 snapshots again!

In this case we need to prevent snaps from using the -g flag! Which is
actually the default, unless someone configures to enable it. So we might
want to add a note about this.

Best regards,
 Marcus


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src(PHP_5_3) / acinclude.m4

2008-04-01 Thread Pierre Joye
On Tue, Apr 1, 2008 at 12:02 PM, Marcus Boerger [EMAIL PROTECTED] wrote:
 Hello Derick,


  Tuesday, April 1, 2008, 9:41:08 AM, you wrote:

   On Mon, 31 Mar 2008, Marcus Boerger wrote:

 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.

   Like I said, the snapshot builds DO always regenerte those files - and
   they can't know because there is no released version of re2c to do so.
   And obviously we're not going to install non-released software on our
   production machines. So *please* make a release so that we can have
   snapshots again!

  In this case we need to prevent snaps from using the -g flag! Which is
  actually the default, unless someone configures to enable it. So we might
  want to add a note about this.

To make a long story short: What prevent you to fire this release?
Even as beta? That's all we need.

-- 
Pierre
http://blog.thepimp.net | http://www.libgd.org

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src(PHP_5_3) / acinclude.m4

2008-03-31 Thread Marcus Boerger
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-srcacinclude.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.4r2=1.332.2.14.2.26.2.5diff_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.4Sat Mar 22 17:59:52 2008
 +++ php-src/acinclude.m4Mon 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