I am trying to install gwget. When I do "./configure", I get the below error.
Code:
checking for GNOME... configure: error: Package requirements (libgnomeui-2.0 >= 2.0.0
gtk+-2.0 >= 2.6.0
gmodule-2.0
gio-unix-2.0 >= 2.16.0) were not met:
No package 'libgnomeui-2.0' found
No package 'gtk+-2.0' found
No package 'gmodule-2.0' found
No package 'gio-unix-2.0' 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 GNOME_CFLAGS
and GNOME_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
When I try and do "yum install libgnomeui", I get the below
Code:
Package libgnomeui-2.24.1-4.el6.x86_64 already installed and latest version
Nothing to do
What should I do to successfully run ./configure?
_____
Latawaz