I have looked over the file in Github and the delegate X11 is there but as an option
depends_on "jpeg" => :recommended
depends_on "libpng" => :recommended
depends_on "libtiff" => :recommended
depends_on "freetype" => :recommended
depends_on :x11 => :optional
depends_on "fontconfig" => :optional
depends_on "little-cms" => :optional
depends_on "little-cms2" => :optional
depends_on "libwmf" => :optional
depends_on "librsvg" => :optional
depends_on "liblqr" => :optional
depends_on "openexr" => :optional
depends_on "ghostscript" => :optional
depends_on "webp" => :optional
depends_on "openjpeg" => :optional
depends_on "fftw" => :optional
depends_on "pango" => :optional
depends_on :perl => ["5.5", :optional]
now if I knew a little more about code I could unravel it, but alas I don't have experience in this, but because it is optional Brew doesn't install it probably because it doesn't see the flags from XQuartz
any advice would be much appreciated, thanks in advance
High Sierra install
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: High Sierra install
Sorry, I cannot help as I have no experience with Homebrew. I am surprised since no one else has reported this problem. The only options are to install IM 6 from MacPorts or install the ImageMagick 7 binary. The latter would be easier.
Perhaps one of the other Mac users can provide more information about installing from Homebrew.
Perhaps one of the other Mac users can provide more information about installing from Homebrew.
Re: High Sierra install
Thanks for your efforts on this I will try a binary dump
Re: High Sierra install
I got a result from https://stackoverflow.com/questions/446 ... th-xquartz
for all those who venture down this path and get stuck
for all those who venture down this path and get stuck
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: High Sierra install
So what was the solution to your issue? What step did you miss?philysgdy wrote: ↑2017-12-23T06:06:33-07:00 I got a result from https://stackoverflow.com/questions/446 ... th-xquartz
for all those who venture down this path and get stuck