AW: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
Hey guys, I think I'm near on getting dillo2 working on blackfin uClinux. My concurrent problem is, that there are some Errors linking the project. Undefined reference ..... I'll give you my compile log: make[3]: F?r das Ziel ?all? ist nichts zu tun. make[3]: Leaving directory `/home/mheiser/dillo-2.1.1/src/IO' make[3]: Entering directory `/home/mheiser/dillo-2.1.1/src' bfin-linux-uclibc-g++ -I.. -I/home/mheiser/uClinux/uClinux/uclinux-dist/staging/usr/include/libpng12 -I/home/mheiser/fltk-2.0.x-r6841 -I/home/mheiser/uClinux/uclinux-dist/staging/usr/include/freetype2 -I/home/mheiser/uClinux/uclinux-dist/user/microwin/nxlib/nxlib-0.45/X11/include -Wno-non-virtual-dtor -O2 -pipe -isystem /home/mheiser/uClinux/uclinux-dist/staging/usr/include -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -L/home/mheiser/uClinux/uclinux-dist/staging/usr/lib -o dillo dillo.o paths.o ui.o uicmd.o bw.o cookies.o auth.o colors.o misc.o history.o prefs.o prefsparser.o keys.o url.o bitvec.o klist.o chain.o utf8.o timeout.o dialog.o web.o nav.o cache.o decode.o dicache.o capi.o css.o cssparser.o styleengine.o plain.o html.o form.o table.o bookmark.o dns.o gif.o jpeg.o png.o imgbuf.o image.o menu.o dpiapi.o findbar.o xembed.o ../dlib/libDlib.a ../dpip/libDpip.a IO/libDiof.a ../dw/libDw-widgets.a ../dw/libDw-fltk.a ../dw/libDw-core.a ../lout/liblout.a -ljpeg -lpng12 -L/home/mheiser/fltk-2.0.x-r6841/lib -Wl,-rpath,/home/mheiser/bfin-fltk2/lib -lfltk2_images -lpng -lfltk2_images -ljpeg -lz -lfltk2 -L/home/mheiser/uClinux/uclinux-dist/user/microwin/nxlib/nxlib-0.45 -L/home/mheiser/uClinux/uclinux-dist/user/microwin/src/lib -L/home/mheiser/uClinux/uclinux-dist/staging/usr/lib -lX11 -lpthread -lm -lnano-X -lsupc++ -lz -liconv /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_Xutf8LookupString' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XFreeDeviceList' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_wcstombs' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_mbstowcs' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XOpenDevice' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XGetExtensionVersion' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XListInputDevices' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XSelectExtensionEvent' collect2: ld gab 1 als Ende-Status zur?ck make[3]: *** [dillo] Fehler 1 make[3]: Leaving directory `/home/mheiser/dillo-2.1.1/src' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/home/mheiser/dillo-2.1.1/src' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/home/mheiser/dillo-2.1.1' make: *** [all] Fehler 2 Can you give me an advice? I don't know exactly where I should begin searching for advice.... Regards Michael -----Urspr?ngliche Nachricht----- Von: corvid [mailto:corvid@lavabit.com] Gesendet: Donnerstag, 13. August 2009 02:10 An: Heiser Michael Betreff: Re: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin If you get it working from that document mentioned on the uclinux forum, let us know so that I can add to Compatibility.html :) Von AVG ?berpr?ft - www.avg.de Version: 8.5.386 / Virendatenbank: 270.13.53/2299 - Ausgabedatum: 08/12/09 18:12:00
On Fri, Aug 14, 2009 at 9:00 AM, Heiser Michael<heisermi@hs-albsig.de> wrote:
Hey guys, ?I think I'm near on getting dillo2 working on blackfin uClinux. My concurrent problem is, that there are some Errors linking the project. Undefined reference ..... I'll give you my compile log:
make[3]: F?r das Ziel ?all? ist nichts zu tun. make[3]: Leaving directory `/home/mheiser/dillo-2.1.1/src/IO' make[3]: Entering directory `/home/mheiser/dillo-2.1.1/src' bfin-linux-uclibc-g++ -I.. -I/home/mheiser/uClinux/uClinux/uclinux-dist/staging/usr/include/libpng12 -I/home/mheiser/fltk-2.0.x-r6841 -I/home/mheiser/uClinux/uclinux-dist/staging/usr/include/freetype2 -I/home/mheiser/uClinux/uclinux-dist/user/microwin/nxlib/nxlib-0.45/X11/include -Wno-non-virtual-dtor -O2 -pipe -isystem /home/mheiser/uClinux/uclinux-dist/staging/usr/include -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions ?-L/home/mheiser/uClinux/uclinux-dist/staging/usr/lib -o dillo ?dillo.o paths.o ui.o uicmd.o bw.o cookies.o auth.o colors.o misc.o history.o prefs.o prefsparser.o keys.o url.o bitvec.o klist.o chain.o utf8.o timeout.o dialog.o web.o nav.o cache.o decode.o dicache.o capi.o css.o cssparser.o styleengine.o plain.o html.o form.o table.o bookmark.o dns.o gif.o jpeg.o png.o imgbuf.o image.o menu.o dpiapi.o findbar.o xembed.o ../dlib/libDlib.a ../dpip/libDpip.a IO/libDiof.a ../dw/libDw-widgets.a ../dw/libDw-fltk.a ../dw/libDw-core.a ../lout/liblout.a -ljpeg -lpng12 -L/home/mheiser/fltk-2.0.x-r6841/lib -Wl,-rpath,/home/mheiser/bfin-fltk2/lib -lfltk2_images -lpng -lfltk2_images -ljpeg -lz -lfltk2 -L/home/mheiser/uClinux/uclinux-dist/user/microwin/nxlib/nxlib-0.45 -L/home/mheiser/uClinux/uclinux-dist/user/microwin/src/lib -L/home/mheiser/uClinux/uclinux-dist/staging/usr/lib -lX11 -lpthread -lm -lnano-X -lsupc++ -lz -liconv /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_Xutf8LookupString' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XFreeDeviceList' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_wcstombs' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_mbstowcs' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XOpenDevice' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XGetExtensionVersion' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XListInputDevices' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XSelectExtensionEvent'
Aren't you missing libXi-devel? Regards, Michal
collect2: ld gab 1 als Ende-Status zur?ck make[3]: *** [dillo] Fehler 1 make[3]: Leaving directory `/home/mheiser/dillo-2.1.1/src' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/home/mheiser/dillo-2.1.1/src' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/home/mheiser/dillo-2.1.1' make: *** [all] Fehler 2
Can you give me an advice? I don't know exactly where I should begin searching for advice....
Regards
Michael
-----Urspr?ngliche Nachricht----- Von: corvid [mailto:corvid@lavabit.com] Gesendet: Donnerstag, 13. August 2009 02:10 An: Heiser Michael Betreff: Re: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
If you get it working from that document mentioned on the uclinux forum, let us know so that I can add to Compatibility.html :)
Von AVG ?berpr?ft - www.avg.de Version: 8.5.386 / Virendatenbank: 270.13.53/2299 - Ausgabedatum: 08/12/09 18:12:00
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
LibXi is part of nxlib and nxlib maps XInputs to nano-X lib. So I had to replace libXi. By the way I handled the compiling for Blackfin!! I will give you soon an advice how to make it :) It's now only on testing dillo on our device..... That seems to be tricky -----Urspr?ngliche Nachricht----- Von: dillo-dev-bounces@dillo.org [mailto:dillo-dev-bounces@dillo.org] Im Auftrag von Michal Nowak Gesendet: Freitag, 14. August 2009 12:36 An: dillo-dev@dillo.org Betreff: Re: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin On Fri, Aug 14, 2009 at 9:00 AM, Heiser Michael<heisermi@hs-albsig.de> wrote:
Hey guys, ?I think I'm near on getting dillo2 working on blackfin uClinux. My concurrent problem is, that there are some Errors linking the project. Undefined reference ..... I'll give you my compile log:
make[3]: F?r das Ziel ?all? ist nichts zu tun. make[3]: Leaving directory `/home/mheiser/dillo-2.1.1/src/IO' make[3]: Entering directory `/home/mheiser/dillo-2.1.1/src' bfin-linux-uclibc-g++ -I.. -I/home/mheiser/uClinux/uClinux/uclinux-dist/staging/usr/include/libpng12 -I/home/mheiser/fltk-2.0.x-r6841 -I/home/mheiser/uClinux/uclinux-dist/staging/usr/include/freetype2 -I/home/mheiser/uClinux/uclinux-dist/user/microwin/nxlib/nxlib-0.45/X11/include -Wno-non-virtual-dtor -O2 -pipe -isystem /home/mheiser/uClinux/uclinux-dist/staging/usr/include -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions ?-L/home/mheiser/uClinux/uclinux-dist/staging/usr/lib -o dillo ?dillo.o paths.o ui.o uicmd.o bw.o cookies.o auth.o colors.o misc.o history.o prefs.o prefsparser.o keys.o url.o bitvec.o klist.o chain.o utf8.o timeout.o dialog.o web.o nav.o cache.o decode.o dicache.o capi.o css.o cssparser.o styleengine.o plain.o html.o form.o table.o bookmark.o dns.o gif.o jpeg.o png.o imgbuf.o image.o menu.o dpiapi.o findbar.o xembed.o ../dlib/libDlib.a ../dpip/libDpip.a IO/libDiof.a ../dw/libDw-widgets.a ../dw/libDw-fltk.a ../dw/libDw-core.a ../lout/liblout.a -ljpeg -lpng12 -L/home/mheiser/fltk-2.0.x-r6841/lib -Wl,-rpath,/home/mheiser/bfin-fltk2/lib -lfltk2_images -lpng -lfltk2_images -ljpeg -lz -lfltk2 -L/home/mheiser/uClinux/uclinux-dist/user/microwin/nxlib/nxlib-0.45 -L/home/mheiser/uClinux/uclinux-dist/user/microwin/src/lib -L/home/mheiser/uClinux/uclinux-dist/staging/usr/lib -lX11 -lpthread -lm -lnano-X -lsupc++ -lz -liconv /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_Xutf8LookupString' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XFreeDeviceList' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_wcstombs' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_mbstowcs' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XOpenDevice' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XGetExtensionVersion' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XListInputDevices' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XSelectExtensionEvent'
Aren't you missing libXi-devel? Regards, Michal
collect2: ld gab 1 als Ende-Status zur?ck make[3]: *** [dillo] Fehler 1 make[3]: Leaving directory `/home/mheiser/dillo-2.1.1/src' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/home/mheiser/dillo-2.1.1/src' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/home/mheiser/dillo-2.1.1' make: *** [all] Fehler 2
Can you give me an advice? I don't know exactly where I should begin searching for advice....
Regards
Michael
-----Urspr?ngliche Nachricht----- Von: corvid [mailto:corvid@lavabit.com] Gesendet: Donnerstag, 13. August 2009 02:10 An: Heiser Michael Betreff: Re: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
If you get it working from that document mentioned on the uclinux forum, let us know so that I can add to Compatibility.html :)
Von AVG ?berpr?ft - www.avg.de Version: 8.5.386 / Virendatenbank: 270.13.53/2299 - Ausgabedatum: 08/12/09 18:12:00
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev Eingehende eMail ist virenfrei. Von AVG ?berpr?ft - www.avg.de Version: 8.5.392 / Virendatenbank: 270.13.55/2301 - Ausgabedatum: 08/13/09 18:16:00
Hey guys, I got it! Dillo2 is running on our Blackfin device and I'll send you a little manual as attachment for implementing it to uClinux! Regards Michael!!! -----Urspr?ngliche Nachricht----- Von: dillo-dev-bounces@dillo.org [mailto:dillo-dev-bounces@dillo.org] Im Auftrag von Heiser Michael Gesendet: Freitag, 14. August 2009 13:18 An: dillo-devel-list (dillo-dev@dillo.org) Betreff: AW: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin LibXi is part of nxlib and nxlib maps XInputs to nano-X lib. So I had to replace libXi. By the way I handled the compiling for Blackfin!! I will give you soon an advice how to make it :) It's now only on testing dillo on our device..... That seems to be tricky -----Urspr?ngliche Nachricht----- Von: dillo-dev-bounces@dillo.org [mailto:dillo-dev-bounces@dillo.org] Im Auftrag von Michal Nowak Gesendet: Freitag, 14. August 2009 12:36 An: dillo-dev@dillo.org Betreff: Re: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin On Fri, Aug 14, 2009 at 9:00 AM, Heiser Michael<heisermi@hs-albsig.de> wrote:
Hey guys, ?I think I'm near on getting dillo2 working on blackfin uClinux. My concurrent problem is, that there are some Errors linking the project. Undefined reference ..... I'll give you my compile log:
make[3]: F?r das Ziel ?all? ist nichts zu tun. make[3]: Leaving directory `/home/mheiser/dillo-2.1.1/src/IO' make[3]: Entering directory `/home/mheiser/dillo-2.1.1/src' bfin-linux-uclibc-g++ -I.. bfin-linux-uclibc-g++ -I/home/mheiser/uClinux/uClinux/uclinux-dist/sta bfin-linux-uclibc-g++ ging/usr/include/libpng12 bfin-linux-uclibc-g++ -I/home/mheiser/fltk-2.0.x-r6841 bfin-linux-uclibc-g++ -I/home/mheiser/uClinux/uclinux-dist/staging/usr bfin-linux-uclibc-g++ /include/freetype2 bfin-linux-uclibc-g++ -I/home/mheiser/uClinux/uclinux-dist/user/microw bfin-linux-uclibc-g++ in/nxlib/nxlib-0.45/X11/include bfin-linux-uclibc-g++ -Wno-non-virtual-dtor -O2 -pipe -isystem bfin-linux-uclibc-g++ /home/mheiser/uClinux/uclinux-dist/staging/usr/i bfin-linux-uclibc-g++ nclude -Wall -W -Wno-unused-parameter -fno-rtti bfin-linux-uclibc-g++ -fno-exceptions ? bfin-linux-uclibc-g++ -L/home/mheiser/uClinux/uclinux-dist/staging/usr bfin-linux-uclibc-g++ /lib -o dillo ?dillo.o paths.o ui.o uicmd.o bw.o bfin-linux-uclibc-g++ cookies.o auth.o colors.o misc.o history.o bfin-linux-uclibc-g++ prefs.o prefsparser.o keys.o url.o bitvec.o bfin-linux-uclibc-g++ klist.o chain.o utf8.o timeout.o dialog.o web.o bfin-linux-uclibc-g++ nav.o cache.o decode.o dicache.o capi.o css.o bfin-linux-uclibc-g++ cssparser.o styleengine.o plain.o html.o form.o bfin-linux-uclibc-g++ table.o bookmark.o dns.o gif.o jpeg.o png.o bfin-linux-uclibc-g++ imgbuf.o image.o menu.o dpiapi.o findbar.o bfin-linux-uclibc-g++ xembed.o ../dlib/libDlib.a ../dpip/libDpip.a bfin-linux-uclibc-g++ IO/libDiof.a ../dw/libDw-widgets.a bfin-linux-uclibc-g++ ../dw/libDw-fltk.a ../dw/libDw-core.a bfin-linux-uclibc-g++ ../lout/liblout.a -ljpeg -lpng12 bfin-linux-uclibc-g++ -L/home/mheiser/fltk-2.0.x-r6841/lib bfin-linux-uclibc-g++ -Wl,-rpath,/home/mheiser/bfin-fltk2/lib bfin-linux-uclibc-g++ -lfltk2_images -lpng -lfltk2_images -ljpeg -lz bfin-linux-uclibc-g++ -lfltk2 bfin-linux-uclibc-g++ -L/home/mheiser/uClinux/uclinux-dist/user/microw bfin-linux-uclibc-g++ in/nxlib/nxlib-0.45 bfin-linux-uclibc-g++ -L/home/mheiser/uClinux/uclinux-dist/user/microw bfin-linux-uclibc-g++ in/src/lib bfin-linux-uclibc-g++ -L/home/mheiser/uClinux/uclinux-dist/staging/usr bfin-linux-uclibc-g++ /lib -lX11 -lpthread -lm -lnano-X -lsupc++ -lz bfin-linux-uclibc-g++ -liconv /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_Xutf8LookupString' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XFreeDeviceList' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_wcstombs' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_mbstowcs' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XOpenDevice' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XGetExtensionVersion' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XListInputDevices' /home/mheiser/fltk-2.0.x-r6841/lib/libfltk2.so: undefined reference to `_XSelectExtensionEvent'
Aren't you missing libXi-devel? Regards, Michal
collect2: ld gab 1 als Ende-Status zur?ck make[3]: *** [dillo] Fehler 1 make[3]: Leaving directory `/home/mheiser/dillo-2.1.1/src' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/home/mheiser/dillo-2.1.1/src' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/home/mheiser/dillo-2.1.1' make: *** [all] Fehler 2
Can you give me an advice? I don't know exactly where I should begin searching for advice....
Regards
Michael
-----Urspr?ngliche Nachricht----- Von: corvid [mailto:corvid@lavabit.com] Gesendet: Donnerstag, 13. August 2009 02:10 An: Heiser Michael Betreff: Re: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
If you get it working from that document mentioned on the uclinux forum, let us know so that I can add to Compatibility.html :)
Von AVG ?berpr?ft - www.avg.de Version: 8.5.386 / Virendatenbank: 270.13.53/2299 - Ausgabedatum: 08/12/09 18:12:00
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev Eingehende eMail ist virenfrei. Von AVG ?berpr?ft - www.avg.de Version: 8.5.392 / Virendatenbank: 270.13.55/2301 - Ausgabedatum: 08/13/09 18:16:00 Eingehende eMail ist virenfrei. Von AVG ?berpr?ft - www.avg.de Version: 8.5.392 / Virendatenbank: 270.13.55/2301 - Ausgabedatum: 08/13/09 18:16:00
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...)
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
Michael wrote:
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.....
I've never had to deal with that bit of FLTK, so I don't know offhand to what degree things still work if this stuff is changed.
On Fri, Aug 14, 2009 at 03:38:35PM +0200, Heiser Michael wrote:
Hey guys,
I got it! Dillo2 is running on our Blackfin device and I'll send you a little manual as attachment for implementing it to uClinux!
Nice! What exactly is that Blackfin device? Cheers, Johannes
The device is a BF537 with 8MB flash and 64 MB SDRAM with an additonal epson 13513 framebuffer device. The hardware is developed by the company I'm working at moment as working student. ________________________________________ Von: dillo-dev-bounces@dillo.org [dillo-dev-bounces@dillo.org] im Auftrag von Johannes Hofmann [Johannes.Hofmann@gmx.de] Gesendet: Freitag, 14. August 2009 21:11 An: dillo-dev@dillo.org Betreff: Re: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin On Fri, Aug 14, 2009 at 03:38:35PM +0200, Heiser Michael wrote:
Hey guys,
I got it! Dillo2 is running on our Blackfin device and I'll send you a little manual as attachment for implementing it to uClinux!
Nice! What exactly is that Blackfin device? Cheers, Johannes _______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
On Fri, Aug 14, 2009 at 09:11:39PM +0200, Johannes Hofmann wrote:
On Fri, Aug 14, 2009 at 03:38:35PM +0200, Heiser Michael wrote:
Hey guys,
I got it! Dillo2 is running on our Blackfin device and I'll send you a little manual as attachment for implementing it to uClinux!
It's very good to know it's running on uClinux. It'd be good to have a link to the recipy from the compatibility page once details are polished. -- Cheers Jorge.-
participants (5)
-
corvid@lavabit.com
-
heisermi@hs-albsig.de
-
jcid@dillo.org
-
Johannes.Hofmann@gmx.de
-
newman.x@gmail.com