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

error in "make external" step #47

Open
nimishalimaye opened this issue Nov 15, 2017 · 4 comments
Open

error in "make external" step #47

nimishalimaye opened this issue Nov 15, 2017 · 4 comments

Comments

@nimishalimaye
Copy link

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.
error_revkit

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.

@msoeken
Copy link
Owner

msoeken commented Nov 19, 2017

Hi,

something went wrong in installing the Z3 dependency. I am trying to reproduce the problem.

Thanks,
Mathias

@msoeken
Copy link
Owner

msoeken commented Dec 31, 2017

Hi,

I have completely rewritten how dependencies are handled in CirKit and RevKit. Can you try to re-clone the repository and see if installation works for you?

Best,
Mathias

@nimishalimaye
Copy link
Author

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

@msoeken
Copy link
Owner

msoeken commented Feb 13, 2018

Hi Nimisha,

you should clone with git clone --recursive ... to make sure the submodules are loaded. In an existing working directory you can also run git submodule update --init --recursive.

Best,
Mathias

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