-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hello,
On an entirely fresh homebrew install (I deleted /usr/local and reinstalled), on OS X 10.9 (13A603), if I do:
brew tap acornejo/homebrew-quartz
brew install inkscape-quartz
it fails trying to install the dependencies - the last brew to be installed is
==> Installing inkscape-quartz dependency: gtk+-quartz
==> Downloading http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.11.tar.xz
Already downloaded: /Library/Caches/Homebrew/gtk+-quartz-2.24.11.tar.xz
==> ./configure --prefix=/usr/local/Cellar/gtk+-quartz/2.24.11 --disable-glibtest --with-gdktarget=quartz --disable-introspection
installed software in a non-standard prefix.
Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
If I then run "brew install inkscape-quartz" again, it gives the error
Error: inkscape-quartz dependency acornejo/quartz/pango-quartz not installed with:
--alt
I've tried googling it, and I'm stumped. What is this --alt? I tried brew install pango-quartz --alt and also editing the formula to include --alt in the configure arguments, but neither of these helped.
Any suggestions appreciated!
Richard