Compiling MagickWand program

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
ersist
Posts: 1
Joined: 2013-04-17T07:10:17-07:00
Authentication code: 6789

Compiling MagickWand program

Post by ersist »

Hello, i was trying to compile the code wand.c (the first at this link http://www.imagemagick.org/script/magick-wand.php) but i got an error: "error: pkg-config --cflags --libs MagickWand: File o directory non esistente"... Why? I have installed pkg-config and wand/MagickWand.h is in the directory of my project. Maybe am i missing something??
Thank youuu
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Compiling MagickWand program

Post by magick »

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
Post Reply