Ubuntu 7.10, при попытке скомпилить gnome-themes-2.23.1, выскакивает такая ошибка (на стадии ./configure):
checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for THEME_ENGINE... configure: error: Package requirements (gtk+-2.0 >= 2.0.0 gdk-pixbuf-2.0 >= 2.0.0 gtk-engines-2 >= 2.9.0 ) were not met:
No package 'gtk-engines-2' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables THEME_ENGINE_CFLAGS and THEME_ENGINE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
Что за gtk-engines-2 такой, а? Any solutions?