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.)
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. Tuomo, would you accept an autoconf script for Ion? Regards, Tom
