emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-unicode-2: bootstrap failed on Windows-XP


From: CHENG Gao
Subject: Re: emacs-unicode-2: bootstrap failed on Windows-XP
Date: Tue, 20 Nov 2007 23:46:35 +0800
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (darwin)

In src/frame.c:

,----
| #ifdef USE_FONT_BACKEND
| #include "font.h"
| #endif        /* USE_FONT_BACKEND */
`----

I guess if --enable-font-backend is not added to ./configure, font.h
wont be included, so font_update_drivers (in font.c) is not introduced
which triggers this error.

But does --enable-font-backend work for Windows (& MacOSX?)?

If not, then should font.h be included unconditionally or frame.c be
changed to call font_update_drivers conditionally?

-- 
Totus mundus agit histrionem






reply via email to

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