cfis / proj4rb

Proj4rb is a ruby binding for the Proj carthographic projections library.
MIT License
24 stars 11 forks source link

problem to install proj4rb in OSX 10.9 #3

Closed sbrocos closed 9 years ago

sbrocos commented 10 years ago

Before install with ports the proj... When I try install proj4rb, show this error message (log): /Users/sbrocos/.rvm/rubies/ruby-2.1.1/bin/ruby extconf.rb checking for proj_api.h... yes checking for pj_init() in -lproj... yes creating Makefile

make "DESTDIR=" clean

make "DESTDIR=" compiling projrb.c projrb.c:2:10: fatal error: 'projects.h' file not found

include

     ^

1 error generated. make: *\ [projrb.o] Error 1

make failed, exit code 2

veldtmana commented 10 years ago

I have this issue as well

veldtmana commented 10 years ago

fixed it by installing gem from github master branch

sbrocos commented 10 years ago

OK, perfect now i can use proj4rb without problems, and in Yosemite ;)

schmijos commented 9 years ago

:+1: worked for me, too.

cfis commented 9 years ago

Will release new gem...