[Gimp-developer] strange localization behaviour (gimp-2.3-svn)
Sven Neumann
sven at gimp.org
Wed Feb 7 22:40:53 PST 2007
Hi Marco,
if I remember correctly this is fixed by removing the generated files
POTFILES in all po subdirectories. Try this command in the toplevel gimp
source directory:
find . -name POTFILES -exec rm {} \;
Then do a rebuild. The problem here is that the Makefile rules to
generate the files used to be broken. We fixed the Makefiles but there's
no dependency that would cause the broken files to be regenerated.
Sven
More information about the Gimp-developer
mailing list