10 Sep
2008
10 Sep
'08
10:09 a.m.
Hi, that was a false alarm. My mistake. fltk decided to put -Dbool=char for some reason into the compile flags in fltk-config. As some files do not use the fltk cflags, there are type conflicts. So I did without any further thinking I did a make CXX=".... -Dbool=char" And now... there is a cast in misc::asserrt() from a pointer to a char (because it is no macro). And if the least significant byte of the pointer is zero... After recompiling fltk the problem disappeared and I did not need any magic to compile dillo. Greetings Andreas Kemnade