Hi
I've co'ed and then build Inkscape from SVN to test some parts of the danish translation that didn't show up in the menues in the .44 release. I built with the standard configure config with no errors and the program works fine when I'm running it with the english locale (default C). But as soon as I'm trying to use the translated po file by copying the resulting inkscape.mo to /usr/local/share/locale/da/LC_MESSAGES/inkscape.mo , Inkscape SIGABRTS like this:
$ export LANG=da_DK $ /usr/local/bin/inkscape terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid
Emergency save activated! Emergency save completed. Inkscape will close now. If you can reproduce this crash, please file a bug at www.inkscape.org with a detailed description of the steps leading to the crash, so we can fix it. Afbrudt (SIGABRT)
Could anyone tell me how they test their GUI translation an avoiding this problem?
Best regards Rune Rønde Laursen