Re: Rendering issue with view source and large embedded images

<[email protected]> Fri, 18 Oct 2024 21:40:49 +0200
Newsgroups gmane.comp.web.dillo.devel
Message-ID <[email protected]>
Hi Rodrigo,

Sorry, I forgot to include this, maybe it can aid you in getting a
Dillo build environment set up for OpenBSD:

Once you have a working system, open an xterm and do:
# pkg_add dillo git automake-1.16.5 autoconf-2.71p0

Then get the Dillo source and do:
$ export AUTOMAKE_VERSION="1.16"
$ export AUTOCONF_VERSION="2.71"
$ export CPPFLAGS="-I/usr/local/include -I/usr/X11R6/include"
$ export LDFLAGS="-L/usr/local/lib -L/usr/X11R6/lib"

You should then be able to run autogen.sh and configure.

As far as debugging tools, there is a gdb built-in but it's pretty
limited. It's probably better to install 'egdb':
# pkg_add egdb

Also, the built-in 'ktrace' tool might be useful.

Regards,
Alex
_______________________________________________
Dillo-dev mailing list -- dillo-dev-lx9mn2B4QYRWk0Htik3J/[email protected]
To unsubscribe send an email to dillo-dev-leave-lx9mn2B4QYRWk0Htik3J/[email protected]