You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build rose on Ubuntu 20.04. I followed the instructions here. I am trying to build with Java support, so I modified the configure command as follows:
Then we I try to run make core -j4 in the build directory, I get the following error:
/home/ubuntu/Documents/rose/src/src/frontend/ECJ_ROSE_Connection/JavaParserActionROSE.C:22: fatal error: JavaParser.h: No such file or directory
22 | #include "JavaParser.h"
I am new to ROSE, so I am sure there is a simple fix here, but I haven't found it yet.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to build rose on Ubuntu 20.04. I followed the instructions here. I am trying to build with Java support, so I modified the configure command as follows:
Then we I try to run
make core -j4
in the build directory, I get the following error:I am new to ROSE, so I am sure there is a simple fix here, but I haven't found it yet.
The text was updated successfully, but these errors were encountered: