-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I'm opening this issue here though @jonathanBieler's fork seems more active, since Github doesn't allow Issues on forks.
I changed the code to find libgtksourceview's path on Linxu too (this commit), which made the original "libgtksourceview-3.0: cannot open shared object file: No such file or directory" error at line 43 go away.
But in its place, an error occurs now at line 290 of GtkSourceWidget.jl, stating "LoadError: Could not find gtk_source_map in libgtksourceview. This is likely a issue with a missing Gtk.jl version check." The 'version check' suggestion seems a general suggestion whenever @Gtype fails, and so I'm not sure if it's relevant here - since all the other @Gtype calls before that line work without throwing this error.
So I'm wondering if there's a genuine version incompatibility or something here, or just a matter of the code having gotten outpaced and hence encountering such errors on Mac OSX/Windows too.