Skip to content

Out Of Tree Build Fails #3

@ngiambla

Description

@ngiambla

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions