On Thu, Feb 20, 2003 at 12:56:08PM +0000, Tom Payne wrote:
> On Thu, Feb 20, 2003 at 08:20:23AM +0200, Tuomo Valkonen wrote:
> > On Wed, Feb 19, 2003 at 10:28:06PM -0600, Adrian Kubala wrote:
> > > - split right/left don't work -- I get the error message "Cannot
> > >   resize: minimum size reached"
> > 
> > There's a certain minimum size that frames most have and it is relative
> > to term_font. AFAIK the Debian enables Xft so maybe the problem is with
> > that feature if split doesn't work at all. I can't seem to get Xft support
> > to compile at the moment. (Must be something with the Xft versions.)

There are currently two versions of Xft: Xft1 and Xft2. If you have
the Debian package libxft2-dev installed, the old Xft.h is renamed to
Xft1.h and Xft.h is now the Xft2 header. My Debian package is built
against Xft1 to avoid depending on libxft2 (Xft1 is included in
xlibs).

> Try changing the lines in system.mk that enable Xft support to:
> 
> # Uncomment to enable Xft (anti-aliased fonts) support
> EXTRA_LIBS += `xft-config --libs`
> EXTRA_INCLUDES += `xft-config --cflags`
> DEFINES += -DCF_XFT
> 
> I got wierd compile errors in Xft/Xft.h, but inserting the above fixed it. I
> suspect that it's something to do with xft2, possibly interacting with
> freetype.

The Xft.h provided by Xft2 depends on Freetype 2 headers, and thus
needs -I/usr/include/freetype2.

/Pelle

Reply via email to