From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sangu Newsgroups: gmane.emacs.devel Subject: Re: bootstrap fails in HEAD/xdisp.c (Was: make bootstrap is failed in unicode-xft branch 20060828) Date: Mon, 28 Aug 2006 20:51:33 +0900 Message-ID: <1156765893.2679.19.camel@localhost.localdomain> References: <1156758605.2679.15.camel@localhost.localdomain> <44F2C61D.7080807@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1156930813 22494 80.91.229.2 (30 Aug 2006 09:40:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Aug 2006 09:40:13 +0000 (UTC) Cc: emacs-unicode@gnu.org, Jan =?ISO-8859-1?Q?Dj=E4rv?= , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 30 11:40:09 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GIMYJ-000072-6g for ged-emacs-devel@m.gmane.org; Wed, 30 Aug 2006 11:40:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIMYI-0000E7-O7 for ged-emacs-devel@m.gmane.org; Wed, 30 Aug 2006 05:40:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GHfQt-0005wZ-VQ for emacs-devel@gnu.org; Mon, 28 Aug 2006 07:37:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GHfQs-0005vl-3k for emacs-devel@gnu.org; Mon, 28 Aug 2006 07:37:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHfQr-0005ve-T7 for emacs-devel@gnu.org; Mon, 28 Aug 2006 07:37:33 -0400 Original-Received: from [64.233.162.206] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GHfZo-0002AD-6r for emacs-devel@gnu.org; Mon, 28 Aug 2006 07:46:48 -0400 Original-Received: by nz-out-0102.google.com with SMTP id z31so1065223nzd for ; Mon, 28 Aug 2006 04:37:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=a0QOFAm8HqfAW/vaquV1JYf0nPUNHBaCQ06FoJC7Z73zqOGuGGCfNT/zyPLIobF3claEiXQy9VYMKicYpjA8dUX1fwcvoVosfEa6MJLKhXkdnoR8Tk7m/MFm4xuO6wBBiEErdYwteaLwP9lE2oHF/IJsREFHrH13SFLdB0RzCJU= Original-Received: by 10.65.119.14 with SMTP id w14mr6631226qbm; Mon, 28 Aug 2006 04:37:33 -0700 (PDT) Original-Received: from ?192.168.0.4? ( [222.109.88.105]) by mx.gmail.com with ESMTP id 15sm2197097nzn.2006.08.28.04.37.30; Mon, 28 Aug 2006 04:37:32 -0700 (PDT) Original-To: Kenichi Handa In-Reply-To: X-Mailer: Evolution 2.7.92 (2.7.92-4.fc6) X-Mailman-Approved-At: Wed, 30 Aug 2006 05:39:23 -0400 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:59098 Archived-At: 2006-08-28 (월), 20:07 +0900, Kenichi Handa 쓰시길: > But, I don't understand why the following error happens. > > > > xdisp.c: In function ‘handle_auto_composed_prop’: > > > xdisp.c:4521: error: ‘enable_font_backend’ undeclared (first use in this > > > function) > > > xdisp.c:4521: error: (Each undeclared identifier is reported only once > > > xdisp.c:4521: error: for each function it appears in.) > > At least, it doesn't happen for me. Please search > src/config.h for the line containing "USE_FONT_BACKEND". > With "./configure --without-x", it should be like this: > > /* #undef USE_FONT_BACKEND */ > > --- > Kenichi Handa > handa@m17n.org emacs]$ ./configure --without-x emacs]$ cat src/config.h | grep BACKEND #define USE_FONT_BACKEND 1 emacs]$ ./configure --without-x --disable-font-backen emacs]$ cat src/config.h | grep BACKEND /* #undef USE_FONT_BACKEND */