Hi! I have a problem to compile transcode. during I have this error: /**************************************************************************************/
make[2]: entrant dans le répertoire « /home/dav/transcode/export » if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src -I../import -I../libac3 -I../avilib -I/usr/include -I../libvo -I../libioaux -I../libxio -I/usr/include/avifile-0.7 -I/usr/include -I/usr/include/lqt -I/usr/include/mjpegtools -I/usr/include/mjpegtools/mpeg2enc -I/usr/include/mjpegtools/mplex -I/usr/include/GraphicsMagick -I/usr/include -I/usr/include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT aud_aux.lo -MD -MP -MF ".deps/aud_aux.Tpo" -c -o aud_aux.lo aud_aux.c; \ then mv -f ".deps/aud_aux.Tpo" ".deps/aud_aux.Plo"; else rm -f ".deps/aud_aux.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src -I../import -I../libac3 -I../avilib -I/usr/include -I../libvo -I../libioaux -I../libxio -I/usr/include/avifile-0.7 -I/usr/include -I/usr/include/lqt -I/usr/include/mjpegtools -I/usr/include/mjpegtools/mpeg2enc -I/usr/include/mjpegtools/mplex -I/usr/include/GraphicsMagick -I/usr/include -I/usr/include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT aud_aux.lo -MD -MP -MF .deps/aud_aux.Tpo -c aud_aux.c -fPIC -DPIC -o .libs/aud_aux.o aud_aux.c: In function 'audio_init_ffmpeg': aud_aux.c:364: error: 'ac3_encoder' undeclared (first use in this function) aud_aux.c:364: error: (Each undeclared identifier is reported only once aud_aux.c:364: error: for each function it appears in.) aud_aux.c:365: error: 'mp2_encoder' undeclared (first use in this function) aud_aux.c: In function 'audio_encode_mp3': aud_aux.c:806: warning: pointer targets in passing argument 5 of 'lame_encode_buffer' differ in signedness aud_aux.c:813: warning: pointer targets in passing argument 4 of 'lame_encode_buffer_interleaved' differ in signedness aud_aux.c:854: warning: pointer targets in passing argument 1 of 'tc_get_mp3_header' differ in signedness aud_aux.c: In function 'audio_close': aud_aux.c:1063: warning: pointer targets in passing argument 2 of 'lame_encode_flush' differ in signedness make[2]: *** [aud_aux.lo] Erreur 1 make[2]: quittant le répertoire « /home/dav/transcode/export » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /home/dav/transcode » make: *** [all] Erreur 2 /**************************************************************************************/ I search and I know is a problem with ffmpeg http://lists.ibiblio.org/pipermail/sm-grimoire-bugs/2007-July/013873.html so I have download the stable version of transcode. cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvstc co -r HEAD transcode-1.0.3 cd transcode-1.0.3 && cvs -z3 update -dP But it still don't work!!! I have the same error. Why to compile transcode? Thanks for your help. Dav.