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

smtlibparser.h header file missing #329

Open
PinkFrojdSenjak opened this issue Sep 4, 2023 · 1 comment
Open

smtlibparser.h header file missing #329

PinkFrojdSenjak opened this issue Sep 4, 2023 · 1 comment

Comments

@PinkFrojdSenjak
Copy link

I am trying to include smtlib_reader.h header file in my project and when compiling, I get a compilation error that smtlibparser.h header file is missing. And indeed, I couldn't find it in the repo directory. What is the appropriate way to approach this? I have installed the needed dependencies for parser, "flex" and "bison". I ran the following command g++ -o my_program main.cpp -Ismt-switch/include -Lsmt-switch/build -lsmt-switch and got this error message:
Screenshot 2023-09-04 at 17 37 39

@kunalsheth
Copy link

What commands did you use to configure and build smt-switch?
Did you pass --smtlib-reader to ./configure.sh ?

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