Parser-Verilog icon indicating copy to clipboard operation
Parser-Verilog copied to clipboard

Out Of Tree Build Fails

Open ngiambla opened this issue 6 years ago • 1 comments
trafficstars

Hi there,

I have cloned your repository, and found that the sequence of commands:

git clone https://github.com/OpenTimer/Parser-Verilog.git
cd Parser-Verilog
mkdir build
cd build
cmake ../
make

Fails to build.

It would appear that include path is not correct:

/home/mypath/Parser-Verilog/parser-verilog/verilog_scanner.hpp:8:10: fatal error: verilog_parser.tab.hh: No such file or directory
 #include "verilog_parser.tab.hh"

However, building in tree works fine.

My platform is Ubuntu 18.04.

ngiambla avatar Jun 11 '19 12:06 ngiambla

I have the same problem, same platform

MorenoBragaglio95 avatar Oct 14 '20 07:10 MorenoBragaglio95