How to recompile ImageMagick to detect the DELEGATES

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
suvasish
Posts: 2
Joined: 2014-12-23T21:39:32-07:00
Authentication code: 6789

How to recompile ImageMagick to detect the DELEGATES

Post by suvasish »

I am using Imagemagick(6.4.3.6-7.18.x86_64) in SLES11 SP2

Using it like bellow..

import -window $wid $jpg

and getting this error
import: DelegateLibrarySupportNotBuiltIn `' (X11) @ error/import.c/ImportImageCommand/1303.
This URL viewtopic.php?t=14055 suggests to install the X11 development package and to recompile ImageMagick.

Installed the packge (`xorg-x11-devel`) but not sure how to recompile it like below as i've installed it by RPM(ImageMagick-6.4.3.6-7.10.x86_64.rpm)
cd Image_Magic_Dir
./configure
make
make install
and here is what i see if i run it

Code: Select all

convert -list configure 
Path: [built-in]
Name Value
-------------------------------------------------------------------------------
FEATURES
NAME ImageMagick
QuantumDepth 16
convert: UnableToOpenConfigureFile `configure.xml' @ warning/configure.c/GetConfigureOptions/706.
Any idea how can i make ImageMagick to re-detect the Delegates?

Thanks
Post Reply