Page 1 of 1

Problem with --enable-delegate-build

Posted: 2015-10-21T00:47:40-07:00
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.