Hi all,
I'm trying to install multi-gnome-terminal (http://multignometerm.sourceforge.net/) on Kubuntu 8.0.4 Hardy Heron, and after long searches (and installation of autoconf automake1.4 libgnome-dev flex bison byacc libxpm-dev libxml-dev libgtkxmhtml-dev libzvt-dev) I'm stuck with Unknown library `gdk_pixbuf' error. I paste all of ./configure output (probably only the last lines matters):
Could you please tell me what should I "aptitude install" to get this GdkPixbuf thing ?
thx
Tomek
I'm trying to install multi-gnome-terminal (http://multignometerm.sourceforge.net/) on Kubuntu 8.0.4 Hardy Heron, and after long searches (and installation of autoconf automake1.4 libgnome-dev flex bison byacc libxpm-dev libxml-dev libgtkxmhtml-dev libzvt-dev) I'm stuck with Unknown library `gdk_pixbuf' error. I paste all of ./configure output (probably only the last lines matters):
Code:
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-1.4... found checking for working autoconf... found checking for working automake-1.4... found checking for working autoheader... found checking for working makeinfo... missing checking whether to enable maintainer-specific portions of Makefiles... no checking for intltool >= 0.12... 0.22 found checking for perl... /usr/bin/perl checking for gnome-config... /usr/bin/gnome-config checking if /usr/bin/gnome-config works... yes checking for orbit-config... /usr/bin/orbit-config checking for orbit-idl... /usr/bin/orbit-idl checking for working ORBit environment... yes checking for gnorba libraries... yes checking for strerror in -lcposix... no 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 how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for Cygwin environment... no checking for mingw32 environment... no checking host system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for object suffix... o checking for executable suffix... no checking command to parse /usr/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking for flex... flex checking for flex... (cached) flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for bison... bison -y checking for xrdb... /usr/bin/xrdb checking what warning flags to pass to the C compiler... -Wall -Wunused checking what language compliance flags to pass to the C compiler... checking for pthread_create in -lpthread... yes checking for gtk-config... /usr/bin/gtk-config checking for GTK - version >= 1.2.0... yes checking for SmcSaveYourselfDone in -lSM... yes checking for X11/SM/SMlib.h... yes checking for XpmFreeXpmImage in -lXpm... yes checking for gnome-config... (cached) /usr/bin/gnome-config checking for xmlNewDoc in -lxml... yes checking for gtk-config... (cached) /usr/bin/gtk-config checking for GTK - version >= 1.2.5... yes checking for gnome_window_icon_set_default_from_file in -lgnomeui... yes checking for ranlib... (cached) ranlib checking for working const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for unistd.h... yes checking for getpagesize... yes checking for working mmap... yes checking for argz.h... yes checking for limits.h... yes checking for locale.h... yes checking for nl_types.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getcwd... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for strchr... yes checking for strcasecmp... yes checking for strdup... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for stpcpy... yes checking for LC_MESSAGES... yes checking whether NLS is requested... yes checking for libintl.h... yes checking for gettext in libc... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext sed: can't read ./intl/po2tbl.sed.in: No such file or directory checking for dlfcn.h... (cached) yes checking for dl.h... no checking for syslog.h... yes checking for tcpd.h... yes checking for dlopen in -ldl... yes checking for Configure Easter Egg version >= 3.14... found checking for GdkPixbuf library >= 0.7.0... Unknown library `gdk_pixbuf' Unknown library `gdk_pixbuf' configure: error: Did not find GdkPixbuf installed
thx
Tomek
Comment