|
From: Malcolm T. <ma...@co...> - 2003-12-06 12:25:14
|
On Sat, 2003-12-06 at 23:11, Christian Marillat wrote: > Malcolm Tredinnick <ma...@co...> writes: > > > On Sat, 2003-12-06 at 22:47, Christian Marillat wrote: > > [...] > >> Same problem with 0.3.13 (If you don't know I'm the Debian developer for > >> scrollkeeper) : > >> > >> 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 > > > > Aah. So as the error message says, you need to install the XML::Parser > > module for Perl. I did think about adding a configure time check for > > Yes I know, but the tarball should not use extra perl modules. Anyway > doing a "intltoolize -f -c" solve the problem for me. Nonsense. There is nothing wrong with using an extra Perl module. It just becomes a dependency for the package. Completely normal. I would be very surprised if intltoolize with the intltool you have really does solve things properly (there are distcheck problems for a start and you now have po/Makefile.in.in that will be calling intltool scripts with some extra parameters), but whatever makes you happy. Malcolm |