Hi Ron, Please keep the list in CC.
> Le 24 juin 2020 à 16:27, Ron Jr Esquivel <ron1...@hotmail.com> a écrit : > > Here is the file you requested. ./calc.at:1079: "$PERL" -pi -e 'use strict; s{syntax error on token \[(.*?)\] \(expected: (.*)\)} { my $unexp = $1; my @exps = $2 =~ /\[(.*?)\]/g; ($#exps && $#exps < 4) ? "syntax error, unexpected $unexp, expecting @{[join(\" or \", @exps)]}" : "syntax error, unexpected $unexp"; }eg ' expout || exit 77 --- /dev/null 2020-06-24 10:20:10.000000000 -0400 +++ /cygdrive/u/downloads/bison/bison-3.6.1/tests/testsuite.dir/at-groups/416/stderr 2020-06-24 10:20:09.942829400 -0400 @@ -0,0 +1 @@ +/cygdrive/u/downloads/bison/bison-3.6.1/tests/testsuite.dir/at-groups/416/test-source: line 581: : command not found Ok, I guess it means you don't have perl. > My Windows 10 environment (in which I am running my 32-bit Cygwin) is running > under VMware. I guess this explains why things are so slow. Certainly! Thanks for explaining. Cheers!