Jan Nieuwenhuizen wrote:

Matt Jibson writes:



This appears to have worked. With another patch to make utf8 wchar
support work it compiled and linked.



utf8 patch? Do we want to include that?

Probably not, it's just an include fix in lily/general-scheme.cc:
-#include <wchar.h>  /* wcrtomb */
+#include <utf8/wchar.h>  /* wcrtomb */

and in config.make -lutf8 is added to EXTRA_LIBS.

OpenBSD has a libutf8 port that provides this functionality. I don't know how the other BSDs do it, but I would guess that this patch is best left as a patch on our side, since it's probably OpenBSD (or just BSD) specific.


_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to