Eclipse C++: having trouble with including a file with extension ji -
maybe title not helpful wasn't sure how put few words. problem. have c++ projects in eclipse , want use part of project julia code. have downloaded , installed latest version of julia on machine , want embed julia inside c++ project in eclipse, able write directly julia code inside c++ project. such option possible , there this guidance on how it. in eclipse both path include julia.h , julia library, , can build project, when try run receive following error:
"system image file "/home/kostav/workspace/juli/debug/../lib/x86_64-linux-gnu/julia/sys.ji" not found "
now file exist , path included in eclipse, don't understand why receive error , should in order fix it. suggestion helpful me.
jl_init_with_image
jl_init_with_image("pathtosysji", "sys.ji");
the path must abs path.
ie: /home/kostav/workspace/juli/debug/../lib/x86_64-linux-gnu/julia/sys.ji
Comments
Post a Comment