I get the following error message:
convert.exe: unable to access configure file 'configure.xml' blah blah blah
I am running IM using a minGW shell
convert -list configure
generates the error
convert xxx.jpg yyy.jpg
runs clean
error message using convert
-
- Posts: 26
- Joined: 2012-06-23T10:50:36-07:00
- Authentication code: 13
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: error message using convert
You probably should specify what version of ImageMagick and what version of Windows and also version of MINGW. Were there any error messages when installing MINGW or ImageMagick. Did you install ImageMagick from binary or source?
I note that ImageMagick-i686-pc-mingw32.tar.gz appears to be for 32-bit system? Was your Windows 32-bit or 64-bit?
These are just some simple things to check. Sorry I am not a Windows user, so know little about the specifics on Windows.
I note that ImageMagick-i686-pc-mingw32.tar.gz appears to be for 32-bit system? Was your Windows 32-bit or 64-bit?
These are just some simple things to check. Sorry I am not a Windows user, so know little about the specifics on Windows.
-
- Posts: 26
- Joined: 2012-06-23T10:50:36-07:00
- Authentication code: 13
Re: error message using convert
Fred:
Thanks for your comment and suggestion. The error was caused by a setup malfunction in the install program. I made the error go away by copying the confingure.xml file from one place to a proper location. What a PITA.
Thanks for your comment and suggestion. The error was caused by a setup malfunction in the install program. I made the error go away by copying the confingure.xml file from one place to a proper location. What a PITA.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: error message using convert
Glad to hear that you found the solution.