You are not logged in.

#1 2008-09-08 20:45:20

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Error Building Murrine-SVN

I'm trying to build Murrine-SVN (directly downloaded from svn repositories) and I get this build error:

[vg@vg-arch murrine]$ make
Making all in schema
make[1]: Entering directory `/home/vg/build/murrine/schema'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/vg/build/murrine/schema'
make[1]: Entering directory `/home/vg/build/murrine'
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src -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/libpng12 -I/usr/include/pixman-1      -g -O2 -MT animation.lo -MD -MP -MF .deps/animation.Tpo -c -o animation.lo `test -f './src/animation.c' || echo './'`./src/animation.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -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/libpng12 -I/usr/include/pixman-1 -g -O2 -MT animation.lo -MD -MP -MF .deps/animation.Tpo -c ./src/animation.c  -fPIC -DPIC -o .libs/animation.o
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:33,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:32,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:33,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:28,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from ./src/animation.h:24,
                 from ./src/animation.c:21:
/usr/include/gtk-2.0/gtk/gtkwidget.h:36:27: error: atk/atkobject.h: No such file or directory
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:33,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:32,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:33,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:28,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from ./src/animation.h:24,
                 from ./src/animation.c:21:
/usr/include/gtk-2.0/gtk/gtkwidget.h:401: error: expected specifier-qualifier-list before 'AtkObject'
/usr/include/gtk-2.0/gtk/gtkwidget.h:622: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
In file included from /usr/include/gtk-2.0/gtk/gtk.h:36,
                 from ./src/animation.h:24,
                 from ./src/animation.c:21:
/usr/include/gtk-2.0/gtk/gtkaccessible.h:23:21: error: atk/atk.h: No such file or directory
In file included from /usr/include/gtk-2.0/gtk/gtk.h:36,
                 from ./src/animation.h:24,
                 from ./src/animation.c:21:
/usr/include/gtk-2.0/gtk/gtkaccessible.h:44: error: expected specifier-qualifier-list before 'AtkObject'
/usr/include/gtk-2.0/gtk/gtkaccessible.h:55: error: expected specifier-qualifier-list before 'AtkObjectClass'
In file included from /usr/include/gtk-2.0/gtk/gtk.h:70,
                 from ./src/animation.h:24,
                 from ./src/animation.c:21:
/usr/include/gtk-2.0/gtk/gtkcombobox.h:129: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
make[1]: *** [animation.lo] Error 1
make[1]: Leaving directory `/home/vg/build/murrine'
make: *** [all-recursive] Error 1

Can anyone tell me what's wrong?

Offline

#2 2008-09-08 22:03:45

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 955

Re: Error Building Murrine-SVN

Try installing atk.

Offline

#3 2008-09-08 22:35:58

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: Error Building Murrine-SVN

Stefan Husmann wrote:

Try installing atk.

Figured that out just after posting this. Thanks! It works.

Offline

Board footer

Powered by FluxBB