-
Notifications
You must be signed in to change notification settings - Fork 20
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
Problem with installation #3
Comments
Oops. This project uses an outdated build system. We need to port it to Dune. I'll work on that now. |
I ported the build system to Dune and updated for modern versions of the Jane Street OCaml libraries. Can you try again? |
If you try
and then follow the prompts, it should work. Please let me know if you have issues with dependencies. It works on my system, but it is possible I missed some. |
Thanks for getting back to me. It's still not quite working. I re-cloned the yates repo and when I try to run this line I get another error message:
I also tried to run this command which appears in the manual: And I tried to simply run make again in the hope something would work but it claims that frenetic and other libraries are missing and says this in the end:
But when I run dune --version I get 3.6.1. So now I am even more confused...
|
Sorry, I lost track of this. Would you be able to try with a more up-to-date base OCaml installation? To do this, you would issue the command
and follow prompts, and then try again. |
I am trying to install YATES on an Ubuntu machine and I've followed the installation guide closely. At the very last stage, when running the make command I get a nasty error I don't quite know how to resolve:
The only vaguely relevant piece of information I managed to find is this: https://stackoverflow.com/a/36903522/1813736 - but I don't see how it helps.
The file _build/.digest-db seems to be binary so I am at a loss how to fix this.
Any suggestions will be highly appreciated.
The text was updated successfully, but these errors were encountered: