Build IM with xml support

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
my600080
Posts: 13
Joined: 2010-06-11T12:41:30-07:00
Authentication code: 8675308

Build IM with xml support

Post by my600080 »

Hi,

I would like to build IM which can convert xml file to images. I have installed all the necessary delegates ( I think ) including libxml2-2.7.3.tar.gz and others. But when I re-configure the IM, it still shows the following in my config.log file:

XML --with-xml=no no

Is there a flag I have to use while configuring IM?

Thanks a lot!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Build IM with xml support

Post by fmw42 »

Try rebuilding IM rather than reconfiguring it. Once IM is rebuilt it should find all your delegates automatically, assuming you have built your delegates in the same place as IM is built.

Otherwise, see http://www.imagemagick.org/script/advan ... #configure
my600080
Posts: 13
Joined: 2010-06-11T12:41:30-07:00
Authentication code: 8675308

Re: Build IM with xml support

Post by my600080 »

Thanks! I successfully rebuilt the IM with the xml support now. Again, thanks a lot!
Post Reply