Dillo-dev
By thread
dillo-dev@mailman3.com
By month
Messages by month
- ----- 2026 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1999 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1998 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1997 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1996 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1995 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- 2 participants
- 11669 messages
AW: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
by heisermiï¼ hs-albsig.de
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(a)dillo.org [dillo-dev-bounces(a)dillo.org] im Auftrag von corvid [corvid(a)lavabit.com]
Gesendet: Freitag, 14. August 2009 17:05
An: dillo-devel-list (dillo-dev(a)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(a)dillo.org
http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
Aug. 14, 2009
Crosscompiling Dillo2 for uClinux on Blackfin
by Johannes.Hofmannï¼ gmx.de
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
Aug. 14, 2009
Crosscompiling Dillo2 for uClinux on Blackfin
by corvidï¼ lavabit.com
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...)
Aug. 14, 2009
AW: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
by heisermiï¼ hs-albsig.de
By the way, what I forgot to mention!! You have to change all fork() to vfork() cause there is no MMU on blackfin systems!!!
Thanks Alan, it was a pleasure to me :)
Regards Michael
-----Urspr?ngliche Nachricht-----
Von: Alan Carvalho de Assis [mailto:acassis@gmail.com]
Gesendet: Freitag, 14. August 2009 16:02
An: Heiser Michael
Betreff: Re: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
Great work Michael,
Thank you for sharing it.
I hope someone implement these missing functions.
NXLib is a nice project, I am sad to see this project stalled.
Regards,
Alan
On 8/14/09, Heiser Michael <heisermi(a)hs-albsig.de> 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!
>
> Regards Michael!!!
>
> -----Urspr?ngliche Nachricht-----
> Von: dillo-dev-bounces(a)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(a)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(a)dillo.org [mailto:dillo-dev-bounces@dillo.org] Im
> Auftrag von Michal Nowak
> Gesendet: Freitag, 14. August 2009 12:36
> An: dillo-dev(a)dillo.org
> Betreff: Re: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
>
> On Fri, Aug 14, 2009 at 9:00 AM, Heiser Michael<heisermi(a)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(a)dillo.org
>> http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
>>
>
> _______________________________________________
> Dillo-dev mailing list
> Dillo-dev(a)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
>
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
Aug. 14, 2009
AW: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
by heisermiï¼ hs-albsig.de
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(a)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(a)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(a)dillo.org [mailto:dillo-dev-bounces@dillo.org] Im Auftrag von Michal Nowak
Gesendet: Freitag, 14. August 2009 12:36
An: dillo-dev(a)dillo.org
Betreff: Re: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
On Fri, Aug 14, 2009 at 9:00 AM, Heiser Michael<heisermi(a)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(a)dillo.org
> http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
>
_______________________________________________
Dillo-dev mailing list
Dillo-dev(a)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
Aug. 14, 2009
AW: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
by heisermiï¼ hs-albsig.de
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(a)dillo.org [mailto:dillo-dev-bounces@dillo.org] Im Auftrag von Michal Nowak
Gesendet: Freitag, 14. August 2009 12:36
An: dillo-dev(a)dillo.org
Betreff: Re: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
On Fri, Aug 14, 2009 at 9:00 AM, Heiser Michael<heisermi(a)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(a)dillo.org
> http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
>
_______________________________________________
Dillo-dev mailing list
Dillo-dev(a)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
Aug. 14, 2009
Crosscompiling Dillo2 for uClinux on Blackfin
by newman.xï¼ gmail.com
On Fri, Aug 14, 2009 at 9:00 AM, Heiser Michael<heisermi(a)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(a)dillo.org
> http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
>
Aug. 14, 2009
AW: [Dillo-dev] Crosscompiling Dillo2 for uClinux on Blackfin
by heisermiï¼ hs-albsig.de
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
Aug. 14, 2009
Re: limit number of concurrent connections
by Johannes.Hofmannï¼ gmx.de
On Wed, Aug 12, 2009 at 09:54:49PM -0400, Jorge Arellano Cid wrote:
> On Mon, Aug 10, 2009 at 12:42:05PM +0000, corvid wrote:
> > Jorge wrote:
> > > [...]
> > > All of these should be working now. Please report any further
> > > problem you find. I'll try to make the empty cache entries removal
> > > now, and then look for a way to hook the concurrent connection limit
> > > without memory leaks.
> >
> > I don't know whether it's a problem, but I just noticed
> > a difference in behaviour in that my form testcase that
> > submits to localhost (there's no server listening)
> > only prints "submitting multipart/form-data!" and
> > I have to press stop to get
> > '** WARNING **: IO_write, closing with pending data not sent'
> > and see the query.
>
> Yes, I'm yet to look into it.
>
> BTW, just committed a patch for an elusive bug. Now it's
> possible to browse (& populate DNS cache), disconnect, click a
> link, have the abort operation on no network condition, reconnect
> and click it again (and it will work!).
>
> The only bit missing is how to make the link return to its
> normal color. a_Nav_repush() can do it easily but looks like an
> overkill. Maybe Johannes has a good idea on this?
Not sure why it should change it's color. It's still a visited link
after all.
Or does the link color have another semantics (like page is in
cache) in dillo?
Anyway, the real solution would need the DOM-tree which is currently
not available. The DOM-tree would also be needed for :hover, :active,
and for Javascript.
However we could add a hack similar to the one to compute
html->visited_color in Html_tag_open_body().
It assumes that there is just one visited_color in the whole page.
Cheers,
Johannes
Aug. 13, 2009
Re: limit number of concurrent connections
by jcidï¼ dillo.org
On Mon, Aug 10, 2009 at 12:42:05PM +0000, corvid wrote:
> Jorge wrote:
> > [...]
> > All of these should be working now. Please report any further
> > problem you find. I'll try to make the empty cache entries removal
> > now, and then look for a way to hook the concurrent connection limit
> > without memory leaks.
>
> I don't know whether it's a problem, but I just noticed
> a difference in behaviour in that my form testcase that
> submits to localhost (there's no server listening)
> only prints "submitting multipart/form-data!" and
> I have to press stop to get
> '** WARNING **: IO_write, closing with pending data not sent'
> and see the query.
Yes, I'm yet to look into it.
BTW, just committed a patch for an elusive bug. Now it's
possible to browse (& populate DNS cache), disconnect, click a
link, have the abort operation on no network condition, reconnect
and click it again (and it will work!).
The only bit missing is how to make the link return to its
normal color. a_Nav_repush() can do it easily but looks like an
overkill. Maybe Johannes has a good idea on this?
--
Cheers
Jorge.-
Aug. 13, 2009