Page 1 of 1

Build IM with xml support

Posted: 2010-08-23T08:22:42-07:00
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!

Re: Build IM with xml support

Posted: 2010-08-23T10:24:46-07:00
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

Re: Build IM with xml support

Posted: 2010-08-24T05:22:18-07:00
by my600080
Thanks! I successfully rebuilt the IM with the xml support now. Again, thanks a lot!