Qucs / ADMS

ADMS is a code generator for the Verilog-AMS language
GNU General Public License v3.0
94 stars 31 forks source link

Build issues with Perl v5.20.2 (Windows7, MSYS2, MinGW) #12

Closed guitorri closed 9 years ago

guitorri commented 9 years ago

The mkgrammar.pl script is failing with the above Perl version.

/usr/bin/perl ./mkgrammar.pl ./verilogaYacc.y.in
Use of uninitialized value $_ in substitution (s///) at ./mkgrammar.pl line 37, <> line 1620.
Use of uninitialized value $_ in pattern match (m//) at ./mkgrammar.pl line 43, <> line 1620.
Use of uninitialized value $_ in pattern match (m//) at ./mkgrammar.pl line 43, <> line 1620.
Use of uninitialized value $_ in substitution (s///) at ./mkgrammar.pl line 29, <> line 1620.
Use of uninitialized value $_ in substitution (s///) at ./mkgrammar.pl line 30, <> line 1620.
Use of uninitialized value $_ in split at ./mkgrammar.pl line 31, <> line 1620.

The other scripts, mkelements.pl and mkctext.pll, run normally.

guitorri commented 9 years ago

Hum... not sure what went wrong. Updating MSYS2 pacman seems to have resolved the issue (?!).