How to install Xdialog in fc7
hi
I am facing this problem, while i am installing Xdialog.
[root@localhost Xdialog-2.3.1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/root/Xdialog-2.3.1/missing: Unknown `--run' option
Try `/root/Xdialog-2.3.1/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... none
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) none
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) none
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for strcasecmp... yes
checking for strstr... yes
checking for getopt_long_only... yes
checking for memchr... yes
checking for memmove... yes
checking for setlocale... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
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: Cannot find GTK: Is gtk-config in path?
[root@localhost Xdialog-2.3.1]# rpm -qa | grep -i gtk
pygtk2-codegen-2.10.4-2.fc7
gtk2-engines-2.10.0-3.fc7
gtk2-devel-2.10.11-7.fc7
pygtk2-libglade-2.10.4-2.fc7
xdg-user-dirs-gtk-0.5-1.fc7
gnome-python2-gtksourceview-2.18.0-1.fc7
gtk2-2.10.11-7.fc7
GConf2-gtk-2.18.0.1-2.fc7
gtk2-engines-2.10.0-3.fc7
pygtk2-devel-2.10.4-2.fc7
gtksourceview-1.8.5-1.fc7
gtkhtml2-2.11.0-4
gtk2-2.10.11-7.fc7
gtk2-devel-2.10.11-7.fc7
usermode-gtk-1.91.1-1
pygtk2-devel-2.10.4-2.fc7
gtkhtml3-3.14.1-1.fc7
scim-bridge-gtk-0.4.10-1.fc7
gnome-python2-gtkhtml2-2.14.3-2.fc7
gtk-doc-1.8-2.fc7
pygtk2-2.10.4-2.fc7
gtkhtml3-3.14.1-1.fc7
gtkspell-2.0.11-3.fc7
gtk-sharp2-2.10.0-4.fc7
authconfig-gtk-5.3.13-4.fc7
scim-bridge-gtk-0.4.10-1.fc7
[root@localhost Xdialog-2.3.1]#
How can I install Xdialog?
|