I checked xft as you instructed. It seems ok. This is the output by
./ocnfigure:

checking for library containing dlopen... none required
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
checking GL/glu.h usability... no
checking GL/glu.h presence... no
checking for GL/glu.h... no
checking for freetype-config... /usr/bin/freetype-config
checking X11/Xft/Xft.h usability... yes
checking X11/Xft/Xft.h presence... yes
checking for X11/Xft/Xft.h... yes
checking for XftDrawCreate in -lXft... yes
checking X11/Xcursor/Xcursor.h usability... yes
checking X11/Xcursor/Xcursor.h presence... yes
checking for X11/Xcursor/Xcursor.h... yes
checking for XcursorImageLoadCursor in -lXcursor... yes
checking for X11/extensions/Xdbe.h... yes
checking for X11/extensions/Xinerama.h... yes
checking for X overlay visuals... no
checking for Xutf8LookupString in -lX11... yes
checking if libsupc++ is required... yes
configure: creating ./config.status
config.status: creating makeinclude
config.status: WARNING:  makeinclude.in seems to ignore the --datarootdir
setting
config.status: creating fltk.list
config.status: WARNING:  fltk.list.in seems to ignore the --datarootdir
setting
config.status: creating fltk2-config
config.status: creating config.h
config.status: config.h is unchanged
Libs: -lX11 -lXi -lXinerama -lXcursor -lXft -lpthread -lm -lXext -lsupc++
System image libs: -lpng -lfltk2_images -ljpeg -lz
Local image libs:
OpenGL libs:
Build targets: static


On Thu, Jul 16, 2009 at 5:02 PM, Greg Ercolano <[email protected]> wrote:

> MacArthur, Ian (SELEX GALILEO, UK) wrote:
> > What revision of fltk-2 are you using? Is it linked with XFT for font
> > support or is it using Xlib?
>
>        That's a good point.
>
>        In my case I've compiled 2.x with all 'defaults', and XFT is
>        definitely 'on' in my case; I get nice smooth fonts antialiased
> fonts.
>
>        I believe Eric might have XFT disabled, as looking at his screenshot
>        I see jaggies on that magenta "hello world" text, which seems
>        indicative of XFT being disabled:
>
> http://www.mobileread.com/forums/attachment.php?attachmentid=32351&d=1247678156
>
>        Eric, try making sure XFT is enabled on your system and/or when
>        configuring/compiling FLTK:
>
> checking X11/Xft/Xft.h usability... yes
> checking X11/Xft/Xft.h presence... yes
> checking for X11/Xft/Xft.h... yes
> [..]
> checking for Xutf8LookupString in -lX11... yes
>
>        ..and check config.h for USE_XFT being defined, eg:
>
> $ grep XFT config.h
> #define USE_XFT 1
>  _______________________________________________
> fltk-dev mailing list
> [email protected]
> http://lists.easysw.com/mailman/listinfo/fltk-dev
>
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to