|
From: Christian M. <mar...@wa...> - 2003-12-05 13:37:15
|
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 [...] > In case you are worried, there is no problems with using unreleased > intltool versions in production code -- the required intltool scripts > are shipped as part of the scrollkeeper tarball. Intltool was designed > like that; people building from tarballs do not need intltool installed > (the same as with automake and autoconf). One of the bugs that was fixed > in the scrollkeeper-0.3.13 was removing a mistaken test that required > tarball builders to have intltool installed externally. 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. Christian |