Re: Building a localised SeaMonkey 2.42

Laurenz Sommer via dev-ports-os2 <[email protected]> Thu, 22 Jun 2017 19:49:04 +0200
Newsgroups gmane.comp.mozilla.devel.os2
Message-ID <[email protected]>
Thanks, obviously the option 'ac_add_options --with-system-icu' was 
missing in my mozconfig, so now I just used my normal mozconfig with 
'ac_add_options --with-l10n-base=/gecko45/sm_locales' added. I reverted 
my changes in mozilla\build\autoconf\icu.m4 and then the configure step 
completed without errors. clobber-zip worked without problems, too, but 
with merge-de compare-locales gives me strange results: It lists any 
file in the subdirectorys of l10n-base followed by '// remove this 
file'. It seems as it does not properly determine which locale files are 
needed.

Just to make sure I'm not misunderstanding something: --with-l10n-base 
points to the directory in which I have the subdirectory de which has 
b2g, browser, calender, chat etc. as subdirectorys?

Can someone tell me what I have to do so compare-locales actually 
compares the locales and not only suggests to remove necessary files?

Laurenz