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.
powerofvoid
Posts: 11 Joined: 2015-03-04T07:58:38-07:00
Authentication code: 6789
Post
by powerofvoid » 2015-04-02T21:43:50-07:00
What I did:
Put the source tarball in a directory that contained spaces in its name (e.g: "A B")
Extracted
./configure
make
What I expected:
What I got:
Error and failure to make
Change I made:
Renamed the directory to not contain spaces
What I got:
ImageMagick compiled fine
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Post
by snibgo » 2015-04-02T22:21:50-07:00
The developers might want to know the first error that was raised. Also your platform (Linix, Max, Windows, whatever) and version of IM.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2015-04-03T08:17:37-07:00
Did you put quotes around the directory whose name had spaced, when you reference it?