On Mon, Jan 02, 2006 at 09:45:46PM +0100, Johannes Hofmann wrote:
On Mon, Jan 02, 2006 at 05:32:24PM -0300, Jorge Arellano Cid wrote:
- For some reason, downloads.dpi got built from downloads.c until I manually compiled downloads.cc.
After patching, autoconf/automake files are modified so a:
make distclean ./autogen ./configure make
cycle is required (otherwise dependencies may linger).
Had done that... Perhaps it's a problem with my aclocal/automake installation...
Well the updated HOWTO is: 1.- Get the latest CVS (it has dpi/downloads.cc) 2.- Get http://www.dillo.org/test/dl_GUI.diff cd dillo; patch -p1 < dl_GUI.diff 3.- cd dillo/dpi; mv downloads.c downloads.c.old; rm -r .deps 4.- Go to http://www.fltk.org/software.php and get the "fltk-2.0.x-r4721.tar.bz2" tarball (or SVN at your option). __you need FLTK 2.0.x, FLTK 1.1.x won't work___ 5.- Install FLTK2 6.- Build Dillo, install & enjoy! -- Cheers Jorge.-