Posted: 2006-11-29T09:28:48-07:00
Older versions of MagickWand did not have the MagickWandGenesis() method. Download and install the lastest ImageMagick (see http://www.imagemagick.org/script/index.php) and try compiling like this:
- cc `Wand-config --cflags --cppflags` -o devignettif main.c `Wand-config --ldflags --libs`