emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No XFT in CVS from this morning


From: Taylor Venable
Subject: No XFT in CVS from this morning
Date: Tue, 17 Jun 2008 11:21:22 -0400

I built Emacs from CVS this morning, and there's no font anti-aliasing
being done.  Here are the hopefully relevant lines from configure:

checking XFT_CFLAGS... -D_POSIX_THREAD_SAFE_FUNCTIONS
-I/usr/pkg/include -I/usr/pkg/include/freetype2 checking XFT_LIBS...
-Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lXft -lXrender -lfontconfig
-lfreetype -lz -lX11 checking X11/Xft/Xft.h usability... yes checking
X11/Xft/Xft.h presence... yes checking for X11/Xft/Xft.h... yes
checking for XftFontOpen in -lXft... yes
checking for pkg-config... (cached) /usr/pkg/bin/pkg-config
checking for libotf... no
checking for pkg-config... (cached) /usr/pkg/bin/pkg-config
checking for m17n-flt... no

Platform is NetBSD 4.99.63 on AMD64 with GCC 4.1.3 -- let me know if
anything else would be useful.  This was working on a build from
probably about a month ago, but that was the last one I did until this
morning, so about anything in-between I cannot say.  Nothing else in
the configuration has changed, and the behaviour is the same with or
without "-q".

Thanks,

-- 
Taylor Venable            http://real.metasyntax.net:2357/

foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or
                         [f(l[0], foldr(f, i, l[1:]))])[0]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]