-
Notifications
You must be signed in to change notification settings - Fork 38
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
error in "make external" step #47
Comments
Hi, something went wrong in installing the Z3 dependency. I am trying to reproduce the problem. Thanks, |
Hi, I have completely rewritten how dependencies are handled in Best, |
Hi Mathias, I tried to re-clone and re-install revkit but I am getting the same error. When I recloned the github repo the files like abc, cudd, fmt, etc in lib folder were not present and I had to download them separately from their respective repositories. Would that have anything to do with the error? Thanks in advance. -Nimisha |
Hi Nimisha, you should clone with Best, |
Hi,
I am trying to install revkit on RedHat linux 4.4.7.
I am using GCC/4.9.2 , boost/1.60 , git/2.93 , cmake version 3.6.1 and python/3.6.3.
When I run make external I get error saying:
ValueError: zero length field name in format.
I was able to successfully install on Ubuntu 16.04 before, but now I am working on college server. What could be going wrong? Thanks in advance.
P.S. I used the revkit version available currently on the github.
The text was updated successfully, but these errors were encountered: