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

Building Problem #2

Open
Shreya93ban opened this issue Nov 25, 2020 · 1 comment
Open

Building Problem #2

Shreya93ban opened this issue Nov 25, 2020 · 1 comment

Comments

@Shreya93ban
Copy link

I am trying to build TriQ, and had similar issues as tbcdbug, so I am trying to use the solution there (adding z3 include path). I am using

export PYTHONPATH=${PYTHONPATH}:$~/z3-master/build/python

and then

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/z3-master/build

in my base TriQ directory.
And when I use make, I am getting lots of errors, with

make: *** [: src/pattern.o] Error 1

in the end. (I am guessing that my z3 include path is not added to the directory, as I am getting similar errors when I use make without adding the include path to the directory??)

@Shreya93ban
Copy link
Author

Shreya93ban commented Nov 25, 2020

I have installed z3 with
sudo apt-get install z3
and tried to build TriQ by ./configure ; make,
and now I am getting an error which says,

Makefile:370: .deps/triq-targetter.Po: No such file or directory
make: *** No rule to make target '.deps/triq-targetter.Po'. Stop.

evmckinney9 added a commit to evmckinney9/TriQ that referenced this issue Oct 5, 2021
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