On Fri, Apr 28, 2006 at 11:00:04PM +0100, higuita wrote:
Hi
On Wed, 26 Apr 2006 14:03:09 -0400, Jorge Arellano Cid <jcid@dillo.org> wrote:
Please send some feedback. This is the same rc5 tarball (with a 0.8.6 label), but you never know! :-)
i have a 64bit system here and i tried to compile the latest dillo... and failled...
i built the fltk without problems and used to compile dillo without any problem...
seens that something in the fltk download gui isn't 64bit capable, no idea what
here is the log:
make[2]: Entering directory `/home/higuita/build/dillo/dpi' g++ -I/usr/include/glib-1.2 -I/usr/lib64/glib/include -g -O2 -L/usr/local/lib -o downloads.dpi downloads.o dpiutil.o -L/usr/lib64 -lglib -L/usr/lib64 -lfltk -L/usr/X11R6/lib64 -lX11 -lXi -lXft -lpthread -lm -lXext -lsupc++ ../dpip/libDpip.a downloads.o(.text+0x3a): In function `ProgressBar::ProgressBar(int, int, int, int, char const*)': /home/higuita/build/dillo/dpi/downloads.cc:227: undefined reference to `fltk::Widget::Widget(int, int, int, int, char const*)' downloads.o(.text+0x72):/home/higuita/build/dillo/dpi/downloads.cc:232: undefined reference to `fltk::DOWN_BOX' downloads.o(.text+0x77):/home/higuita/build/dillo/dpi/downloads.cc:232: undefined reference to `fltk::Widget::box(fltk::Symbol*)' downloads.o(.text+0x84):/home/higuita/build/dillo/dpi/downloads.cc:233: undefined reference to `fltk::Widget::selection_color(unsigned int)' [...}
any help is welcome 8)
thanks higuita
Looks like you are compiling against FLTK1. Dillo uses FLTK2. Try: fltk-config --version it should return: 2.0.0 (it doesn't look like a 64bit issue at all). -- Cheers Jorge.- PS: You could have trimmed the log...