Quick Questions - gtkmm-2.21.1 Compile Problem



Hello,

Please have a look at the gtkmm-2.21.1 configure & compile output below and 
advise. I've compiled gtkmm before on Linux slax machines that I've built and 
never had a problem. Am I missing something this time around? I've also tried 
previous versions of gtkmm and got the same error. I'm trying to make this email 
as brief as possible because you are most likely busy. If you need more 
information let me know.

>>> Here are three other questions and comments that may or may not be the answer 
>>>to my gtkmm-2.21.1 compile problem:

1) gdk-pixbuf-0.22.0 - I installed first - 
gdk-pixbuf-2.21.6 - I installed second - 
Which gdk-pixbuf version should I use?

2) pangomm-2.26.2 required "libpng-1.2.44", but most other gtk+ apps/deps 
required "libpng-1.4.3" - Why?

3) A note about the glib-2.25.11 compile:
I had to modify "inotify-kernel.c" near line 194 to use "inotify_instance_fd = 
inotify_init ();" instead of "inotify_instance_fd = inotify_init1 (IN_CLOEXEC);" 
otherwise the glib-2.25.11 compile would fail to complete.
The last time I compiled glib-2.25.11 I did not have to do this. Perhaps it's 
something that I missed in my kernel config? Presently "Dnotify support", 
"Inotify file change support" and "Inotify support for userspace" are all built 
into my *kernel. Disabling "Inotify file change support" had no positive effect 
on the glib-2.25.11 compile. glib-2.25.11 compiled & installed OK after this 
"inotify-kernel.c" modification.

*I'm using Linux Kernel Versions: 2.6.34-rc7. And 2.6.34-rc6 with aufs and 
squashfs4 lzma patch.
These are the same kernels that I ran the last time I compiled gtkmm-2.21.1 
successfully, and compiled glib-2.25.11 successfully without editing 
"inotify-kernel.c". As mentioned, I'm not sure about my kernel config. My 
original kernel config was lost during a HDD hardware failure. Hence the need to 
reinstall GTK+.


Best Regards,
Brian


>>> Here is a List of Successfully Compiled and Installed GTK Apps/Deps:

All gtk+ apps and deps listed below compiled and installed OK before attempting 
to compile gtkmm-2.21.1.
(Most of these I downloaded from: http://ftp.gnome.org/pub/GNOME/sources/)
_____________________________________
atk-1.30.0
atkmm-2.21.2
cairo-1.8.10
cairomm-1.8.4
docbook-xml-4.5_SGML_DTD
fontconfig_2.8_git
freetype-2.3.12
gdk-pixbuf-0.22.0 - (installed first - which gdk-pixbuf version should I use?)
gdk-pixbuf-2.21.6 - (installed second - which gdk-pixbuf version should I use?)
glib-2.25.11 - (compiled & installed OK after "inotify-kernel.c" modification)
glibmm-2.25.2
gnome-common-2.28.0
gtk+-2.21.5
gtk-theme-switch-2.1.0
libjasper-devel-1.900.1-11
libpng-1.4.3 - (Most gtk+ apps/deps  required "libpng-1.4.3")
libpng-1.2.44 - (pangomm-2.26.2 required "libpng-1.2.44" - Why?)
libsigc++-2.2.8
libxml2_git_7-13-10
libxslt_git_7-13-10
LVM-2.2.02.70
mm-common-0.9
openjade-1.3.2
openjpeg_svn_rev-590
OpenSP-1.5.2
pango-1.28.1
pangomm-2.26.2
pixman-0.18.2
pcre-8.02
scrollkeeper-0.3.14
sgml-common-0.6.3
shared-mime-info-0.71
_____________________________________


>>> Here is my gtkmm-2.21.1 Configure & Compile Output from the Start to the Ending 
>>>Error:

root slax:~/gtkmm-2.21.1# configure-for-slax
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports GNU make features... yes
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking build system type... i486-Slackware-linux-gnu
checking host system type... i486-Slackware-linux-gnu
checking for gcc... gcc
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 a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i486-slackware-linux/bin/ld option to reload object files... 
-r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -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 dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC 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.o... (cached) yes
checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld) supports 
shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports 
shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports 
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for native Windows host... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GDKMM... yes
checking for GTKMM... yes
checking for GTHREAD_CFLAGS... -pthread
checking for GTHREAD_LIBS... -pthread -lgthread-2.0 -lrt -lglib-2.0
checking for GMMPROC_DIR... /usr/lib/glibmm-2.4/proc
configure: Deprecated API will be built, for backwards-compatibility.
checking location of documentation utilities... /usr/share/glibmm-2.4/doctool
checking for perl... /usr/bin/perl
checking for dot... dot
checking for doxygen... /usr/bin/doxygen
checking for xsltproc... /usr/bin/xsltproc
checking for libstdc documentation... 
/usr/share/mm-common/doctags/libstdc++ tag http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen

