From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.devel Subject: Re: emacs-unicode-2: bootstrap failed on Windows-XP Date: Tue, 20 Nov 2007 23:46:35 +0800 Organization: cyberhut.org Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1195574840 2948 80.91.229.12 (20 Nov 2007 16:07:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2007 16:07:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 20 17:07:18 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 1IuVcb-00020y-S6 for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2007 17:06:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuVcO-0008B8-13 for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2007 11:06:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuVcL-0008Ao-4s for emacs-devel@gnu.org; Tue, 20 Nov 2007 11:06:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuVcI-0008A5-EV for emacs-devel@gnu.org; Tue, 20 Nov 2007 11:06:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuVcI-0008A0-8X for emacs-devel@gnu.org; Tue, 20 Nov 2007 11:06:26 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IuVcH-0000Mo-P2 for emacs-devel@gnu.org; Tue, 20 Nov 2007 11:06:25 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IuVT9-0007R3-55 for emacs-devel@gnu.org; Tue, 20 Nov 2007 15:56:59 +0000 Original-Received: from 222.94.199.130 ([222.94.199.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Nov 2007 15:56:59 +0000 Original-Received: from chenggao by 222.94.199.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Nov 2007 15:56:59 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 222.94.199.130 User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (darwin) Cancel-Lock: sha1:uRsXNXg+i3hIw/0KIo+iY+Humvc= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:83720 Archived-At: 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