On Sat, 17 Jul 2004, Bryce Harrington wrote:
On Sat, 17 Jul 2004, Kees Cook wrote:
On Sat, Jul 17, 2004 at 12:06:44PM -0700, Bryce Harrington wrote:
I get a warning when I run this script on CVS HEAD on a Mandrake 9.1 box:
Hm, did you run it from the "po" directory? I've updated it to deal with being run from the top-level dir...
Ahh, I was running it from the inkscape/ directory. Okay, I'll try fixing that.
Hmm, one issue is that it's reporting:
*** To get percentages, please make sure you have intltool-update ***
however I have intltool-update installed:
$ which intltool-update /usr/bin/intltool-update
It looks like in the script it's trying to call ../intltool-update, but since I'm running this without actually doing a compile of inkscape, it does not exist. Think we could use the installed intltool-update in this case?
Bryce