-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uninitialized constant #5
Comments
I have geokit 1.8.4, and you have 1.8.5. Perhaps there is a new bug there? |
|
Tried reinstalling ruby pointing to the homebrew-installed OpenSSL: |
Sorry I commented about bundle install too fast, then deleted my comment and put in a more reasonable one about the version of geokit. But seems you read and responded to my first comment anyway. But my second comment about geokit versions seems correct. I've just upgraded to geokit 1.8.5 and also get the problem you see. Downgrading to geokit 1.8.4 should fix the problem. |
Thanks @craigtaverner - let me try that. Is this known on the geokit side of things or do I need to file a bug? |
That did the trick. So I guess |
I don't know if it's known. I have not spent time looking at geokit much. Probably good to file a bug. Also I noticed that you installed gpx2exif from rubygems, but that get's you version 0.3.1. For the geotagging stuff I blogged about you need 0.3.6 or later. Until akwiatkowski merges my code, you need to get that from my fork. git clone https://github.com/craigtaverner/gpx2exif |
I edited the Gemfile on my fork to explicitly require geokit 1.8.4 until that bug is resolved. |
requiring geokit 1.8.4 because of #5
calling
geotag
with no args:This is on OSX 10.9 with
homebrew
andrvm
, using ruby 2.1.2.The text was updated successfully, but these errors were encountered: