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
After digging into @Thespica 's building environment, seems that the generated MakeFile of java's CMakeList has the wrong building order: Makefile2.txt
# The main recursive "all" target.
all: CMakeFiles/gar-jni.dir/all
all: CMakeFiles/graphar_ep.dir/all
.PHONY : all
# The main recursive "preinstall" target.
preinstall:
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/gar-jni.dir/clean
clean: CMakeFiles/graphar_ep.dir/clean
gar-jni target depends on target graphar, but the building order is wrong.
Is there an existing issue for this?
Current Behavior
build the java sdk with maven got error:
Expected Behavior
build successful without error.
Minimal Reproducible Example
maven clean test
Environment
Link to GraphAr Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered: