Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out Of Tree Build Fails #3

Open
ngiambla opened this issue Jun 11, 2019 · 1 comment
Open

Out Of Tree Build Fails #3

ngiambla opened this issue Jun 11, 2019 · 1 comment

Comments

@ngiambla
Copy link

ngiambla commented Jun 11, 2019

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.

@MorenoBragaglio95
Copy link

I have the same problem, same platform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants