Hi, On Tue, Mar 28, 2006 at 10:15:05AM +0200, pete@teamlupus.hu wrote:
hi,
i tried and it won't compile unless fltk download gui is not disabled
From make output I assume you mean "until fltk download gui _is_ disabled".
(after that it compiles and haven't crashed in a few minutes )
Dillo is cool.
:-) As Thomas-Martin wrote:
Note to everyone who wants to use the fltk2 port on FreeBSD 4: fltk2 needs gcc 3.x, so that port will include a build dependency on gcc 3.4.
You're using gcc version 4.0.2. This may be the cause. BTW: are you subscribed to dillo-dev? I'm answering to dillo-dev and to you because you wrote me directly.
=====================
Linux frugalwork 2.6.15-fw2 #1 SMP PREEMPT Fri Feb 10 21:07:57 CET 2006 i686 athlon-4 i386 GNU/Linux
=====================
pete@frugalwork:~/Desktop/dev/dillo-0.8.6-rc2$ gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.0.2/configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit Thread model: posix gcc version 4.0.2
=====================
Making all in dpi make[2]: Entering directory `/home/pete-frugalwork/Desktop/dev/dillo-0.8.6-rc2/dpi' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2 -MT downloads.o -MD -MP -MF ".deps/dow nloads.Tpo" -c -o downloads.o downloads.cc; \ then mv -f ".deps/downloads.Tpo" ".deps/downloads.Po"; else rm -f ".deps/downloads.Tpo"; exit 1; fi downloads.cc:34:22: error: fltk/run.h: Nincs ilyen fájl vagy könyvtár downloads.cc:35:25: error: fltk/Window.h: Nincs ilyen fájl vagy könyvtár downloads.cc:36:25: error: fltk/Widget.h: Nincs ilyen fájl vagy könyvtár downloads.cc:37:25: error: fltk/damage.h: Nincs ilyen fájl vagy könyvtár downloads.cc:38:22: error: fltk/Box.h: Nincs ilyen fájl vagy könyvtár downloads.cc:39:23: error: fltk/draw.h: Nincs ilyen fájl vagy könyvtár downloads.cc:40:34: error: fltk/HighlightButton.h: Nincs ilyen fájl vagy könyvtár downloads.cc:41:30: error: fltk/PackedGroup.h: Nincs ilyen fájl vagy könyvtár downloads.cc:42:30: error: fltk/ScrollGroup.h: Nincs ilyen fájl vagy könyvtár downloads.cc:43:22: error: fltk/ask.h: Nincs ilyen fájl vagy könyvtár downloads.cc:44:31: error: fltk/file_chooser.h: Nincs ilyen fájl vagy könyvtár downloads.cc:49: error: 'fltk' is not a namespace-name downloads.cc:49: error: expected namespace-name before ';' token downloads.cc:75: error: expected class-name before '{' token downloads.cc:83: error: 'Color' does not name a type downloads.cc:102: error: 'Color' has not been declared downloads.cc:103: error: 'Color' does not name a type downloads.cc: In member function 'void ProgressBar::step(double)': downloads.cc:90: error: 'redraw' was not declared in this scope downloads.cc: In member function 'void ProgressBar::position(double)': downloads.cc:98: error: 'redraw' was not declared in this scope downloads.cc: In member function 'void ProgressBar::message(char*)': downloads.cc:100: error: 'redraw' was not declared in this scope downloads.cc: In member function 'void ProgressBar::text_color(int)': downloads.cc:102: error: 'mTextColor' was not declared in this scope downloads.cc: At global scope: downloads.cc:128: error: ISO C++ forbids declaration of 'Group' with no type downloads.cc:128: error: expected ';' before '*' token downloads.cc:130: error: ISO C++ forbids declaration of 'HighlightButton' with no type downloads.cc:130: error: expected ';' before '*' token downloads.cc:131: error: ISO C++ forbids declaration of 'Widget' with no type downloads.cc:131: error: expected ';' before '*' token downloads.cc:147: error: ISO C++ forbids declaration of 'Widget' with no type downloads.cc:147: error: expected ';' before '*' token downloads.cc:148: error: expected `;' before 'int' =====================
---- Péter
-- Cheers Jorge.-