PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : xfire kompillieren



m3adow
19.03.06, 20:13
Hallo,

ich versuche gearde den xfire plugin (gfire) für gaim (von Asraniel :) ) zu installieren.

./configure --prefix=/usr

funktioniert fehlerfrei.

make ergibt leider folgende fehlermeldung:


keks:/home/manuel/Desktop/Downloads/gaim-2.0.0beta2/plugins/xfire# make
make all-recursive
make[1]: Entering directory `/home/manuel/Desktop/Downloads/gaim-2.0.0beta2/plugins/xfire'
Making all in src
make[2]: Entering directory `/home/manuel/Desktop/Downloads/gaim-2.0.0beta2/plugins/xfire/src'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLIBDIR=\"/usr/lib/gaim/\" -DDATADIR=\"/usr/share\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gaim -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g3 -c xfire.c
In file included from xfire.c:37:
x_packets.h:32:49: warning: no newline at end of file
xfire.c: In function `xfire_update_buddy':
xfire.c:113: warning: implicit declaration of function `serv_got_update'
xfire.c:115: error: `UC_UNAVAILABLE' undeclared (first use in this function)
xfire.c:115: error: (Each undeclared identifier is reported only once
xfire.c:115: error: for each function it appears in.)
xfire.c: At top level:
xfire.c:122: error: syntax error before "GaimConvImFlags"
xfire.c: In function `xfire_send_im':
xfire.c:134: error: `gc' undeclared (first use in this function)
xfire.c:135: error: `who' undeclared (first use in this function)
xfire.c:141: error: `message' undeclared (first use in this function)
xfire.c: In function `xfire_read_buddy_online':
xfire.c:408: warning: passing arg 1 of `xfire_read_dynamic_attr' from incompatible pointer type
xfire.c:409: warning: passing arg 1 of `xfire_read_dynamic_attr' from incompatible pointer type
xfire.c: In function `xfire_read_buddys':
xfire.c:446: warning: passing arg 1 of `xfire_read_dynamic_var_attr' from incompatible pointer type
xfire.c:451: warning: passing arg 1 of `xfire_read_dynamic_var_attr' from incompatible pointer type
xfire.c:453: warning: passing arg 1 of `xfire_read_dynamic_attr' from incompatible pointer type
xfire.c: In function `xfire_game_status':
xfire.c:606: warning: passing arg 1 of `xfire_read_dynamic_attr' from incompatible pointer type
xfire.c:607: warning: passing arg 1 of `xfire_read_dynamic_attr' from incompatible pointer type
xfire.c:608: warning: passing arg 1 of `xfire_read_dynamic_attr' from incompatible pointer type
xfire.c:609: warning: passing arg 1 of `xfire_read_dynamic_attr' from incompatible pointer type
xfire.c: In function `xfire_list_emblems':
xfire.c:878: error: structure has no member named `present'
xfire.c:878: error: `GAIM_BUDDY_OFFLINE' undeclared (first use in this function)
xfire.c: In function `xfire_set_away':
xfire.c:917: warning: passing arg 2 of `xfire_create_away' discards qualifiers from pointer target type
xfire.c: At top level:
xfire.c:999: warning: initialization from incompatible pointer type
xfire.c:1001: warning: initialization from incompatible pointer type
xfire.c:1002: warning: initialization from incompatible pointer type
xfire.c:1012: warning: initialization from incompatible pointer type
make[2]: *** [xfire.lo] Fehler 1
make[2]: Leaving directory `/home/manuel/Desktop/Downloads/gaim-2.0.0beta2/plugins/xfire/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/manuel/Desktop/Downloads/gaim-2.0.0beta2/plugins/xfire'
make: *** [all-recursive-am] Fehler 2


ich habe mit gcc 3.4 und 4.0 versucht zu kompillieren (symbolikschen link in /usr/bin angepasst)

würde mich sehr freuen wenn ich xfire zum laufen bringe =)

traffic
19.03.06, 23:01
find . -type f -exec grep -H UC_UNAVAILABLE {} \;

m3adow
20.03.06, 15:14
gibt folgende ausgabe:


./src/xfire.c: serv_got_update(gc, buddy->name, TRUE, 0, 0, -1, UC_UNAVAILABLE);