Error message, can't find configure file, mingw version of IM

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
PaulAThompson
Posts: 26
Joined: 2012-06-23T10:50:36-07:00
Authentication code: 13

Error message, can't find configure file, mingw version of IM

Post by PaulAThompson »

I am using ImageMagick under minGW emulation.

I installed it by

pacman -S mingw-w64-x86_64-imagemagick

in the msys2 console. All went well.

After installing, I got an error

convert.exe: unable to find configure file 'configure.xml': stuff

I found the file under

/mingw64/lib/ImageMagick.7.0.6/config-Q16HDRI

I copied it to

/mingw64/etc/ImageMagick-7

After that, the error message went away.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Error message, can't find configure file, mingw version of IM

Post by fmw42 »

Perhaps the binary for MINGW configuration of its files has had a directory change along the way of changes for IM 7.
Post Reply