I've been trying to compile xine for the VDR plugins. got the latest cvs for xine and applied the patches -did a ./autogen.sh --enable-vdr-keys on the xine-lib -did a ./configure -when I tried the make, after lots of output I get : image.c:46:30: wand/magick_wand.h: No such file or directory image.c: In function `image_decode_data': image.c:86: error: `MagickBooleanType' undeclared (first use in this function) image.c:86: error: (Each undeclared identifier is reported only once image.c:86: error: for each function it appears in.) image.c:86: error: syntax error before "status" image.c:87: error: `MagickWand' undeclared (first use in this function) image.c:87: error: `wand' undeclared (first use in this function) image.c:95: warning: implicit declaration of function `NewMagickWand' image.c:95: warning: nested extern declaration of `NewMagickWand' image.c:96: error: `status' undeclared (first use in this function) image.c:96: warning: implicit declaration of function `MagickReadImageBlob' image.c:96: warning: nested extern declaration of `MagickReadImageBlob' image.c:99: error: `MagickFalse' undeclared (first use in this function) image.c:100: warning: implicit declaration of function `DestroyMagickWand' image.c:100: warning: nested extern declaration of `DestroyMagickWand' image.c:105: warning: implicit declaration of function `MagickGetImageWidth' image.c:105: warning: nested extern declaration of `MagickGetImageWidth' image.c:106: warning: implicit declaration of function `MagickGetImageHeight' image.c:106: warning: nested extern declaration of `MagickGetImageHeight' image.c:108: warning: implicit declaration of function `MagickGetImagePixels' image.c:108: warning: nested extern declaration of `MagickGetImagePixels' image.c:108: error: `CharPixel' undeclared (first use in this function) image.c:109: warning: nested extern declaration of `DestroyMagickWand' make[3]: *** [xineplug_decode_image_la-image.lo] Error 1 make[3]: Leaving directory `/share/xine-cvs/xine-lib/src/libxinevdec' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/share/xine-cvs/xine-lib/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/share/xine-cvs/xine-lib' make: *** [all] Error 2 help ! anyone ?