PDA

View Full Version : Unsolved Hardy Compite latest Compiz from Git


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

some-guy
May 9th, 2008, 10:56 PM
usually, scripts are used for compiling compiz, I use git-compiz: http://forum.compiz-fusion.org/showthread.php?t=7744

They also mention the deps, so it should be straight forward

wardy277
May 10th, 2008, 04:12 PM
Thank you for your help.

I have tried that but it didnt work. I removed what it said to and installed what it said to but i keep getting an error when compiling compiz. It configures ok but when it gets to compiling it says compiz's make returned errors. Bailing.

Would this be the same reason the way i did it before fail?

Chris

omega
May 10th, 2008, 04:53 PM
enable debug in script and paste error in git-compiz thread plz