DAddYE / vips

Go Bindings for Vips (a super fast image processor)
454 stars 52 forks source link

Error while installing on Mac #20

Open alehano opened 9 years ago

alehano commented 9 years ago
brew install vips --without-fftw --without-libexif --without-libgsf \
>   --without-little-cms2 --without-orc --without-pango --without-pygobject3 \
>   --without-gobject-introspection --without-python
==> Installing vips from homebrew/homebrew-science
==> Downloading http://www.vips.ecs.soton.ac.uk/supported/8.0/vips-8.0.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/vips-8.0.2.tar.gz
==> ./configure --prefix=/usr/local/Cellar/vips/8.0.2
==> make check
============================================================================
make[3]: *** [test-suite.log] Error 1
make[2]: *** [check-TESTS] Error 2
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1
couldn't understand kern.osversion `14.3.0'

READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/homebrew/homebrew-science/issues
lovell commented 9 years ago

Perhaps try xcode-select --install first, known to fix all sorts of homebrew-related compilation errors.