Open troelskn opened 9 years ago
Thanks. Looks like some Linux distros have turned on an extra compiler warning.
format not a string literal and no format arguments [-Werror=format-security]
Fixed by https://github.com/tyler/trie/pull/15 . @tyler would you be able to publish to Rubygems?
Oops... I've got this problem too.
I add the following line in Gemfile:
gem 'fast_trie', :git => 'https://github.com/tyler/trie.git', :ref => '616ccf2412a9efd983962069faa931e998d13e67'
Thanks @hickford !
I get the following error on Ubuntu - It works fine on my osx machine though. Any ideas?