checking for libsigc documentation... 
/usr/share/doc/libsigc++-2.0/reference/libsigc++-2 0 tag file:///usr/share/doc/libsigc++-2.0/reference/html

checking for glibmm documentation... 
/usr/share/doc/glibmm-2.4/reference/glibmm-2 4 tag file:///usr/share/doc/glibmm-2.4/reference/html

checking for cairomm documentation... 
/usr/share/doc/cairomm-1.0/reference/cairomm-1 0 tag file:///usr/share/doc/cairomm-1.0/reference/html

checking for pangomm documentation... 
/usr/share/doc/pangomm-1.4/reference/pangomm-1 4 tag file:///usr/share/doc/pangomm-1.4/reference/html

checking for atkmm documentation... 
/usr/share/doc/atkmm-1.6/reference/atkmm-1 6 tag file:///usr/share/doc/atkmm-1.6/reference/html

checking for flockfile... yes
checking for funlockfile... yes
checking for getc_unlocked... yes
checking for mkfifo... yes
checking which C++ compiler warning flags to use... -Wall
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tools/Makefile
config.status: creating gdk/gdkmm-2.4.pc
config.status: creating gdk/gdkmm-2.4-uninstalled.pc
config.status: creating gdk/src/Makefile
config.status: creating gdk/gdkmm/Makefile
config.status: creating gtk/gtkmm-2.4.pc
config.status: creating gtk/gtkmm-2.4-uninstalled.pc
config.status: creating gtk/src/Makefile
config.status: creating gtk/gtkmm/Makefile
config.status: creating tests/Makefile
config.status: creating demos/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Doxyfile
config.status: creating MSVC_Net2005/gdkmm/gdkmm.rc
config.status: creating MSVC_Net2005/gtkmm/gtkmm.rc
config.status: creating MSVC_Net2008/gdkmm/gdkmm.rc
config.status: creating MSVC_Net2008/gtkmm/gtkmm.rc
config.status: creating win32_installer/gtkmm-installer.nsi
config.status: creating config.h
config.status: creating gdk/gdkmmconfig.h
config.status: creating gtk/gtkmmconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing MSVC_Net2005/gdkmm/gdkmmconfig.h commands
config.status: executing MSVC_Net2005/gtkmm/gtkmmconfig.h commands
config.status: executing MSVC_Net2008/gdkmm/gdkmmconfig.h commands
config.status: executing MSVC_Net2008/gtkmm/gtkmmconfig.h commands
config.status: executing win32_installer/lgpl.txt commands
root slax:~/gtkmm-2.21.1# make
make  all-recursive
make[1]: Entering directory `/root/gtkmm-2.21.1'
Making all in tools
make[2]: Entering directory `/root/gtkmm-2.21.1/tools'
depbase=`echo extra_defs_gen/generate_defs_gtk.o | sed 
's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H   -I.. -pthread   -pthread -I/usr/local/include 
-I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/freetype2 -I/usr/include/gtk-unix-print-2.0    -Wall -g -O2 -MT 
extra_defs_gen/generate_defs_gtk.o -MD -MP -MF $depbase.Tpo -c -o 
extra_defs_gen/generate_defs_gtk.o extra_defs_gen/generate_defs_gtk.cc &&\
        mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -Wall -g -O2 -no-undefined 
-avoid-version  -o extra_defs_gen/generate_extra_defs 
extra_defs_gen/generate_defs_gtk.o -pthread -L/usr/local/lib -latkmm-1.6 
-lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 -lgtk-x11-2.0 
-lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 
-lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 
-lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -lglibmm_generate_extra_defs-2.4
libtool: link: g++ -Wall -g -O2 -o extra_defs_gen/generate_extra_defs 
extra_defs_gen/generate_defs_gtk.o -pthread  -L/usr/local/lib 
/usr/lib/libatkmm-1.6.so -L/usr/i486-slackware-linux/bin 
-L/usr/i486-slackware-linux/lib /usr/lib/libgiomm-2.4.so 
/usr/lib/libpangomm-1.4.so /usr/lib/libglibmm-2.4.so /usr/lib/libcairomm-1.0.so 
/usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so 
/usr/lib/libpangocairo-1.0.so -L/usr/lib/gcc/i486-slackware-linux/4.2.3 
-L/usr/lib/gcc/i486-slackware-linux/4.2.3/../../../../i486-slackware-linux/lib 
-L/usr/lib/gcc/i486-slackware-linux/4.2.3/../../.. /usr/lib/libpangoft2-1.0.so 
/usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libgio-2.0.so -lresolv 
/usr/lib/libcairo.so /usr/lib/libpixman-1.so /usr/lib/libpng14.so 
/usr/lib/libXrender.so /usr/lib/libX11.so /usr/lib/libxcb-xlib.so 
/usr/lib/libxcb.so /usr/lib/libXau.so /usr/lib/libXdmcp.so 
/usr/lib/libpango-1.0.so /usr/local/lib/libfontconfig.so /usr/lib/libfreetype.so 
-lz /usr/lib/libexpat.so /usr/lib/libglibmm_generate_extra_defs-2.4.so 
/usr/lib/libsigc-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgthread-2.0.so 
-lpthread /usr/lib/libgmodule-2.0.so -ldl -lrt /usr/lib/libglib-2.0.so 
/usr/lib/libstdc++.so -lm -lc -lgcc_s -pthread
make[2]: Leaving directory `/root/gtkmm-2.21.1/tools'
Making all in gdk/gdkmm
make[2]: Entering directory `/root/gtkmm-2.21.1/gdk/gdkmm'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT 
bitmap.lo -MD -MP -MF .deps/bitmap.Tpo -c -o bitmap.lo bitmap.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT 
bitmap.lo -MD -MP -MF .deps/bitmap.Tpo -c bitmap.cc  -fPIC -DPIC -o 
.libs/bitmap.o
mv -f .deps/bitmap.Tpo .deps/bitmap.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT 
color.lo -MD -MP -MF .deps/color.Tpo -c -o color.lo color.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT color.lo 
-MD -MP -MF .deps/color.Tpo -c color.cc  -fPIC -DPIC -o .libs/color.o
mv -f .deps/color.Tpo .deps/color.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT 
colormap.lo -MD -MP -MF .deps/colormap.Tpo -c -o colormap.lo colormap.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT 
colormap.lo -MD -MP -MF .deps/colormap.Tpo -c colormap.cc  -fPIC -DPIC -o 
.libs/colormap.o
mv -f .deps/colormap.Tpo .deps/colormap.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT 
cursor.lo -MD -MP -MF .deps/cursor.Tpo -c -o cursor.lo cursor.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT 
cursor.lo -MD -MP -MF .deps/cursor.Tpo -c cursor.cc  -fPIC -DPIC -o 
.libs/cursor.o
mv -f .deps/cursor.Tpo .deps/cursor.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT 
device.lo -MD -MP -MF .deps/device.Tpo -c -o device.lo device.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT 
device.lo -MD -MP -MF .deps/device.Tpo -c device.cc  -fPIC -DPIC -o 
.libs/device.o
mv -f .deps/device.Tpo .deps/device.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT 
display.lo -MD -MP -MF .deps/display.Tpo -c -o display.lo display.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT 
display.lo -MD -MP -MF .deps/display.Tpo -c display.cc  -fPIC -DPIC -o 
.libs/display.o
mv -f .deps/display.Tpo .deps/display.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT 
displaymanager.lo -MD -MP -MF .deps/displaymanager.Tpo -c -o displaymanager.lo 
displaymanager.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT 
displaymanager.lo -MD -MP -MF .deps/displaymanager.Tpo -c displaymanager.cc  
-fPIC -DPIC -o .libs/displaymanager.o
mv -f .deps/displaymanager.Tpo .deps/displaymanager.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT 
dragcontext.lo -MD -MP -MF .deps/dragcontext.Tpo -c -o dragcontext.lo 
dragcontext.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT 
dragcontext.lo -MD -MP -MF .deps/dragcontext.Tpo -c dragcontext.cc  -fPIC -DPIC 
-o .libs/dragcontext.o
mv -f .deps/dragcontext.Tpo .deps/dragcontext.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT 
drawable.lo -MD -MP -MF .deps/drawable.Tpo -c -o drawable.lo drawable.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT 
drawable.lo -MD -MP -MF .deps/drawable.Tpo -c drawable.cc  -fPIC -DPIC -o 
.libs/drawable.o
mv -f .deps/drawable.Tpo .deps/drawable.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT 
event.lo -MD -MP -MF .deps/event.Tpo -c -o event.lo event.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT event.lo 
-MD -MP -MF .deps/event.Tpo -c event.cc  -fPIC -DPIC -o .libs/event.o
mv -f .deps/event.Tpo .deps/event.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT gc.lo 
-MD -MP -MF .deps/gc.Tpo -c -o gc.lo gc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT gc.lo 
-MD -MP -MF .deps/gc.Tpo -c gc.cc  -fPIC -DPIC -o .libs/gc.o
mv -f .deps/gc.Tpo .deps/gc.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT 
image.lo -MD -MP -MF .deps/image.Tpo -c -o image.lo image.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT image.lo 
-MD -MP -MF .deps/image.Tpo -c image.cc  -fPIC -DPIC -o .libs/image.o
mv -f .deps/image.Tpo .deps/image.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. 
-I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread   -pthread 
-I/usr/local/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2    -Wall -g -O2 -MT 
pixbuf.lo -MD -MP -MF .deps/pixbuf.Tpo -c -o pixbuf.lo pixbuf.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" 
-DGDKMM_BUILD=1 -pthread -pthread -I/usr/local/include -I/usr/include/giomm-2.4 
-I/usr/lib/giomm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/pangomm-1.4 
-I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -Wall -g -O2 -MT 
pixbuf.lo -MD -MP -MF .deps/pixbuf.Tpo -c pixbuf.cc  -fPIC -DPIC -o 
.libs/pixbuf.o
pixbuf.cc: In static member function 'static Glib::RefPtr<Gdk::Pixbuf> 
Gdk::Pixbuf::create_from_stream(const Glib::RefPtr<Gio::InputStream>&)':
pixbuf.cc:170: error: 'gdk_pixbuf_new_from_stream' was not declared in this 
scope
pixbuf.cc: In static member function 'static Glib::RefPtr<Gdk::Pixbuf> 
Gdk::Pixbuf::create_from_stream_at_scale(const Glib::RefPtr<Gio::InputStream>&, 
int, int, bool)':
pixbuf.cc:181: error: 'gdk_pixbuf_new_from_stream_at_scale' was not declared in 
this scope
pixbuf.cc: In static member function 'static Glib::RefPtr<Gdk::Pixbuf> 
Gdk::Pixbuf::create_from_stream(const Glib::RefPtr<Gio::InputStream>&, const 
Glib::RefPtr<Gio::Cancellable>&)':
pixbuf.cc:511: error: 'gdk_pixbuf_new_from_stream' was not declared in this 
scope
pixbuf.cc: In static member function 'static Glib::RefPtr<Gdk::Pixbuf> 
Gdk::Pixbuf::create_from_stream_at_scale(const Glib::RefPtr<Gio::InputStream>&, 
int, int, bool, const Glib::RefPtr<Gio::Cancellable>&)':
pixbuf.cc:523: error: 'gdk_pixbuf_new_from_stream_at_scale' was not declared in 
this scope
make[2]: *** [pixbuf.lo] Error 1
make[2]: Leaving directory `/root/gtkmm-2.21.1/gdk/gdkmm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/gtkmm-2.21.1'
make: *** [all] Error 2
root slax:~/gtkmm-2.21.1# 



      


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]