Skip to content

"Could not find gtk_source_map in libgtksourceview" in Linux #4

@digital-carver

Description

@digital-carver

@jonathanBieler

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions