On Mon, Oct 20, 2008 at 04:54:38PM +0200, Thomas Orgis wrote:
Am Mon, 20 Oct 2008 16:23:07 +0200 schrieb Johannes Hofmann <Johannes.Hofmann@gmx.de>:
You've built FLTK2 manually then, right?
Yes and no. The version dillo is using is built by the distribution scripts. This being a source-based distro sort of means that still, I have it built locally... But for the FLTK2 tests, I indeed built it manually and ran them in the build directory -- but that has not been installed.
Which snapshot are you using?
The newest I know, fltk-2.0.x-r6403 (I included this info in my bug submission, but had to delete stuff because of text size limit...).
Any special configure options for FLTK2?
Well, the distro build is tunable and included these:
--enable-shared --enable-threads --enable-xdbe --enable-xinerama --enable-xft --enable-cairo --enable-png --enable-zlib --enable-gl
With these options I can reproduce the problem. I guess --enable-cairo is the problematic one. Can you try to compile dillo with a manually compiled fltk2 without --enable-cairo? Thanks for testing, Johannes