Adventures in theme installing.
Step one- Downloaded GTK+ theme, dragged it into my theme manager, instant change. Violia!
Step two - Trying to install compiz fusion and emerald beryl theme manager. Doesn't exist for debian so I am compiling it from source.
Simple, ./configure, make, make install.
So far to get this simple process to work, I've installed 5 applications, each claiming to need one program, and really wanting the -dev version of it, usually a library.
Oop, got some fun errors on the make command. Non-reproducable error = hardware/os issue. Fun.
make all-recursive
make[1]: Entering directory `/home/joshua/Desktop/emerald/emerald-0.7.6'
Making all in libengine
make[2]: Entering directory `/home/joshua/Desktop/emerald/emerald-0.7.6/libengine'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/joshua/Desktop/emerald/emerald-0.7.6/libengine'
Making all in src
make[2]: Entering directory `/home/joshua/Desktop/emerald/emerald-0.7.6/src'
gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -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/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -I../include -DLOCALEDIR="\"/usr/local/share/locale"\" -DENGINE_DIR=\"/usr/local/lib/emerald/engines\" -g -O2 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -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/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c:5652: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/joshua/Desktop/emerald/emerald-0.7.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/joshua/Desktop/emerald/emerald-0.7.6'
make: *** [all] Error 2
I don't think I'm going to continue down this path....but we can mark up one score for the computer.
No comments:
Post a Comment