[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Probleme de compilation



Bonjour,

Je suis en train de vouloir installer un programme. J'ai donc telecharge la source .tar.gz et j'ai commence la compilation (./configure - make - make install). Puis en lancant MAKE, j'ai eu 2 erreurs. Voici le log du MAKE:

cd xmms;make
make[1]: Entering directory `/home/b1tgwe85/dsp_oddcast_xmms_plugin-rc2/xmms'
g++ -D_REENTRANT -I.. -I/usr/include -I/usr/include/lame `gnome-config  --cflags gnome` -o callbacks.o -c callbacks.c 
/bin/sh: gnome-config: command not found
callbacks.c:5: gnome.h: No such file or directory
callbacks.c:6: gtk/gtk.h: No such file or directory
In file included from callbacks.c:10:
callbacks.h:1: gnome.h: No such file or directory
In file included from callbacks.c:12:
support.h:5: gnome.h: No such file or directory
In file included from ../oddcast_unix.h:1,
                 from callbacks.c:14:
/usr/include/xmms/plugin.h:27: glib.h: No such file or directory
In file included from ../oddcast_unix.h:2,
                 from callbacks.c:14:
/usr/include/xmms/xmmsctrl.h:23: glib.h: No such file or directory
In file included from callbacks.c:15:
../dsp_oddcast.h:4: lame.h: No such file or directory
In file included from ../dsp_oddcast.h:5,
                 from callbacks.c:15:
../oddtypes.h:103: lame.h: No such file or directory
make[1]: *** [callbacks.o] Error 1
make[1]: Leaving directory `/home/b1tgwe85/dsp_oddcast_xmms_plugin-rc2/xmms'
make: *** [all] Error 2



Reply to: