ImageMagick fails to build when path includes spaces

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
powerofvoid
Posts: 11
Joined: 2015-03-04T07:58:38-07:00
Authentication code: 6789

ImageMagick fails to build when path includes spaces

Post by powerofvoid »

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:
  • Successful make
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

Re: ImageMagick fails to build when path includes spaces

Post by snibgo »

The developers might want to know the first error that was raised. Also your platform (Linix, Max, Windows, whatever) and version of IM.
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: ImageMagick fails to build when path includes spaces

Post by fmw42 »

Did you put quotes around the directory whose name had spaced, when you reference it?
Post Reply