bleskodev / rubyripper

Fork of the original rubyripper from code.google.com/p/rubyripper + some bugs fixes
125 stars 21 forks source link

Crash when ruby-gettext isn't installed #609

Closed refi64 closed 6 years ago

refi64 commented 6 years ago
ruby configure --update-mo #update the locale files
ruby-gettext is not found. Translations are disabled!
Could not import gettext; skip language support...
configure:109:in `update_mo': uninitialized constant GetText::Tools (NameError)
    from configure:138:in `block in <main>'
    from configure:124:in `each'
    from configure:124:in `<main>'
Makefile:10: recipe for target 'all' failed
make: *** [all] Error 1

¯_(ツ)_/¯

bleskodev commented 6 years ago

Hi, thanks for reporting. I'll check it out and see what I can do.

Warepire commented 6 years ago

I ran into this too, I think I fixed this with PR #612

bleskodev commented 6 years ago

This should be fixed with PR #612 (thanks to Warepire!). Closing