ImageMagick configure fails to pick up an installed libwmf

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

To determine why ImageMagick failed to validate the WMF delegate library, look at config.log. Correct the problem its complaining about and rerun the configure script until the delegate library is validated.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

The reason why libwmf failed to validate is in the config.log file. You just did not review it carefully enough. There is another section in the log dealing with libwmf other than the portion you posted. Look there to find your answer.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Got it. WMF is only enabled if you specify --with-modules on the configure script command line. Not sure why we have this restriction.
Post Reply