bonjour à tous, je vous sollicite car j’ai un petit soucis : j’ai voulu installer une nouvelle version de gtkdialog, ayant une version trop ancienne via apt-get , j’ai décidé de telecharger le paquet manuellement. j’ai excuté le configure, voici le retour:
[code]root@debian:/home/bastien/gtkdialog-0.8.3# sh ./configure
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking whether to enable maintainer-specific portions of Makefiles… no
checking for svnversion… no
checking for style of include used by make… GNU
checking for gcc… gcc
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
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 ISO C89… none needed
checking dependency style of gcc… gcc3
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 ISO C89… (cached) none needed
checking dependency style of gcc… (cached) gcc3
checking how to run the C preprocessor… gcc -E
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for ANSI C header files… yes
checking for flex… no
checking for lex… no
checking for bison… no
checking for byacc… no
checking for pkg-config… no
checking for GTK… no
configure: error: in `/home/bastien/gtkdialog-0.8.3’:
configure: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
Alternatively, you may set the environment variables GTK_CFLAGS
and GTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
To get pkg-config, see http://pkg-config.freedesktop.org/.
See `config.log’ for more details
root@debian:/home/bastien/gtkdialog-0.8.3# [/code]
ma question est simple : que dois-je faire pour completer mon installation ?
Merci d’avance!