* Jorge Arellano Cid (jcid@dillo.org):
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.
Maybe it is; maybe it's just a CPPFLAGS issue i.e. the compiler misses some includes (since the OP seems to run linux in Hungarian locale I cannot comment on this one since I do not understand the error messages :)). I can confirm that dillo+fltk2 compiles with g++ 3.4.4 and g++ from a gcc 3.4.6 svn snapshot on FreeBSD 4, 5 and 6. I did not test gcc 4.x, since FreeBSD 5 and up still use gcc 3.4 as the system compiler. The issue I was adressing with my post is that you need to install gcc 3.4 before in order to build fltk2 and dillo+dlgui. Since bootstrapping gcc takes quite some time, this may be a problem for those who are building dillo on slower machines. So I thought I'd give a word of warning in advance.