undefined symbol: gdk_wayland_display_get_wl_display
Hi, I have to apologize if this is not the right mailinglist. However, after installing codelite for example with all the nessary depenencies according to zypper and running codelite I got "codelite: symbol lookup error: /lib64/libwx_gtk3u_core-suse.so.8.0.0: undefined symbol: gdk_wayland_display_get_wl_display" For your information, I am running the latest tumbleweed version with Linux 6.0, using Ryzen R9/5900 and with Radeon RX-6800XTgraficcard. Actually I can't find anypackages which provided that symbol. I appriciate any suggestion finding that symbol. Hartmut Rosch Delmenhorst -----------
On Mon, 2022-10-10 at 14:06 +0200, Hartmut Rosch wrote:
Hi, I have to apologize if this is not the right mailinglist. However, after installing codelite for example with all the nessary depenencies according to zypper and running codelite I got "codelite: symbol lookup error: /lib64/libwx_gtk3u_core- suse.so.8.0.0: undefined symbol: gdk_wayland_display_get_wl_display"
do you have libgtk-3-0 (and gtk3-devel) installed? If so, try running nm -D /usr/lib64/libgdk-3.so | grep gdk_wayland_display_get_wl_display to test if the symbol is there. (It should be, if it isn't, something very wierd must have happend) You might want to try invoking codelite with LD_PRELOAD set to /usr/lib64/libgdk-3.so.
For your information, I am running the latest tumbleweed version with Linux 6.0, using Ryzen R9/5900 and with Radeon RX-6800XTgraficcard. Actually I can't find anypackages which provided that symbol.
I appriciate any suggestion finding that symbol.
Hartmut Rosch Delmenhorst -----------
Regards, Florian "sp1rit" -- $\int_\text{now}^{+\infty}\text{Keep trying}$ Matrix: @sp1rit:tchncs.de <sp1rit@disroot.org> D248BF2F4C6A82A1E0569D897D8C1CD573166D09 <sp1rit@national.shitposting.agency> BBDE032EAAFBFC627FB7E635B1F4055D8460CE34
participants (2)
-
Hartmut Rosch
-
sp1rit