ice-wm / icewm

IceWM releases only, see Wiki
https://github.com/ice-wm/icewm/releases
Other
289 stars 16 forks source link

configure fails with gdk-pixbuf-2.42 #31

Closed HJarausch closed 3 years ago

HJarausch commented 3 years ago

I am on Gentoo Linux. The recent gdk-pixbuf-2.42 installs /usr/lib64/libgdk_pixbuf-2.0.so but configure cannot find it. Is there a fix for configure.ac ? Thanks, Helmut

gijsbers commented 3 years ago

Hello Helmut The icewm distribution provides a script called rebuild.sh. Could you run it like this: ./rebuild.sh -d This should give you a list of all the required icewm dependencies which can be found on your system. Specifically, it executes: pkg-config --modversion --print-errors --errors-to-stdout gdk-pixbuf-xlib-2.0 This may actually be a problem with gdk-pixbuf for your system and you could contact that maintainer to ask what has changed?

gijsbers commented 3 years ago

See bbidulock/icewm#513.