Salut,
Je joue a Wolfenstein, et surtout son mod True Combat sur fedora 8 et j'aimerais avoir, comme sur windows, un logiciel comme XFire.
Ce logiciel permet d'avoir une liste d'amis, les jeux auquels ils jouent et de les rejoindre dans la partie, il n'existe pas sur linux, mais il existe un plug-in pour Gaim pour avoir un client xFire : http://fryx.ch/xfire/
Le problème, c'est que sur fedora 8, ce n'est plus gaim, mais pidgin ... J'ai fait un peu de recherche, et j'ai touvé ceci : http://www.xfire.com/xf/modules.php?name=Forums&file=viewtopic&p=1365080#1365080
J'ai donc essayé de compiler gfire (version 20070831, la 20071109 demandant Gaim, disponible ici) avec les paramètres donnés, mais j'obtiens une erreur a la compilation :
[root@localhost gaim-xfire-0.6.1~20070831]# ./configure --prefix=/usr --libdir=/usr/lib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/rapha/gaim-xfire-0.6.1~20070831/missing: Unknown `--run' option
Try `/home/rapha/gaim-xfire-0.6.1~20070831/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... none
checking dependency style of gcc... none
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SSL_CFLAGS... -I/usr/kerberos/include
checking for SSL_LIBS... -L/usr/kerberos/lib -lssl -lcrypto -ldl -lz
checking for GTK2_CFLAGS...
checking for GTK2_LIBS...
configure: error: Package requirements (gtk+-2.0) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the GTK2_CFLAGS and GTK2_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
Je n'arrive pas a trouver le paquet a installer ...

Si vous avez un logiciel équivalent qui fonctionnerais sous linux, ca m'intéresserais aussi 🙂

Merci
essaye avec
su - -c 'yum install glib2-devel'
Apparemment, c'est pas ca :
[root@localhost rapha]# yum install glib2-devel
fedora 100% |=========================| 2.1 kB 00:00
livna 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.3 kB 00:00
Setting up Install Process
Parsing package install arguments
Package glib2-devel - 2.14.4-1.fc8.i386 is already installed.
Nothing to do
as-tu testé avec gtk2-devel ?
configure: error: Package requirements (gtk+-2.0) were not met.
Laisse penser que c'est gtk+-devel qui est manquant.

Essaie
yum list gtk+\*
pour te faire rapidement une opinion.

A+