On Thu, Sep 01, 2005 at 05:41:36PM -0700, Yitzchak Scott-Thoennes wrote:
> BTW, cygwin only has bison 1.875b, not the allowed 1.875 or 1.875c,
> but it seemed to work.  I also note that Debian stable has 1.875d;
> would it make sense to just allow any 1.875* version?
> 
> --- p/regen_perly.pl.orig       2005-05-07 04:36:14.000000000 -0700
> +++ p/regen_perly.pl    2005-08-31 11:16:02.869920000 -0700
> @@ -65,7 +65,7 @@
>  # the test below to allow that version too. DAPM Feb 04.
>  
>  my $version = `$bison -V`;
> -unless ($version =~ /\b(1\.875c?|2\.0)\b/) { die <<EOF; }
> +unless ($version =~ /\b(1\.875[a-z]?|2\.0)\b/) { die <<EOF; }
>  
>  You have the wrong version of bison in your path; currently 1.875
>  or 2.0 is required.  Try installing
> End of Patch.

Dave, any comment on this?

Reply via email to