What steps will reproduce the problem?
1. Install the latest version of the gettext gem.
2. Run ./configure --update-lang
What is the expected output? What do you see instead?
I expect configure to succeed, instead it fails with an error.
The latest version of the gettext gem uses a new API to create mofiles.
See here:
http://rubydoc.info/gems/gettext/GetText#create_mofiles-instance_method
The line in configure:
GetText.create_mofiles(true, "./locale/po", "./locale")
should be changed to:
GetText.create_mofiles({:verbose => true, :po_root => "./locale/po", :mo_root => "./locale"})
Regards,
Scott.
Original issue reported on code.google.com by sc...@sl.id.au on 12 Mar 2012 at 10:19
Original issue reported on code.google.com by
sc...@sl.id.au
on 12 Mar 2012 at 10:19