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

running make setup gives error #49

Open
umair626 opened this issue Nov 21, 2017 · 8 comments
Open

running make setup gives error #49

umair626 opened this issue Nov 21, 2017 · 8 comments

Comments

@umair626
Copy link

Hi,
I am installing ACCEPT and after running make setup, the following error occurs

umair@umair-pc:~/accept$ make setup
/bin/sh: 1: ninja: not found
Please install Ninja to build LLVM and ACCEPT.
http://martine.github.io/ninja/
Makefile:118: recipe for target 'check_ninja' failed
make: *** [check_ninja] Error 2

I have installed the ninja build system. I place the ninja binary in accept directory where the makefile is present, but still it is giving error. please help

@sampsyo
Copy link
Member

sampsyo commented Nov 21, 2017

Hello! Is ninja on your $PATH?

@umair626
Copy link
Author

How to put it on path? I have placed the binary inside the accept directory

@sampsyo
Copy link
Member

sampsyo commented Nov 21, 2017

Google might be able to help! I’m sorry, but I don’t have enough bandwidth to help with Unix use.

@umair626
Copy link
Author

Hi,
I have installed it successfully. Now I want to use the benchmarks used in your experiment as a starting point. I clone the repository and then after running make exp_setup I got the following error

../accept/venv/bin/pip install munkres pillow
make: ../accept/venv/bin/pip: Command not found
Makefile:52: recipe for target 'exp_setup' failed
make: *** [exp_setup] Error 127

Please help.

@sampsyo
Copy link
Member

sampsyo commented Nov 22, 2017

We're going to need more detail than this. Please investigate to see what might have gone wrong so that there's no pip executable in the virtualenv—maybe there's a failure earlier on, for example. I'd be happy to help if there's a specific issue to address.

@umair626
Copy link
Author

Hello
some how I manage to solve my previous issues and able to build the experiments. Now I dont know how to get the output results and If I want to run any other application then what are the steps. Any help will be appreciated. I am sorry for any silly questions but as i am new to ACCEPT and I want to explore its functionalities. Thanks

@umair626
Copy link
Author

by experiment I mean, the total number of applications that you have used for your paper.

@sampsyo
Copy link
Member

sampsyo commented Nov 29, 2017

Have you considered following our tutorial? Is there a particular step at which you get stuck?

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