Thanks but when I use http://fromani.exit1.org/transcode-1.0.4rc6.tar.bz2 I have this error:
/**********************************************************************************/ gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src -I../libtc -I/usr/include -I../libac3 -I../avilib -I/usr/include/avifile-0.7-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include/libxml2 -I../libvo -I/usr/include -I/usr/include -I/usr/include/lqt -I../libxio -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT import_im.lo -MD -MP -MF .deps/import_im.Tpo -c import_im.c -fPIC -DPIC -o .libs/import_im.o import_im.c:39:29: error: wand/MagickWand.h: No such file or directory import_im.c:67: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token import_im.c:69: error: expected ')' before '*' token import_im.c: In function 'import_im_open': import_im.c:165: warning: implicit declaration of function 'MagickWandGenesis' import_im.c:166: error: 'wand' undeclared (first use in this function) import_im.c:166: error: (Each undeclared identifier is reported only once import_im.c:166: error: for each function it appears in.) import_im.c:166: warning: implicit declaration of function 'NewMagickWand' import_im.c: In function 'import_im_decode': import_im.c:190: error: 'MagickBooleanType' undeclared (first use in this function) import_im.c:190: error: expected ';' before 'status' import_im.c:218: warning: implicit declaration of function 'ClearMagickWand' import_im.c:218: error: 'wand' undeclared (first use in this function) import_im.c:225: error: 'status' undeclared (first use in this function) import_im.c:225: warning: implicit declaration of function 'MagickReadImage' import_im.c:226: error: 'MagickFalse' undeclared (first use in this function) import_im.c:231: warning: implicit declaration of function 'MagickSetLastIterator' import_im.c:233: warning: implicit declaration of function 'MagickGetImagePixels' import_im.c:235: error: 'CharPixel' undeclared (first use in this function) import_im.c:239: warning: implicit declaration of function 'TCHandleMagickError' import_im.c: In function 'import_im_close': import_im.c:273: error: 'wand' undeclared (first use in this function) import_im.c:274: warning: implicit declaration of function 'DestroyMagickWand' import_im.c:275: warning: implicit declaration of function 'MagickWandTerminus' make[3]: *** [import_im.lo] Erreur 1 make[3]: quittant le répertoire « /home/dav/Desktop/transcode-1.0.4rc6/import » make[2]: *** [all-recursive] Erreur 1 make[2]: quittant le répertoire « /home/dav/Desktop/transcode-1.0.4rc6/import » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /home/dav/Desktop/transcode-1.0.4rc6 » make: *** [all] Erreur 2 /**********************************************************************************/ So I try with this http://fromani.exit1.org/transcode-1.1.0alpha3.tar.bz2 And I have this error /**********************************************************************************/ (...) gcc -shared .libs/encode_lavc_la-encode_lavc.o -L/usr/local/lib -lavcodec -lavutil -lpthread -lm -lz -ldl -Wl,-soname -Wl,encode_lavc.so -o .libs/encode_lavc.so /usr/bin/ld: /usr/local/lib/libavcodec.a(utils.o): relocation R_X86_64_32 against `first_avcodec' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libavcodec.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[2]: *** [encode_lavc.la] Erreur 1 make[2]: quittant le répertoire « /home/dav/Desktop/transcode-1.1.0alpha3/encode » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /home/dav/Desktop/transcode-1.1.0alpha3 » make: *** [all] Erreur 2 /**********************************************************************************/ So I use this command cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvstc co -r transcode_1_0 transcode A) cd transcode but there is no configure file! B) So I download http://fromani.exit1.org/transcode-1.0.3.tar.bz2 tar xjvf transcode-1.0.3.tar.bz2 cd transcode-1.0.3 cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvstc co -r transcode_1_0 transcode ./configure I have the same error than yesterday. C) ls -> transcode-1.0.3 transcode cp -R transcode/* transcode-1.0.3/ ./configure and i have the same error than using transcode-1.0.4rc6.tar.bz2 So what can I do? Thanks for your help. Dav.