You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi there,
I have cloned your repository, and found that the sequence of commands:
Fails to build.
It would appear that include path is not correct:
However, building in tree works fine.
My platform is Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: