-
-
Notifications
You must be signed in to change notification settings - Fork 49
Can't build latest checkout #985
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
Comments
Seems like if I correctly set the JAVA_HOME to the java 17 home directory this error goes away, but I get warning(109): /home/ssarkar2/hd2/Documents/Projects/Java/Eclipse/processing4/java/src/processing/mode/java/preproc/JavaParser.g4:47:0: options ignored in imported grammar JavaParser
> Task :java:libraries:dxf:compile FAILED Edit: managed to fix it by running Also, BUILD.md contains no guide for command-line building. |
Hi @babaissarkar, first of all, thank you for building Processing and giving detailled feedback! What architecture are you running on, arm64 by chance? I've seen this issue of the preprocessor:ant-preproc appearing when I used any other JDK than 17 x64 edition. In any case this bug should be fixed by #957 which is almost ready to merge To answer your other question, yes it would work with the already building jdk, you're right, I'll check if I can modify the debug builds to fix this issue |
@Stefterv I'm using |
Slightly offtopic, but related to building:
A typo might have crept in unintentionally somewhere (a missing |
Thanks for catching that. Stef and I made some edits to |
Trying to build latest checkout (commit b9e7f55) with
./gradlew build
causes the following error:System info:
OS: Devuan Daedalus
Java: tried with both Java 17 and Java 21
Gradle: tried with both gradle wrapper and locally installed gradle (8.11.1)
The text was updated successfully, but these errors were encountered: