Page 1 of 1

ImageMagick fails to build when path includes spaces

Posted: 2015-04-02T21:43:50-07:00
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

Re: ImageMagick fails to build when path includes spaces

Posted: 2015-04-02T22:21:50-07:00
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.

Re: ImageMagick fails to build when path includes spaces

Posted: 2015-04-03T08:17:37-07:00
by fmw42
Did you put quotes around the directory whose name had spaced, when you reference it?