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

make error #2

Open
MicroEnder opened this issue Nov 2, 2023 · 0 comments
Open

make error #2

MicroEnder opened this issue Nov 2, 2023 · 0 comments

Comments

@MicroEnder
Copy link

I have followed the steps provided earlier to install Tchecker, successfully built the dynamic library libtchecker.so, and added it to the LD_LIBRARY_PATH. However, during the "make" step in tcltl, it gives me the following error:

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -g -O2 -fvisibility=hidden -fvisibility-inlines-hidden -DTCLTL_BUILD -std=c++17 -MT src/tcltl.lo -MD -MP -MF src/.deps/tcltl.Tpo -c src/tcltl.cc -fPIC -DPIC -o src/.libs/tcltl.o
src/tcltl.cc:30:10: fatal error: tchecker/zg/zg_ta.hh: No such file or directory
30 | #include <tchecker/zg/zg_ta.hh>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Could you please advise on how to resolve this issue?

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

1 participant