wardy277
May 9th, 2008, 10:51 PM
Hi,
I am pretty new to this whole compiling thing and am having trouble with the latest compiz git.
What i want it to try out the new plugins, like cubeaddon. I have found out that i need the latest git. So i used this to get the git:
git clone git://anongit.compiz-fusion.org/compiz
then used various methods to use the autogen.sh
./autogen.sh
and
./autogen.sh --disable-kconfig --disable-kde
both ways give this output when i run make
Making all in images
Making all in gtk
Making all in window-decorator
gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -D_FORTIFY_SOURCE=2 -o .libs/gtk-window-decorator gtk-window-decorator.o ../../libdecoration/.libs/libdecoration.so -lXrender -lX11 -lwnck-1 /usr/lib/libgconf-2.so -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 /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so
creating gtk-window-decorator
Possible unintended interpolation of @INTLTOOL_ICONV in string at ../../intltool-merge line 94.
Global symbol "@INTLTOOL_ICONV" requires explicit package name at ../../intltool-merge line 94.
BEGIN not safe after errors--compilation aborted at ../../intltool-merge line 252.
make[3]: *** [gwd.schemas] Error 9
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I am not sure what these errors mean. Is it something to do with the window decorator gtk? do i need some sort of dependency or compiling lib? do i need any other gits?
I am running Ubuntu 8.04 64bit if that helps.
Any help would be appreciated.
Chris
I am pretty new to this whole compiling thing and am having trouble with the latest compiz git.
What i want it to try out the new plugins, like cubeaddon. I have found out that i need the latest git. So i used this to get the git:
git clone git://anongit.compiz-fusion.org/compiz
then used various methods to use the autogen.sh
./autogen.sh
and
./autogen.sh --disable-kconfig --disable-kde
both ways give this output when i run make
Making all in images
Making all in gtk
Making all in window-decorator
gcc -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -D_FORTIFY_SOURCE=2 -o .libs/gtk-window-decorator gtk-window-decorator.o ../../libdecoration/.libs/libdecoration.so -lXrender -lX11 -lwnck-1 /usr/lib/libgconf-2.so -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 /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so
creating gtk-window-decorator
Possible unintended interpolation of @INTLTOOL_ICONV in string at ../../intltool-merge line 94.
Global symbol "@INTLTOOL_ICONV" requires explicit package name at ../../intltool-merge line 94.
BEGIN not safe after errors--compilation aborted at ../../intltool-merge line 252.
make[3]: *** [gwd.schemas] Error 9
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I am not sure what these errors mean. Is it something to do with the window decorator gtk? do i need some sort of dependency or compiling lib? do i need any other gits?
I am running Ubuntu 8.04 64bit if that helps.
Any help would be appreciated.
Chris