|
From: Malcolm T. <ma...@co...> - 2003-12-05 13:48:24
|
On Sat, 2003-12-06 at 00:37, Christian Marillat wrote: > Malcolm Tredinnick <ma...@co...> writes: > > > On Fri, 2003-12-05 at 19:55, Christian Marillat wrote: > > [...] > >> You have a problem with intltool because you are using an unreleased > >> version 0.28. The latest intltool is 0.27.2 : > >> > >> http://ftp.gnome.org/pub/GNOME/sources/intltool/0.27/ > > > > If only it were that simple. As I said in my last mail, the problem was > > making intltool work with gettext-0.12.1 and recent automakes. This is > > not some feature that was removed between 0.27.2 and the latest CVS > > version (0.28). It was not there in the first place. > > I've no problem here with gettext 0.12.1 and intltool 0.27.2 Given that none of the intltool Makefile.in.in patches apply to gettext's Makefile.in.in, I find it hard to believe in "no problems" -- no error messages might be a possibility, though. Intltool tries to apply one patch to po/Makefile.in.in (the default one) and I think it says something like "three hunks failed" or whatever. [...] > The problem is that intltool 0.28 need extra Perl module like > XML::Parser > > ,---- > | LC_ALL=C ../../intltool-merge ../../po scrollkeeper_cl.xml.in scrollkeeper_cl.xml -x -u -c ../../po/.intltool-merge-cache > | You must have XML::Parser installed to run ../../intltool-merge > `---- > > Where I can find this one ? > > ,---- > | LC_ALL=C ../../intltool-merge ../../po scrollkeeper_cl.xml.in scrollkeeper_cl.xml -x -u -c ../../po/.intltool-merge-cache > | The OrigTree module doesn't seem to be properly installed ../../intltool-merge > `---- > > The OrigTree is part of XML::Parser but my version 2.34 doesn't have that. Yeah, that turns out to be a real bug. See another post to the list about this. Malcolm |