veripool / verilog-perl

Verilog parser, preprocessor, and related tools for the Verilog-Perl package
https://www.veripool.org/verilog-perl
Artistic License 2.0
119 stars 33 forks source link

perl 'make' commandline error during installation #1546

Closed veripoolbot closed 4 years ago

veripoolbot commented 4 years ago

Author Name: Anonymous Original Redmine Issue: 1546 from https://www.veripool.org


Error during installation. make command produces these errors:

VParseBison.y:216:22: error: variable length array of non-POD element type 'VParseHashElem' VParseHashElem nets[elem_cnt]; ^ VParseBison.y:238:22: error: variable length array of non-POD element type 'VParseHashElem' VParseHashElem nets[arraycnt][3];

veripoolbot commented 4 years ago

Original Redmine Comment Author Name: Wilson Snyder (@wsnyder) Original Date: 2019-10-07T16:36:51Z


What OS and compiler version?

veripoolbot commented 4 years ago

Original Redmine Comment Author Name: Wilson Snyder (@wsnyder) Original Date: 2019-11-16T19:11:51Z


Assume this got figured out.