-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Description
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.