Hi, I’m trying to compile the Spectacle util from a cloned repo, but when i execute make
it displays
/usr/bin/ld: cannot find /usr/lib/libKF6PurposeWidgets.so.6.10.0: No such file or directory
/usr/bin/ld: cannot find /usr/lib/libKF6DBusAddons.so.6.10.0: No such file or directory
/usr/bin/ld: cannot find /usr/lib/libKF6KIOWidgets.so.6.10.0: No such file or directory
/usr/bin/ld: cannot find /usr/lib/libKF6XmlGui.so.6.10.0: No such file or directory
/usr/bin/ld: cannot find /usr/lib/libKirigamiPlatform.so.6.10.0: No such file or directory
...
I use arch (btw) and tried installing the packages with pacman -S kxmlgui (for exemple) but the .so file is still missing.