Closed xgqt closed 1 year ago
Ok, I see the problem, Eglot-Jl uses the wrong depot path, my depot path is:
After I exported JULIA_DEPOT_PATH=~/.julia
and installed Gtk the warnings are gone, so Eglot-Jl picked wrong depot path
After forcing eglot-jl-depot
to be set to my JULIA_DEPOT_PATH
it appears t work
:config (setq eglot-jl-depot (getenv "JULIA_DEPOT_PATH"))
If this is not a bug then docs are misleading https://github.com/non-Jedi/eglot-jl/blob/master/eglot-jl.el#L54
Just pushed a commit that should fix this. Sorry about the long delay in replying.
I'm getting following warnings from eglot:
The file in question: https://gitlab.com/xgqt/gtkdemos/-/blob/master/GTK3/julia/helloworld/HelloworldGtk.jl Running the file from terminal works (as I have "Gtk" package dependency installed).