|
在configure过程中,检查到没有Gtk+1.2.0
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: Unable to find Gtk+ with a version >= 1.2.0. Dillo NEEDS Gtk+
$ rpm -qa|grep gtk+
gtk+-1.2.10-25
必须装gtk1.2.0才可以吗? |
|