Please don't remove the mailing list from the addressee list.
>>>> "Mats" == Mats Larsson
<mats.larsson(a)ericsson.com> writes:
Mats> On 2005-12-22 16:19, Stephen J. Turnbull wrote:
> Mats, please post the output of "grep -i XFT
src/config.h".
Mats> % grep -i XFT src/config.h
Mats> #define EMACS_CONFIG_OPTIONS "'--with-site-prefixes=/opt/csw'
[omitted]
Mats> /* Compile with support for Xft? */
Here's the problem:
Mats> /* #undef USE_XFT */
Mats> #define USE_XFT_MENUBARS 1
Mats> #define USE_XFT_TABS 1
Mats> #define USE_XFT_GAUGE 1
The only way I can see that this would happen is if configure failed
to detect necessary support (headers or libraries). configure is
supposed to die with a fatal error, but there is a bug in 21.5.24 that
allowed configure to continue without really complaining. This bug
has been fixed in CVS.
Can you update from CVS and try again? You may also want to check
config.log to see what (if anything) failed, and fix that before
retrying the build. I'm pretty sure that you'll find that something
isn't being found, maybe you need a --site-prefixes option or so.
I've also fixed another bug, which prevented proper reporting of Xft
support. If USE_XFT is defined, then the line
" - Compiling in support for Xft antialiased fonts (EXPERIMENTAL)."
should appear near the top of the window system report in Installation
(and at the end of the configure run). You can also make sure by
looking into src/config.h, if you like.
--
School of Systems and Information Engineering
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.