[ Problème de Make ] Piave...

Piave... [ Problème de Make ] - Installation - Linux et OS Alternatifs

Marsh Posté le 19-01-2004 à 23:22:46    

Making all in libsamplerate
make[5]: Entering directory `/home/jerome/tmp/piave-0.2.3/plugins/effects/samplerate/libsamplerate'
source='src_zoh.c' object='src_zoh.lo' libtool=yes \
depfile='.deps/src_zoh.Plo' tmpdepfile='.deps/src_zoh.TPlo' \
depmode=gcc3 /bin/sh ../../../../depcomp \
/bin/sh ../../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../..   -I/usr/include/arts  -g -O2 -c -o src_zoh.lo `test -f 'src_zoh.c' || echo './'`src_zoh.c
rm -f .libs/src_zoh.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/include/arts -g -O2 -c src_zoh.c -MT src_zoh.lo -MD -MP -MF .deps/src_zoh.TPlo  -fPIC -DPIC -o .libs/src_zoh.lo
In file included from src_zoh.c:24:
float_cast.h:191:10: warning: #warning "Don't have the functions lrint() and lrintf()."
float_cast.h:192:10: warning: #warning "Replacing these functions with a standard C cast."
src_zoh.c: In function `zoh_process':
src_zoh.c:89: `ENABLE_DEBUG' undeclared (first use in this function)
src_zoh.c:89: (Each undeclared identifier is reported only once
src_zoh.c:89: for each function it appears in.)
make[5]: *** [src_zoh.lo] Erreur 1
make[5]: Leaving directory `/home/jerome/tmp/piave-0.2.3/plugins/effects/samplerate/libsamplerate'
make[4]: *** [all-recursive] Erreur 1
make[4]: Leaving directory `/home/jerome/tmp/piave-0.2.3/plugins/effects/samplerate'
make[3]: *** [all-recursive] Erreur 1
make[3]: Leaving directory `/home/jerome/tmp/piave-0.2.3/plugins/effects'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/home/jerome/tmp/piave-0.2.3/plugins'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/jerome/tmp/piave-0.2.3'
make: *** [all] Erreur 2


Ca y est je fais des makes mais ca loupe...
Que ce passe-t-il donc ?
J'ai déjà résolut toutes les dépendances à la main c'était chaud :D
HELP


---------------
Perdu ? Vous êtes ici : --> *
Reply

Marsh Posté le 19-01-2004 à 23:22:46   

Reply

Marsh Posté le 20-01-2004 à 08:15:12    

j-'-r a écrit :


src_zoh.c:89: `ENABLE_DEBUG' undeclared (first use in this function)
src_zoh.c:89: (Each undeclared identifier is reported only once
src_zoh.c:89: for each function it appears in.)




 
en fait il te dit que la macro ENABLE_DEBUG n'éxiste pas, un oubli des developpeurs certainement. Regarde sur ton configure (avec ./configure --help) si il n'y a pas une option pour activer le debug. Sinon dans le fichier src_zoh.c tu peux soit virer les lignes utilisant ENABLE_DEBUG (et la suite s'il sagit d'un if) ou rajouter en debut de fichier
#define ENABLE_DEBUG
et juste après tu peux mailler le mainteneur du paquet pour lui signaler le prob

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed