[Dillo-dev]Re: bug in dillo.0.8 rendering
On Sun, 11 Apr 2004, Brett E. Wynkoop wrote:
Greeting-
Hi.
just built it on FreeBSD 4.6.2. Great job on getting https going using wget!
Thanks. Now we're moving to a library-based one.
I found a bug in the handeling of both <ul> and <ol> sections of pages. Use dillo to go to http://zaurus.wynn.com/ and also http://zaurus.wynn.com/tricks/. Note the staircase effect on the list items and that in the <ol> section everything is numero uno!
Thanks a lot for the report. It also shows on some manuals (as for xfig). I went chasing the bug and solved it in my source tree, I'm studying it further trying to find a more generic way to handle it. I'll let you know when it goes to the CVS.
Building on FreeBSD required hand tweeking of the make file. In spite my telling configure that the libraries & headers it was looking for were under /usr/local it could not find them and generated make files without the correct information. I still have to play with it a bit more to see if I can set something up to allow configure to do the right thing. If I get it I will send it to you.
Weird, we tested FreeBSD before the release. Please tell us what you find. Cheers Jorge.-
FYI- Just tried to build a stock out of the box dillo 0.8 on Mac OS X. Here are the results: In file included from /usr/local/include/gtk-1.2/gdk/gdktypes.h:33, from /usr/local/include/gtk-1.2/gdk/gdk.h:31, from /usr/local/include/gtk-1.2/gtk/gtk.h:31, from mime.h:11, from mime.c:12: /usr/local/include/glib.h:491: conflicting types for `gssize' /usr/local/include/glibconfig.h:57: previous declaration of `gssize' /usr/local/include/glib.h:492: conflicting types for `gsize' /usr/local/include/glibconfig.h:58: previous declaration of `gsize' *** Error code 1 Stop in /Users/wynkoop/src/www/dillo-0.8.0/src/IO. *** Error code 1 Stop in /Users/wynkoop/src/www/dillo-0.8.0/src. *** Error code 1 Stop in /Users/wynkoop/src/www/dillo-0.8.0. *** Error code 1 Stop in /Users/wynkoop/src/www/dillo-0.8.0. ibook:~/src/www/dillo-0.8.0: Looks like a tail chasing issue to me. Will try and much with it sometime latter and see what I can do to fix it. -Brett -- DRM is theft! We are the stakeholders! http://www.nyfairuse.org/
On Mon, 12 Apr 2004, Brett Wynkoop wrote:
FYI- Just tried to build a stock out of the box dillo 0.8 on Mac OS X. Here are the results:
In file included from /usr/local/include/gtk-1.2/gdk/gdktypes.h:33, from /usr/local/include/gtk-1.2/gdk/gdk.h:31, from /usr/local/include/gtk-1.2/gtk/gtk.h:31, from mime.h:11, from mime.c:12: /usr/local/include/glib.h:491: conflicting types for `gssize' /usr/local/include/glibconfig.h:57: previous declaration of `gssize' /usr/local/include/glib.h:492: conflicting types for `gsize' /usr/local/include/glibconfig.h:58: previous declaration of `gsize' *** Error code 1
Stop in /Users/wynkoop/src/www/dillo-0.8.0/src/IO. *** Error code 1
Stop in /Users/wynkoop/src/www/dillo-0.8.0/src. *** Error code 1
Stop in /Users/wynkoop/src/www/dillo-0.8.0. *** Error code 1
Stop in /Users/wynkoop/src/www/dillo-0.8.0. ibook:~/src/www/dillo-0.8.0:
Looks like a tail chasing issue to me. Will try and much with it sometime latter and see what I can do to fix it.
It looks like the problem is conflicting headers for glib. Cheers Jorge.-
participants (2)
-
Brett Wynkoop
-
Jorge Arellano Cid