-
Notifications
You must be signed in to change notification settings - Fork 5
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
Language parser installations #43
Comments
Thank you for reporting. We will look into it. |
It is likely caused by recent changes of mirage packaging. |
Thank you! $ make distclean
$ git checkout develop
$ git log
$ make
$ diffast samples/java/0/Test.java samples/java/1/Test.java
[diffast][WARNING][file search] module not found: "Mjava.cmxs"
[diffast][ERROR] parser for ".java" not found Is there a way that I can just copy the file from |
Where is your
Or the following may work.
|
First of all, I would like to thank you for providing this excellent open source tool. I have found the Docker quickstart to be quite compelling.
I installed with
opam install cca
which provides thediffast
command but not the language modules.The parser was built with
make
from within the./src/ directory
.The problem appears that the cmx files are not found.
Those files are in the source code (
/src/ast/analyzing/langs/
) but the make process is not finding them.Can you please help me to understand (and overcome) this problem? I have tried serveral Debian based operating systems and OCaml versions (>= 4.14.1), as indicated in the other issue (#42).
I would be glad to contribute to this project, and write accessible documentation once I have a better grasp of how things work.
Thank you!
The text was updated successfully, but these errors were encountered: