-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels