On Fri, Jul 23, 2010 at 12:31:58AM +0200, Johannes Hofmann wrote:
Can you check whether
fltk2-config --ldflags
says something about cairo? If so please compile fltk2 from source without enabling cairo. There are multiple issues when cairo is enabled (see warning on http://www.dillo.org/download.html).
You could also try whether pasting works for you with the fltk2 sample apps that come with fltk2.
$ fltk2-config --ldflags -L/usr/lib/fltk -lfltk2 -lX11 -lXi -lXcursor -lXft -lpthread -lm -lXext -lsupc++ Seems I stripped building with cairo to prevent unwanted dependecies (aka bloat). But, I did recompile fltk with the cairo flag enabled --ldflags does show cairo now, but the ebuild for Dillo (Gentoo Ebuild) keeps complaining: No matter what USE flags I specify, Dillo complains recursively about *nothing* -- and wants me to now recompile fltk without cairo! # USE="cairo -doc -gif -ipv6 -jpeg -png -ssl" emerge dillo -pv These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds built with USE flags to satisfy "x11-libs/fltk:2[-cairo,-png,-jpeg]". !!! One of the following packages is required to complete your request: - x11-libs/fltk-2.0_pre6970 (Change USE: -cairo) (dependency required by "www-client/dillo-2.2" [ebuild]) (dependency required by "dillo" [argument]) In short, think I need to probably file a bug report against the Dillo ebuild?? And one other thing, after compiling fltk without cairo and not recompiling Dillo, Dillo's display is flickering -- so I'm guessing I just need to recompile Dillo (as I was trying above) to resolve the screwed flickering display. -- Roger http://rogerx.freeshell.org/