On Sat, 2011-02-12 at 12:04 -0800, bsquared wrote: > make[3]: Entering directory > `/home/bwinfrey/development/gnome/source/gettext-0.18.1.1/gettext-runtime/intl-csharp' > /bin/sh ../csharpcomp.sh -O -g -o GNU.Gettext.dll ./intl.cs > error CS0040: Unexpected debug information initialization error `The > assembly for default symbol writer cannot be loaded' > Compilation failed: 1 error(s), 0 warnings
Something is wrong with C#. I don't know much about C#. Perhaps check your C# compiler and C# libraries. A work-around is to disable gettext's C#. Add to your ~/.jhbuildrc: module_autogenargs['gettext'] = autogenargs + ' --disable-csharp' And rebuild: jhbuild bootstrap -a The only C# GNOME module is Tomboy, which may or may not be affected by this missing C# gettext library. -- Craig Keogh <[email protected]> _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
