Announcement

Collapse
No announcement yet.

Compiz Woes.....

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Compiz Woes.....

    Hi there, im after a little help installing compiz......
    Specs:
    Amd Athlon 64 X2 3800+
    Asus A8N-E
    1Gb Ram
    Nvidia 7600Gs

    Ive been following the guide http://ubuntuforums.org/showthread.php?t=127090 here. Everything is ok until i try to compile compiz......

    This is what i get when i type 'make' in shell:

    gtk-window-decorator.c:51:23: error: dbus/dbus.h: No such file or directory
    gtk-window-decorator.c:52:37: error: dbus/dbus-glib-lowlevel.h: No such file or directory
    make[3]: *** [gtk-window-decorator.o] Error 1
    make[3]: Leaving directory `/home/mark/app/compiz/gtk/window-decorator'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/mark/app/compiz/gtk'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/mark/app/compiz'
    make: *** [all] Error 2

    Any ideas how to solve this issue?

    All help greatly appreciated.

    #2
    Re: Compiz Woes.....

    I seed to have solved the above problem, dbus wasnt installed correctly.

    Now i have a new error when compiling....

    In file included from decorator.moc.cpp:11:
    decorator.h:44:29: error: dbus/connection.h: No such file or directory
    /usr/include/kde/kdecoration.h:176: warning: ‘class KDecorationProvides’ has virtual functions but non-virtual destructor
    /usr/include/kde/kdecoration_p.h:62: warning: ‘class KDecorationBridge’ has virtual functions but non-virtual destructor
    decorator.h:143: error: ISO C++ forbids declaration of ‘DBusMessage’ with no type
    decorator.h:143: error: expected ‘;’ before ‘*’ token
    decorator.h:177: error: ISO C++ forbids declaration of ‘DBusConnection’ with no type
    decorator.h:177: error: expected ‘;’ before ‘*’ token
    decorator.h:178: error: ‘DBusQt’ has not been declared
    decorator.h:178: error: ISO C++ forbids declaration of ‘Connection’ with no type
    decorator.h:178: error: expected ‘;’ before ‘mDBusQtConnection’
    make[3]: *** [decorator.moc.o] Error 1
    make[3]: Leaving directory `/home/mark/app/compiz/kde/window-decorator'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/mark/app/compiz/kde'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/mark/app/compiz'
    make: *** [all] Error 2

    Comment


      #3
      Re: Compiz Woes.....

      Originally posted by Fus1on

      Ive been following the guide http://ubuntuforums.org/showthread.php?t=127090 here. Everything is ok until i try to compile compiz......
      You're not going to want to hear this .... but, geeeeez, that looks like the hard way to do it! Did you try following this, say from Step #3:

      http://kubuntuforums.net/forums/inde...opic=3089767.0


      ?

      Comment

      Working...
      X