What steps will reproduce the problem?
Run ./configure
What is the expected output? What do you see instead?
This will generate a warning similar to:
"'gettext/utils.rb' is deprecated. Use gettext/tools.rb."
To avoid this warning:
require 'gettext/utils'
should be replaced with
require 'gettext/tools'
I did see the old bug report closed as WontFix, but patching to use
'gettext/tools' works for me.
Regards,
Scott.
Original issue reported on code.google.com by sc...@sl.id.au on 12 Mar 2012 at 10:18
Original issue reported on code.google.com by
sc...@sl.id.au
on 12 Mar 2012 at 10:18