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: Wed, 21 Nov 2007 01:01:16 +0800
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (darwin)

I tested again and found a workaround.

In src/frame.c, find

,----
|   /* Give chance to each font driver to free a frame specific data.  */
|   font_update_drivers (f, Qnil);
`----

and change to

,----
| #ifdef USE_FONT_BACKEND
|   /* Give chance to each font driver to free a frame specific data.  */
|   font_update_drivers (f, Qnil);
| #endif        /* USE_FONT_BACKEND */
`----

With this I built emacs-unicode-2 cvs successfully under MacOSX. I trust
it works with Windows build.

-- 
Numquam minus solus quam cum solus






reply via email to

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