-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
Hello! Is ninja on your $PATH? |
How to put it on path? I have placed the binary inside the accept directory |
Google might be able to help! I’m sorry, but I don’t have enough bandwidth to help with Unix use. |
Hi, ../accept/venv/bin/pip install munkres pillow Please help. |
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. |
Hello |
by experiment I mean, the total number of applications that you have used for your paper. |
Have you considered following our tutorial? Is there a particular step at which you get stuck? |
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
The text was updated successfully, but these errors were encountered: