Skip to content

Instantly share code, notes, and snippets.

@aalin
Created February 13, 2012 11:56
Show Gist options
  • Select an option

  • Save aalin/1816302 to your computer and use it in GitHub Desktop.

Select an option

Save aalin/1816302 to your computer and use it in GitHub Desktop.
headache when installing capybara-webkit
# changed line 19 of rubygems/ext/builder.rb from:
mf = File.read('Makefile')
# into
mf = File.read('Makefile', :encoding => 'iso-8859-15').encode('utf-8')
# Problem was that qmake generated a Makefile that included a latin 1 "å" in the date because of swedish locales...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment