[MOVED to the right section, by myself]
When i install from source via the konsole it gives me this error:
*** 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: GTK is required!
The entire action:
Am i doing something wrong?
I have these gtk packages installed:
libgtk2.0-0
libgtk2.0-0-dbg
libgtk2.0-bin
libgtk2.0-cil
libgtk2.0-common
libgtk2.0-dev
libgtk2.0-doc
libgtkhtml2-dev
libgtkhtml2-0
Thanks in advance,
-D92
When i install from source via the konsole it gives me this error:
*** 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: GTK is required!
The entire action:
Code:
dean@DeanLinux:~/lopster-1.2.2$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD compatible install... /usr/bin/install -c
checking whether byte ordering is bigendian... no
checking for working const... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for locale.h... yes
checking for fcntl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for liblconv.h... no
checking for lconv_conv in -llconv... no
checking for setlocale... yes
checking for mkdir... yes
checking for socket... yes
checking for strdup... yes
checking for strcasestr... yes
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: GTK is required!
I have these gtk packages installed:
libgtk2.0-0
libgtk2.0-0-dbg
libgtk2.0-bin
libgtk2.0-cil
libgtk2.0-common
libgtk2.0-dev
libgtk2.0-doc
libgtkhtml2-dev
libgtkhtml2-0
Thanks in advance,
-D92
Comment