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 clean required before make #10

Open
jelber2 opened this issue Mar 4, 2020 · 0 comments
Open

make clean required before make #10

jelber2 opened this issue Mar 4, 2020 · 0 comments
Assignees

Comments

@jelber2
Copy link

jelber2 commented Mar 4, 2020

Hi,

If I follow

git clone https://github.com/vpc-ccg/haslr.git
cd haslr
make

For commit e67b1eb

I get the following error

src/Assemble.cpp:6:20: fatal error: spoa.hpp: No such file or directory

Unless I do

make clean
make

Not a big issue, I am using gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609

Update: Actually I used make -j 75 and got the above error, but don't get that error if I use just plain make.

@fhach fhach assigned fhach and haghshenas and unassigned fhach Jun 25, 2020
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

3 participants