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!
Build IM with xml support
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Build IM with xml support
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
Otherwise, see http://www.imagemagick.org/script/advan ... #configure
Re: Build IM with xml support
Thanks! I successfully rebuilt the IM with the xml support now. Again, thanks a lot!