День добрый!
Использую Mandrake 10.0. Из rpm поставил gtk+-2.0. Далее пытаюсь ставить wxWidgets получаю в ответ:
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error:
The development files for GTK+ were not found. For GTK+ 2, please
ensure that pkg-config is in the path and that gtk+-2.0.pc is
installed. For GTK+ 1.2 please check that gtk-config is in the path,
and that the version is 1.2.3 or above. Also check that the
libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
--libs' are in the LD_LIBRARY_PATH or equivalent.
Выполняю, как написано выше "pkg-config gtk+-2.0 --libs" и в ответ вот,
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Пытался найти ентот файлик "gtk+-2.0.pc", но ничего не вышло.
Что с ним сделать, чтобы он заработал? Подскажите, плизззз!