Issues with C language parser #307
Replies: 2 comments
-
Hi! You need to install cgum https://github.com/GumTreeDiff/cgum However, cgum has a lot of issues so maybe using tree-sitter C backend or srcML c backend would be a better idea? Cheers. |
Beta Was this translation helpful? Give feedback.
-
It seems like the error message is indicating that the "cgum" command is not found in your system's path, which is causing the IOException when trying to run the command. Here are a few steps you can try to resolve the issue:
Once you have completed these steps, try running the analysis again and see if the issue is resolved. |
Beta Was this translation helpful? Give feedback.
-
Hello, I followed all the steps to make the gumtree tool run on my Ubuntu Linux and after many problems with Java, which were resolved, I started having problems with cgum. I couldn't do analysis with C language files even after generating the Cgum through make. The following message is displayed:
ERROR spark.http.matching.GeneralError -
java.io.IOException: Cannot run program "cgum" (in directory "/tmp"): error=2, No such file or directory
Can someone help me?
Beta Was this translation helpful? Give feedback.
All reactions