From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa 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:07:28 +0900 Message-ID: References: <1156758605.2679.15.camel@localhost.localdomain> <44F2C61D.7080807@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1156763426 22485 80.91.229.2 (28 Aug 2006 11:10:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Aug 2006 11:10:26 +0000 (UTC) Cc: sangu.fedora@gmail.com, emacs-unicode@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 28 13:10:18 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 1GHezC-0001FI-Pj for ged-emacs-devel@m.gmane.org; Mon, 28 Aug 2006 13:08:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHezC-0007ze-8j for ged-emacs-devel@m.gmane.org; Mon, 28 Aug 2006 07:08:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GHez0-0007yk-2M for emacs-devel@gnu.org; Mon, 28 Aug 2006 07:08:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GHeyz-0007y9-5K for emacs-devel@gnu.org; Mon, 28 Aug 2006 07:08:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHeyy-0007y6-Uj for emacs-devel@gnu.org; Mon, 28 Aug 2006 07:08:44 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GHf7t-00087H-Bj; Mon, 28 Aug 2006 07:17:57 -0400 Original-Received: from smtp4.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k7SB8axc002119; Mon, 28 Aug 2006 20:08:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id k7SB8VqM004824; Mon, 28 Aug 2006 20:08:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1GHexk-0005tE-00; Mon, 28 Aug 2006 20:07:28 +0900 Original-To: Jan =?ISO-8859-1?Q?Dj=E4rv?= In-reply-to: <44F2C61D.7080807@swipnet.se> (message from Jan =?ISO-8859-1?Q?Dj=E4rv?= on Mon, 28 Aug 2006 12:31:57 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:58988 Archived-At: In article <44F2C61D.7080807@swipnet.se>, Jan Dj=C3=A4rv writes: > This happens in HEAD also, and emacs-unicode2. I guess it must be fixed = in=20 > HEAD and merged in to the other branches. I'm not sure what the correct = fix=20 > is though. Yes, for the following errors: > > xdisp.c: In function =E2=80=98get_window_cursor_type=E2=80=99: > > xdisp.c:21556: warning: initialization makes pointer from integer > > without a cast > > xdisp.c:21557: error: dereferencing pointer to incomplete type > > xdisp.c:21557: error: dereferencing pointer to incomplete type > > xdisp.c:21557: error: invalid type argument of =E2=80=98->=E2=80=99 > > xdisp.c:21562: error: dereferencing pointer to incomplete type > > xdisp.c:21563: error: dereferencing pointer to incomplete type But, I don't understand why the following error happens. > > xdisp.c: In function =E2=80=98handle_auto_composed_prop=E2=80=99: > > xdisp.c:4521: error: =E2=80=98enable_font_backend=E2=80=99 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