From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: emacs-unicode-2: bootstrap failed on Windows-XP Date: Tue, 20 Nov 2007 17:25:58 +0000 Message-ID: <474318A6.8010600@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195579622 21525 80.91.229.12 (20 Nov 2007 17:27:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2007 17:27:02 +0000 (UTC) Cc: Kenichi Handa , emacs-devel@gnu.org To: CHENG Gao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 20 18:27:04 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IuWs3-0001O6-7m for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2007 18:26:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuWrp-0006tz-DB for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2007 12:26:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuWrl-0006td-DB for emacs-devel@gnu.org; Tue, 20 Nov 2007 12:26:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuWrj-0006tR-2S for emacs-devel@gnu.org; Tue, 20 Nov 2007 12:26:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuWri-0006tO-SL for emacs-devel@gnu.org; Tue, 20 Nov 2007 12:26:26 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuWri-0005Gp-No for emacs-devel@gnu.org; Tue, 20 Nov 2007 12:26:26 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 95AF953124; Tue, 20 Nov 2007 17:26:20 +0000 (GMT) User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83726 Archived-At: CHENG Gao wrote: > But does --enable-font-backend work for Windows (& MacOSX?)? > > It works in Windows, and in MacOSX with the Aqua/Openstep port (not in CVS yet). > If not, then should font.h be included unconditionally or frame.c be > changed to call font_update_drivers conditionally? > I think the call to font_update_drivers should be conditional on USE_FONT_BACKEND, since it is part of the new font backend. But Handa-san made the change, so he should say for sure.