Skip to content
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

fatal error: JavaParser.h: No such file or directory #183

Open
PBearson opened this issue Jan 21, 2022 · 0 comments
Open

fatal error: JavaParser.h: No such file or directory #183

PBearson opened this issue Jan 21, 2022 · 0 comments

Comments

@PBearson
Copy link

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:

${ROSE_HOME}/src/configure --prefix=${ROSE_HOME}/install \
                           --enable-languages=c,c++,java      // added java
                           --with-boost=/usr 
                           --with-boost-libdir=/usr/lib/x86_64-linux-gnu

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant