Problem with --enable-delegate-build

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
turpitron
Posts: 1
Joined: 2015-10-21T00:00:24-07:00
Authentication code: 1151

Problem with --enable-delegate-build

Post by turpitron »

I am trying to install some delegates into my source directory for imagemagick, and then including them in my imagemagick build.
I configure my delegates by configuring them with the options './configure --prefix=src/ImageMagick/png --includedir=src/ImageMagick/png --libdir=src/ImageMagick/png' and then making and installing it.
I then configure my image magick source with './configure --enable-delegate-build LDFLAGS=./png CPPFLAGS=./png'.
This runs through the configuration fine, and shows the ld and cpp flags at the end of the prinout, yet does not show the delegate in the 'delegates' section.
I am working with a number of delegates such as png, freetype, jpeg, and tiff. So far I have only had success jpeg and tiff.
Any help would be appreciated, cheers.
Post Reply