Hi Hartmut, On Sun, 25 Feb 2024, 13:13:39 +0100, Hartmut Rosch wrote:
Hi, I want to use codeblocks on my tumbleweed machine. An update from that repo is still failing. When I run /home/rosch> codeblocks it comes back with codeblocks: symbol lookup error: /lib64/libwx_gtk3u-3.2.so.0: undefined symbol: gdk_wayland_display_get_wl_display Well I am running full KDE with full Qt5-devel and of course libwx... I am unable to find the missing symbol. looked at several Libaries but no avail. Can someone tell me please where I have to search.
which package contains the command "codeblocks"? I just searched the standard TW repos and only found "texlive-tikzcodeblocks". Can you please run the following commands: rpm -qf --qf "%{name}\n" $(type -p codeblocks) zypper se -s -x -i $(rpm -qf --qf "%{name}\n" $(type -p codeblocks)) The first one should show the name of the package containing that program. The second command should show the details about the particular package installed on your system. Perhaps the package just need to be manually rebuilt in OBS because some library has been changed.
regards
Hartmut
HTH, cheers. l8er manfred