Skip to content

Instantly share code, notes, and snippets.

@huttneab
Created September 10, 2014 14:45
Show Gist options
  • Save huttneab/40974237109ebcd54141 to your computer and use it in GitHub Desktop.
Save huttneab/40974237109ebcd54141 to your computer and use it in GitHub Desktop.
Aaron-Huttner-MBP:~ ahuttner$ brew install geos
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/geos-3.4.2.ma
######################################################################## 100.0%
==> Pouring geos-3.4.2.mavericks.bottle.tar.gz
🍺 /usr/local/Cellar/geos/3.4.2: 385 files, 8.4M
Aaron-Huttner-MBP:~ ahuttner$ cd GitHub/rc
Aaron-Huttner-MBP:rc ahuttner$ bundle install
Fetching source index from http://gems.github.com/
Fetching source index from http://rubygems.org/
Resolving dependencies........
Using rake 10.1.0
Using GeoRuby 1.3.4
Using StreetAddress 1.0.5
Using abstract 1.0.0
Using activesupport 3.0.20
Using builder 2.1.2
Using i18n 0.5.0
Using activemodel 3.0.20
Using erubis 2.6.6
Using rack 1.2.8
Using rack-mount 0.6.14
Using rack-test 0.5.7
Using tzinfo 0.3.37
Using actionpack 3.0.20
Using mime-types 1.25
Using polyglot 0.3.3
Using treetop 1.4.15
Using mail 2.2.20
Using actionmailer 3.0.20
Using arel 2.0.10
Using activerecord 3.0.20
Using mysql2 0.3.16
Using activerecord-mysql2-adapter 0.0.3
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
checking for geos_c.h... yes
checking for GEOSSetSRID_r() in geos_c.h... no
checking for GEOSPreparedContains_r() in geos_c.h... no
checking for GEOSPreparedDisjoint_r() in geos_c.h... no
checking for GEOSWKTWriter_setOutputDimension_r() in geos_c.h... no
checking for rb_memhash() in ruby.h... yes
**** WARNING: Unable to find GEOS headers or GEOS version is too old.
**** Compiling without GEOS support.
creating Makefile
make "DESTDIR="
linking shared-object rgeo/geos/geos_c_impl.bundle
make "DESTDIR=" install
/usr/bin/install -c -m 0755 geos_c_impl.bundle ./.gem.20140910-9590-n4ala3/rgeo/geos
install: ./.gem.20140910-9590-n4ala3/rgeo/geos: No such file or directory
make: *** [install-so] Error 71
Gem files will remain installed in /Users/ahuttner/GitHub/rc/vendor/bundle/ruby/2.0.0/bundler/gems/rgeo-a2274a831821 for inspection.
Results logged to /Users/ahuttner/GitHub/rc/vendor/bundle/ruby/2.0.0/bundler/gems/rgeo-a2274a831821/ext/geos_c_impl/gem_make.out
An error occurred while installing rgeo (0.3.20), and Bundler cannot continue.
Make sure that `gem install rgeo -v '0.3.20'` succeeds before bundling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment