I will make the change for USE_XIM on monday. what do you understand under multibyte chars. My problem is that the toolchain for blackfin doesn't support type wchar_t. And as it seems there is also no support for wcstombs and mbstowcs in stdlib.h. I don' know how to do a workaround. Perhaps you can show me how to do..... ________________________________________ Von: dillo-dev-bounces@dillo.org [dillo-dev-bounces@dillo.org] im Auftrag von corvid [corvid@lavabit.com] Gesendet: Freitag, 14. August 2009 17:05 An: dillo-devel-list (dillo-dev@dillo.org) Betreff: Re: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin Michael wrote:
LibXi is part of nxlib and nxlib maps XInputs to nano-X lib. So I had to replace libXi.
I know there's a USE_XIM in fltk's config.h. It's possible that changing that might accomplish something.
then you have to change src/utf.c. Change all wchar_t * to char * and comment if-else statements including the functions wcstombs() and mbstowcs().
Do multibyte characters work at all?
@@ -145,12 +145,18 @@ dnl ---------------------- dnl dnl For debugging and to be user friendly + +dnl Check if the user hasn't set the variable $FLTK2_CONFIG + if test -z "$FLTK2_CONFIG"; then + PNG_CONFIG=`which fltk2-config` + fi +
? Also, do the DPIs work? (e.g., ftp, https...) _______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev