PDA

View Full Version : Problems compilign compcomm git


searayman
June 13th, 2007, 08:49 PM
ok when tryign to compile the compiz git for compcomm i get this:

[code:d533a]mike@mike-desktop:~$ cd compiz-source/
mike@mike-desktop:~/compiz-source$ cd compiz/
mike@mike-desktop:~/compiz-source/compiz$ ./autogen.sh --prefix=/home/mike/Compiz --enable-librsvg && make && make install
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: `config.guess' exists: use `--force' to overwrite
libtoolize: `config.sub' exists: use `--force' to overwrite
libtoolize: `ltmain.sh' exists: use `--force' to overwrite
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `.'
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for intltool >= 0.23... 0.35.5 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking whether to enable maintainer-specific portions of Makefiles... yes
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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
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 whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
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... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu
checking whether byte ordering is bigendian... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for COMPIZ... yes
checking for DECORATION... yes
checking for GL_CFLAGS...
checking for GL_LIBS... -lGL
checking for xsltproc... xsltproc
checking for GLIB... yes
checking for GCONF... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for PLACE... yes
checking for DBUS... yes
checking for DBUS_GLIB... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for FUSE... no
checking for ANNOTATE... yes
checking for LIBRSVG... yes
checking for GTK_WINDOW_DECORATOR... yes
checking for wnck_window_has_name... yes
checking for METACITY... yes
checking for GNOME_WINDOW_SETTINGS... yes
checking for GNOME_KEY_BINDINGS... no
checking for Qt headers... /usr/share/qt3/include
checking for Qt libraries... /usr/lib
checking for KDE_WINDOW_DECORATOR... yes
configure: creating ./config.status
config.status: creating compiz.pc
config.status: creating compiz-cube.pc
config.status: creating compiz-scale.pc
config.status: creating compiz-gconf.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating libdecoration/Makefile
config.status: creating libdecoration/libdecoration.pc
config.status: creating include/Makefile
config.status: creating plugins/Makefile
config.status: creating images/Makefile
config.status: creating gtk/Makefile
config.status: creating gtk/window-decorator/Makefile
config.status: creating gtk/gnome/Makefile
config.status: creating kde/Makefile
config.status: creating kde/window-decorator/Makefile
config.status: creating po/Makefile.in
config.status: creating metadata/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

the following optional plugins will be compiled:
glib: yes
gconf: yes
place: yes
dbus: yes
annotate: yes
svg: yes
inotify: yes
fuse: no

and the following optional features will be compiled:
gtk: yes
metacity: yes
gnome: yes
kde: yes

make all-recursive
make[1]: Entering directory `/home/mike/compiz-source/compiz'
Making all in include
make[2]: Entering directory `/home/mike/compiz-source/compiz/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mike/compiz-source/compiz/include'
Making all in src
make[2]: Entering directory `/home/mike/compiz-source/compiz/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mike/compiz-source/compiz/src'
Making all in libdecoration
make[2]: Entering directory `/home/mike/compiz-source/compiz/libdecoration'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mike/compiz-source/compiz/libdecoration'
Making all in plugins
make[2]: Entering directory `/home/mike/compiz-source/compiz/plugins'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mike/compiz-source/compiz/plugins'
Making all in images
make[2]: Entering directory `/home/mike/compiz-source/compiz/images'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mike/compiz-source/compiz/images'
Making all in gtk
make[2]: Entering directory `/home/mike/compiz-source/compiz/gtk'
Making all in window-decorator
make[3]: Entering directory `/home/mike/compiz-source/compiz/gtk/window-decorator'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/mike/compiz-source/compiz/gtk/window-decorator'
Making all in gnome
make[3]: Entering directory `/home/mike/compiz-source/compiz/gtk/gnome'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/mike/compiz-source/compiz/gtk/gnome'
make[3]: Entering directory `/home/mike/compiz-source/compiz/gtk'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/mike/compiz-source/compiz/gtk'
make[2]: Leaving directory `/home/mike/compiz-source/compiz/gtk'
Making all in kde
make[2]: Entering directory `/home/mike/compiz-source/compiz/kde'
Making all in window-decorator
make[3]: Entering directory `/home/mike/compiz-source/compiz/kde/window-decorator'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/share/qt3/include -I/usr/include/kde -g -O2 -MT decorator.moc.o -MD -MP -MF ".deps/decorator.moc.Tpo" -c -o decorator.moc.o decorator.moc.cpp; \
then mv -f ".deps/decorator.moc.Tpo" ".deps/decorator.moc.Po"; else rm -f ".deps/decorator.moc.Tpo"; exit 1; fi
/bin/moc window.h > window.moc.cpp
/bin/bash: /bin/moc: No such file or directory
make[3]: *** [window.moc.cpp] Error 127
make[3]: Leaving directory `/home/mike/compiz-source/compiz/kde/window-decorator'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mike/compiz-source/compiz/kde'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mike/compiz-source/compiz'
make: *** [all] Error 2
[/code:d533a]

sonicbhoc
June 13th, 2007, 08:55 PM
see if there is a gettext package in synaptic.

also, did you remember to run make clean before doing anything else?

searayman
June 13th, 2007, 09:06 PM
see if there is a gettext package in synaptic.

also, did you remember to run make clean before doing anything else?

ok this time i did,

[code:a9ebb]mike@mike-desktop:~$ cd compiz-source/
mike@mike-desktop:~/compiz-source$ cd compiz/[/code:a9ebb]

[code:a9ebb]make clean[/code:a9ebb]

then

[code:a9ebb]mike@mike-desktop:~/compiz-source/compiz$ ./autogen.sh --prefix=/home/mike/Compiz --enable-librsvg && make && make install[/code:a9ebb]

and the results are this:

[code:a9ebb]/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c regex.c -fPIC -DPIC -o .libs/regex.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c regex.c -o regex.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libregex.la -rpath /home/mike/Compiz/lib/compiz -module -avoid-version -no-undefined regex.lo
gcc -shared .libs/regex.o -Wl,-soname -Wl,libregex.so -o .libs/libregex.so
ar cru .libs/libregex.a regex.o
ranlib .libs/libregex.a
creating libregex.la
(cd .libs && rm -f libregex.la && ln -s ../libregex.la libregex.la)
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 -DALL_LINGUAS="\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR="\"/home/mike/Compiz/share/locale\"" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT video.lo -MD -MP -MF ".deps/video.Tpo" -c -o video.lo video.c; \
then mv -f ".deps/video.Tpo" ".deps/video.Plo"; else rm -f ".deps/video.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT video.lo -MD -MP -MF .deps/video.Tpo -c video.c -fPIC -DPIC -o .libs/video.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT video.lo -MD -MP -MF .deps/video.Tpo -c video.c -o video.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libvideo.la -rpath /home/mike/Compiz/lib/compiz -module -avoid-version -no-undefined video.lo ../libdecoration/libdecoration.la
gcc -shared .libs/video.o -Wl,--rpath -Wl,/home/mike/compiz-source/compiz/libdecoration/.libs -Wl,--rpath -Wl,/home/mike/Compiz/lib ../libdecoration/.libs/libdecoration.so -Wl,-soname -Wl,libvideo.so -o .libs/libvideo.so
ar cru .libs/libvideo.a video.o
ranlib .libs/libvideo.a
creating libvideo.la
(cd .libs && rm -f libvideo.la && ln -s ../libvideo.la libvideo.la)
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 -DALL_LINGUAS="\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR="\"/home/mike/Compiz/share/locale\"" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT ini.lo -MD -MP -MF ".deps/ini.Tpo" -c -o ini.lo ini.c; \
then mv -f ".deps/ini.Tpo" ".deps/ini.Plo"; else rm -f ".deps/ini.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT ini.lo -MD -MP -MF .deps/ini.Tpo -c ini.c -fPIC -DPIC -o .libs/ini.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT ini.lo -MD -MP -MF .deps/ini.Tpo -c ini.c -o ini.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libini.la -rpath /home/mike/Compiz/lib/compiz -module -avoid-version -no-undefined ini.lo
gcc -shared .libs/ini.o -Wl,-soname -Wl,libini.so -o .libs/libini.so
ar cru .libs/libini.a ini.o
ranlib .libs/libini.a
creating libini.la
(cd .libs && rm -f libini.la && ln -s ../libini.la libini.la)
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 -DALL_LINGUAS="\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR="\"/home/mike/Compiz/share/locale\"" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT svg.lo -MD -MP -MF ".deps/svg.Tpo" -c -o svg.lo svg.c; \
then mv -f ".deps/svg.Tpo" ".deps/svg.Plo"; else rm -f ".deps/svg.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT svg.lo -MD -MP -MF .deps/svg.Tpo -c svg.c -fPIC -DPIC -o .libs/svg.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT svg.lo -MD -MP -MF .deps/svg.Tpo -c svg.c -o svg.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libsvg.la -rpath /home/mike/Compiz/lib/compiz -module -avoid-version -no-undefined svg.lo -L/usr/local/lib -lcairo -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
gcc -shared .libs/svg.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libcairo.so -lrsvg-2 /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -Wl,-soname -Wl,libsvg.so -o .libs/libsvg.so
ar cru .libs/libsvg.a svg.o
ranlib .libs/libsvg.a
creating libsvg.la
(cd .libs && rm -f libsvg.la && ln -s ../libsvg.la libsvg.la)
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 -DALL_LINGUAS="\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR="\"/home/mike/Compiz/share/locale\"" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT annotate.lo -MD -MP -MF ".deps/annotate.Tpo" -c -o annotate.lo annotate.c; \
then mv -f ".deps/annotate.Tpo" ".deps/annotate.Plo"; else rm -f ".deps/annotate.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT annotate.lo -MD -MP -MF .deps/annotate.Tpo -c annotate.c -fPIC -DPIC -o .libs/annotate.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT annotate.lo -MD -MP -MF .deps/annotate.Tpo -c annotate.c -o annotate.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libannotate.la -rpath /home/mike/Compiz/lib/compiz -module -avoid-version -no-undefined annotate.lo -L/usr/local/lib -lXrender -lcairo -lX11
gcc -shared .libs/annotate.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -lXrender /usr/local/lib/libcairo.so -lX11 -Wl,-soname -Wl,libannotate.so -o .libs/libannotate.so
ar cru .libs/libannotate.a annotate.o
ranlib .libs/libannotate.a
creating libannotate.la
(cd .libs && rm -f libannotate.la && ln -s ../libannotate.la libannotate.la)
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 -DALL_LINGUAS="\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR="\"/home/mike/Compiz/share/locale\"" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT inotify.lo -MD -MP -MF ".deps/inotify.Tpo" -c -o inotify.lo inotify.c; \
then mv -f ".deps/inotify.Tpo" ".deps/inotify.Plo"; else rm -f ".deps/inotify.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT inotify.lo -MD -MP -MF .deps/inotify.Tpo -c inotify.c -fPIC -DPIC -o .libs/inotify.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT inotify.lo -MD -MP -MF .deps/inotify.Tpo -c inotify.c -o inotify.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libinotify.la -rpath /home/mike/Compiz/lib/compiz -module -avoid-version -no-undefined inotify.lo
gcc -shared .libs/inotify.o -Wl,-soname -Wl,libinotify.so -o .libs/libinotify.so
ar cru .libs/libinotify.a inotify.o
ranlib .libs/libinotify.a
creating libinotify.la
(cd .libs && rm -f libinotify.la && ln -s ../libinotify.la libinotify.la)
make[2]: Leaving directory `/home/mike/compiz-source/compiz/plugins'
Making all in images
make[2]: Entering directory `/home/mike/compiz-source/compiz/images'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mike/compiz-source/compiz/images'
Making all in gtk
make[2]: Entering directory `/home/mike/compiz-source/compiz/gtk'
Making all in window-decorator
make[3]: Entering directory `/home/mike/compiz-source/compiz/gtk/window-decorator'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I/usr/local/include/cairo -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/local/include/cairo -I/usr/include/metacity-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT gtk-window-decorator.o -MD -MP -MF ".deps/gtk-window-decorator.Tpo" -c -o gtk-window-decorator.o gtk-window-decorator.c; \
then mv -f ".deps/gtk-window-decorator.Tpo" ".deps/gtk-window-decorator.Po"; else rm -f ".deps/gtk-window-decorator.Tpo"; exit 1; fi
gtk-window-decorator.c: In function ‘above_button_event’:
gtk-window-decorator.c:4573: warning: unused variable ‘state’
gtk-window-decorator.c: In function ‘unabove_button_event’:
gtk-window-decorator.c:4637: warning: unused variable ‘state’
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o gtk-window-decorator gtk-window-decorator.o ../../libdecoration/libdecoration.la -L/usr/local/lib -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lX11 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -pthread -lgconf-2 -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -L/usr/local/lib -lmetacity-private -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
mkdir .libs
gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o .libs/gtk-window-decorator gtk-window-decorator.o -pthread ../../libdecoration/.libs/libdecoration.so -L/usr/local/lib -lwnck-1 /usr/lib/libgconf-2.so /usr/lib/libORBit-2.so /usr/lib/libgthread-2.0.so -lrt -ldbus-glib-1 -ldbus-1 -lmetacity-private /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes /usr/lib/libpango-1.0.so /usr/local/lib/libcairo.so -lX11 /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -Wl,--rpath -Wl,/home/mike/Compiz/lib -Wl,--rpath -Wl,/usr/local/lib
creating gtk-window-decorator
make[3]: Leaving directory `/home/mike/compiz-source/compiz/gtk/window-decorator'
Making all in gnome
make[3]: Entering directory `/home/mike/compiz-source/compiz/gtk/gnome'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread -I/usr/local/include/cairo -I/usr/include/gnome-window-settings-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0 -DMETACITY_THEME_DIR=\""/usr/share/themes"\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT compiz-window-manager.lo -MD -MP -MF ".deps/compiz-window-manager.Tpo" -c -o compiz-window-manager.lo compiz-window-manager.c; \
then mv -f ".deps/compiz-window-manager.Tpo" ".deps/compiz-window-manager.Plo"; else rm -f ".deps/compiz-window-manager.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread -I/usr/local/include/cairo -I/usr/include/gnome-window-settings-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0 -DMETACITY_THEME_DIR=\"/usr/share/themes\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT compiz-window-manager.lo -MD -MP -MF .deps/compiz-window-manager.Tpo -c compiz-window-manager.c -fPIC -DPIC -o .libs/compiz-window-manager.o
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread -I/usr/local/include/cairo -I/usr/include/gnome-window-settings-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0 -DMETACITY_THEME_DIR=\"/usr/share/themes\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT compiz-window-manager.lo -MD -MP -MF .deps/compiz-window-manager.Tpo -c compiz-window-manager.c -o compiz-window-manager.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libcompiz.la -export-dynamic -avoid-version -rpath /usr/lib/window-manager-settings compiz-window-manager.lo -Wl,--export-dynamic -pthread -L/usr/local/lib -lgnome-window-settings -lgnome-desktop-2 -lgnomeui-2 -lSM -lICE -lstartup-notification-1 -lbonoboui-2 -lgnomevfs-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lbonobo-2 -lbonobo-activation -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0
gcc -shared .libs/compiz-window-manager.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -lgnome-window-settings -lgnome-desktop-2 /usr/lib/libgnomeui-2.so -lSM -lICE -lstartup-notification-1 /usr/lib/libbonoboui-2.so /usr/lib/libgnomevfs-2.so /usr/lib/libgnome-keyring.so /usr/lib/libgnomecanvas-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libart_lgpl_2.so /usr/lib/libpangoft2-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/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes /usr/lib/libpango-1.0.so /usr/local/lib/libcairo.so -lX11 /usr/lib/libbonobo-2.so /usr/lib/libbonobo-activation.so /usr/lib/libgconf-2.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libORBit-2.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libcompiz.so -o .libs/libcompiz.so
ar cru .libs/libcompiz.a compiz-window-manager.o
ranlib .libs/libcompiz.a
creating libcompiz.la
(cd .libs && rm -f libcompiz.la && ln -s ../libcompiz.la libcompiz.la)
make[3]: Leaving directory `/home/mike/compiz-source/compiz/gtk/gnome'
make[3]: Entering directory `/home/mike/compiz-source/compiz/gtk'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/mike/compiz-source/compiz/gtk'
make[2]: Leaving directory `/home/mike/compiz-source/compiz/gtk'
Making all in kde
make[2]: Entering directory `/home/mike/compiz-source/compiz/kde'
Making all in window-decorator
make[3]: Entering directory `/home/mike/compiz-source/compiz/kde/window-decorator'
/bin/moc decorator.h > decorator.moc.cpp
/bin/bash: /bin/moc: No such file or directory
make[3]: *** [decorator.moc.cpp] Error 127
make[3]: Leaving directory `/home/mike/compiz-source/compiz/kde/window-decorator'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mike/compiz-source/compiz/kde'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mike/compiz-source/compiz'
make: *** [all] Error 2
mike@mike-desktop:~/compiz-source/compiz$ sudo apt-get install gettext
Reading package lists... Done
Building dependency tree
Reading state information... Done
gettext is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
mike@mike-desktop:~/compiz-source/compiz$

[/code:a9ebb]

at the end of the above code i did an apt-get for gettext to proev i have it already.


so any more ideas?


then i did:

sonicbhoc
June 13th, 2007, 09:10 PM
Try re-fetching it, a file seems to be missing.

searayman
June 13th, 2007, 09:24 PM
Try re-fetching it, a file seems to be missing.

ok re got the git and still have problems...

[code:f3fe7]clude -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c regex.c -fPIC -DPIC -o .libs/regex.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c regex.c -o regex.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libregex.la -rpath /home/mike/Compiz/lib/compiz -module -avoid-version -no-undefined regex.lo
gcc -shared .libs/regex.o -Wl,-soname -Wl,libregex.so -o .libs/libregex.so
ar cru .libs/libregex.a regex.o
ranlib .libs/libregex.a
creating libregex.la
(cd .libs && rm -f libregex.la && ln -s ../libregex.la libregex.la)
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 -DALL_LINGUAS="\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR="\"/home/mike/Compiz/share/locale\"" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT video.lo -MD -MP -MF ".deps/video.Tpo" -c -o video.lo video.c; \
then mv -f ".deps/video.Tpo" ".deps/video.Plo"; else rm -f ".deps/video.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT video.lo -MD -MP -MF .deps/video.Tpo -c video.c -fPIC -DPIC -o .libs/video.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT video.lo -MD -MP -MF .deps/video.Tpo -c video.c -o video.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libvideo.la -rpath /home/mike/Compiz/lib/compiz -module -avoid-version -no-undefined video.lo ../libdecoration/libdecoration.la
gcc -shared .libs/video.o -Wl,--rpath -Wl,/home/mike/compiz-source/compiz/libdecoration/.libs -Wl,--rpath -Wl,/home/mike/Compiz/lib ../libdecoration/.libs/libdecoration.so -Wl,-soname -Wl,libvideo.so -o .libs/libvideo.so
ar cru .libs/libvideo.a video.o
ranlib .libs/libvideo.a
creating libvideo.la
(cd .libs && rm -f libvideo.la && ln -s ../libvideo.la libvideo.la)
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 -DALL_LINGUAS="\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR="\"/home/mike/Compiz/share/locale\"" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT ini.lo -MD -MP -MF ".deps/ini.Tpo" -c -o ini.lo ini.c; \
then mv -f ".deps/ini.Tpo" ".deps/ini.Plo"; else rm -f ".deps/ini.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT ini.lo -MD -MP -MF .deps/ini.Tpo -c ini.c -fPIC -DPIC -o .libs/ini.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT ini.lo -MD -MP -MF .deps/ini.Tpo -c ini.c -o ini.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libini.la -rpath /home/mike/Compiz/lib/compiz -module -avoid-version -no-undefined ini.lo
gcc -shared .libs/ini.o -Wl,-soname -Wl,libini.so -o .libs/libini.so
ar cru .libs/libini.a ini.o
ranlib .libs/libini.a
creating libini.la
(cd .libs && rm -f libini.la && ln -s ../libini.la libini.la)
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 -DALL_LINGUAS="\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR="\"/home/mike/Compiz/share/locale\"" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT svg.lo -MD -MP -MF ".deps/svg.Tpo" -c -o svg.lo svg.c; \
then mv -f ".deps/svg.Tpo" ".deps/svg.Plo"; else rm -f ".deps/svg.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT svg.lo -MD -MP -MF .deps/svg.Tpo -c svg.c -fPIC -DPIC -o .libs/svg.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT svg.lo -MD -MP -MF .deps/svg.Tpo -c svg.c -o svg.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libsvg.la -rpath /home/mike/Compiz/lib/compiz -module -avoid-version -no-undefined svg.lo -L/usr/local/lib -lcairo -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
gcc -shared .libs/svg.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libcairo.so -lrsvg-2 /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -Wl,-soname -Wl,libsvg.so -o .libs/libsvg.so
ar cru .libs/libsvg.a svg.o
ranlib .libs/libsvg.a
creating libsvg.la
(cd .libs && rm -f libsvg.la && ln -s ../libsvg.la libsvg.la)
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 -DALL_LINGUAS="\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR="\"/home/mike/Compiz/share/locale\"" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT annotate.lo -MD -MP -MF ".deps/annotate.Tpo" -c -o annotate.lo annotate.c; \
then mv -f ".deps/annotate.Tpo" ".deps/annotate.Plo"; else rm -f ".deps/annotate.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT annotate.lo -MD -MP -MF .deps/annotate.Tpo -c annotate.c -fPIC -DPIC -o .libs/annotate.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT annotate.lo -MD -MP -MF .deps/annotate.Tpo -c annotate.c -o annotate.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libannotate.la -rpath /home/mike/Compiz/lib/compiz -module -avoid-version -no-undefined annotate.lo -L/usr/local/lib -lXrender -lcairo -lX11
gcc -shared .libs/annotate.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -lXrender /usr/local/lib/libcairo.so -lX11 -Wl,-soname -Wl,libannotate.so -o .libs/libannotate.so
ar cru .libs/libannotate.a annotate.o
ranlib .libs/libannotate.a
creating libannotate.la
(cd .libs && rm -f libannotate.la && ln -s ../libannotate.la libannotate.la)
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 -DALL_LINGUAS="\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR="\"/home/mike/Compiz/share/locale\"" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT inotify.lo -MD -MP -MF ".deps/inotify.Tpo" -c -o inotify.lo inotify.c; \
then mv -f ".deps/inotify.Tpo" ".deps/inotify.Plo"; else rm -f ".deps/inotify.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT inotify.lo -MD -MP -MF .deps/inotify.Tpo -c inotify.c -fPIC -DPIC -o .libs/inotify.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -INONE/include/cairo -I/usr/local/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DFUSE_USE_VERSION=26 "-DALL_LINGUAS=\"cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu\"" -DLOCALEDIR=\"/home/mike/Compiz/share/locale\" -DPLUGINDIR=\"/home/mike/Compiz/lib/compiz\" -DIMAGEDIR=\"/home/mike/Compiz/share/compiz\" -I../include -DMETADATADIR=\"/home/mike/Compiz/share/compiz\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT inotify.lo -MD -MP -MF .deps/inotify.Tpo -c inotify.c -o inotify.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libinotify.la -rpath /home/mike/Compiz/lib/compiz -module -avoid-version -no-undefined inotify.lo
gcc -shared .libs/inotify.o -Wl,-soname -Wl,libinotify.so -o .libs/libinotify.so
ar cru .libs/libinotify.a inotify.o
ranlib .libs/libinotify.a
creating libinotify.la
(cd .libs && rm -f libinotify.la && ln -s ../libinotify.la libinotify.la)
make[2]: Leaving directory `/home/mike/compiz-source/compiz/plugins'
Making all in images
make[2]: Entering directory `/home/mike/compiz-source/compiz/images'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mike/compiz-source/compiz/images'
Making all in gtk
make[2]: Entering directory `/home/mike/compiz-source/compiz/gtk'
Making all in window-decorator
make[3]: Entering directory `/home/mike/compiz-source/compiz/gtk/window-decorator'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I/usr/local/include/cairo -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/local/include/cairo -I/usr/include/metacity-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT gtk-window-decorator.o -MD -MP -MF ".deps/gtk-window-decorator.Tpo" -c -o gtk-window-decorator.o gtk-window-decorator.c; \
then mv -f ".deps/gtk-window-decorator.Tpo" ".deps/gtk-window-decorator.Po"; else rm -f ".deps/gtk-window-decorator.Tpo"; exit 1; fi
gtk-window-decorator.c: In function ‘above_button_event’:
gtk-window-decorator.c:4573: warning: unused variable ‘state’
gtk-window-decorator.c: In function ‘unabove_button_event’:
gtk-window-decorator.c:4637: warning: unused variable ‘state’
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o gtk-window-decorator gtk-window-decorator.o ../../libdecoration/libdecoration.la -L/usr/local/lib -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lX11 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -pthread -lgconf-2 -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -L/usr/local/lib -lmetacity-private -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
mkdir .libs
gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o .libs/gtk-window-decorator gtk-window-decorator.o -pthread ../../libdecoration/.libs/libdecoration.so -L/usr/local/lib -lwnck-1 /usr/lib/libgconf-2.so /usr/lib/libORBit-2.so /usr/lib/libgthread-2.0.so -lrt -ldbus-glib-1 -ldbus-1 -lmetacity-private /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes /usr/lib/libpango-1.0.so /usr/local/lib/libcairo.so -lX11 /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -Wl,--rpath -Wl,/home/mike/Compiz/lib -Wl,--rpath -Wl,/usr/local/lib
creating gtk-window-decorator
LC_ALL=C ../../intltool-merge -s -u -c ../../po/.intltool-merge-cache ../../po gwd.schemas.in gwd.schemas
Generating and caching the translation database
Merging translations into gwd.schemas.
make[3]: Leaving directory `/home/mike/compiz-source/compiz/gtk/window-decorator'
Making all in gnome
make[3]: Entering directory `/home/mike/compiz-source/compiz/gtk/gnome'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread -I/usr/local/include/cairo -I/usr/include/gnome-window-settings-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0 -DMETACITY_THEME_DIR=\""/usr/share/themes"\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT compiz-window-manager.lo -MD -MP -MF ".deps/compiz-window-manager.Tpo" -c -o compiz-window-manager.lo compiz-window-manager.c; \
then mv -f ".deps/compiz-window-manager.Tpo" ".deps/compiz-window-manager.Plo"; else rm -f ".deps/compiz-window-manager.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread -I/usr/local/include/cairo -I/usr/include/gnome-window-settings-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0 -DMETACITY_THEME_DIR=\"/usr/share/themes\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT compiz-window-manager.lo -MD -MP -MF .deps/compiz-window-manager.Tpo -c compiz-window-manager.c -fPIC -DPIC -o .libs/compiz-window-manager.o
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread -I/usr/local/include/cairo -I/usr/include/gnome-window-settings-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0 -DMETACITY_THEME_DIR=\"/usr/share/themes\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -MT compiz-window-manager.lo -MD -MP -MF .deps/compiz-window-manager.Tpo -c compiz-window-manager.c -o compiz-window-manager.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -o libcompiz.la -export-dynamic -avoid-version -rpath /usr/lib/window-manager-settings compiz-window-manager.lo -Wl,--export-dynamic -pthread -L/usr/local/lib -lgnome-window-settings -lgnome-desktop-2 -lgnomeui-2 -lSM -lICE -lstartup-notification-1 -lbonoboui-2 -lgnomevfs-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lbonobo-2 -lbonobo-activation -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0
gcc -shared .libs/compiz-window-manager.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -lgnome-window-settings -lgnome-desktop-2 /usr/lib/libgnomeui-2.so -lSM -lICE -lstartup-notification-1 /usr/lib/libbonoboui-2.so /usr/lib/libgnomevfs-2.so /usr/lib/libgnome-keyring.so /usr/lib/libgnomecanvas-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libart_lgpl_2.so /usr/lib/libpangoft2-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/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes /usr/lib/libpango-1.0.so /usr/local/lib/libcairo.so -lX11 /usr/lib/libbonobo-2.so /usr/lib/libbonobo-activation.so /usr/lib/libgconf-2.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libORBit-2.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libcompiz.so -o .libs/libcompiz.so
ar cru .libs/libcompiz.a compiz-window-manager.o
ranlib .libs/libcompiz.a
creating libcompiz.la
(cd .libs && rm -f libcompiz.la && ln -s ../libcompiz.la libcompiz.la)
LC_ALL=C ../../intltool-merge -d -u -c ../../po/.intltool-merge-cache ../../po compiz.desktop.in compiz.desktop
Found cached translation database
Merging translations into compiz.desktop.
make[3]: Leaving directory `/home/mike/compiz-source/compiz/gtk/gnome'
make[3]: Entering directory `/home/mike/compiz-source/compiz/gtk'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/mike/compiz-source/compiz/gtk'
make[2]: Leaving directory `/home/mike/compiz-source/compiz/gtk'
Making all in kde
make[2]: Entering directory `/home/mike/compiz-source/compiz/kde'
Making all in window-decorator
make[3]: Entering directory `/home/mike/compiz-source/compiz/kde/window-decorator'
/bin/moc decorator.h > decorator.moc.cpp
/bin/bash: /bin/moc: No such file or directory
make[3]: *** [decorator.moc.cpp] Error 127
make[3]: Leaving directory `/home/mike/compiz-source/compiz/kde/window-decorator'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mike/compiz-source/compiz/kde'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mike/compiz-source/compiz'
make: *** [all] Error 2
mike@mike-desktop:~/compiz-source/compiz$
mike@mike-desktop:~/compiz-source/compiz$
[/code:f3fe7]

Deciare
June 14th, 2007, 05:35 AM
moc is the Meta Object Compiler distributed with Qt. Ubuntu's package database suggests that you should install the qt3-dev-tools package to get it.

sh4d
June 17th, 2007, 04:54 PM
Are you using KDE or GNOME ?

If you are using GNOME try to launch ./autogen.sh with --disable-kde.
It solved the problem for me.