You are not logged in.

#1 2009-02-22 22:12:05

samdavid6
Member
Registered: 2008-09-18
Posts: 16

Make errors 1 and 2.

mad:mad:

The past few days I'm trying to install a few packages into my Arch box.  Take for instance this attempt to add gxmm2.

It didnt work from AUR, so I tried compiling from source.  I'm getting this error when I run make.

.....
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DORBIT2=1 -pthread -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/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/panel-2.0 -I/usr/include/gconf/2 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0   -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DGXMMS_DATADIR=\""/usr/local/share/gxmms"\"     -Wall -pipe -O2 -MT interface.o -MD -MP -MF ".deps/interface.Tpo" -c -o interface.o interface.c; \
    then mv -f ".deps/interface.Tpo" ".deps/interface.Po"; else rm -f ".deps/interface.Tpo"; exit 1; fi
interface.c: In function 'gui_update':
interface.c:230: error: invalid initializer
make[2]: *** [interface.o] Error 1
make[2]: Leaving directory `/home/syr/Desktop/gxmms-0.3.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/syr/Desktop/gxmms-0.3.0'
make: *** [all] Error 2

Then I'm trying to install another package "barry".  Doesnt work from AUR, (and for some reason the AUR maintainer has left out the "with gui" option) and when I try to compile from source, I get this at make.

In file included from DeviceIface.h:30,
                 from BackupWindow.h:25,
                 from main.cc:28:
tarfile.h:27:20: error: libtar.h: No such file or directory
In file included from DeviceIface.h:30,
                 from BackupWindow.h:25,
                 from main.cc:28:
tarfile.h:37: error: 'tartype_t' does not name a type
tarfile.h:41: error: ISO C++ forbids declaration of 'TAR' with no type
tarfile.h:41: error: expected ';' before '*' token
tarfile.h:60: error: 'tartype_t' has not been declared
make[4]: *** [main.o] Error 1
make[4]: Leaving directory `/home/syr/Desktop/barry-0.14/gui/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/syr/Desktop/barry-0.14/gui'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/syr/Desktop/barry-0.14/gui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/syr/Desktop/barry-0.14'
make: *** [all] Error 2

So now I'm thinking theres something with my box rather than the packages because everyone else doesnt seem to have a problem.

Any help anyone..?

Offline

Board footer

Powered by FluxBB