method here:
https://gitea.nouspiro.space/nou/astro-soft-build
lwpintrin.h
which is evidently not included in build-essential.
Fix:
sudo apt install gcc-multilib
Not forgetting a big callout to NOU for making ths excellent source install script.
configuraciones entre palmeras
method here:
https://gitea.nouspiro.space/nou/astro-soft-build
sudo rm /etc/sddm.conf.d/kde_settings.conf
sudo reboot
Then start again. The Wayland session does not save window positions on exit, so grudgingly we edit:
/usr/share/applications/gimp.desktop
and change the Exec= line to:
Exec=GDK_BACKEND=x11 gimp-3.2 %U
Until there's a proper Wayland version where window positions can be remembered...