differential-datalog icon indicating copy to clipboard operation
differential-datalog copied to clipboard

Why I cant find test/datalog_tests/redist.dl and ddlog.h

Open wblingSun opened this issue 1 year ago • 1 comments

i have all the dependence done,but when i run cc -shared -fPIC -I${JAVA_HOME}/include -I${JAVA_HOME}/include/${JDK_OS} -I. -I${DDLOG_HOME}/lib ${DDLOG_HOME}/java/ddlogapi.c -Ltarget/release/ -lrouting_ddlog -o libddlogapi.so . I got the error fatal error: ddlog.h: No such file or directory

wblingSun avatar Jun 20 '23 13:06 wblingSun

ddlog.h is in rust/template

mihaibudiu avatar Jun 20 '23 17:06 mihaibudiu