You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I missed the discussion on discourse -- I would have also pointed at this issue. I wonder if upgrading the Wayland JLL to a newer version would fix this. There is a PR: JuliaPackaging/Yggdrasil#9035 but it doesn't build for all platforms yet. You could check if the newer version helps by typing add https://github.com/jwahlstrand/Wayland_jll.jl in package mode.
Hi,
I got this error:
julia> using Gtk4
julia> win = GtkWindow("My First Gtk4.jl Program", 400, 200)
/home/andre/.julia/juliaup/julia-1.11.2+0.x64.linux.gnu/bin/julia: symbol lookup error: /lib/x86_64-linux-gnu/libEGL_mesa.so.0: undefined symbol: wl_display_create_queue_with_name
I run Julia 1.11.2 on a laptop with Debian testing as operating system and have installed Gtk4 v0.7.4.
Thanks for reading.
The text was updated successfully, but these errors were encountered: