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 Date: Mon, 28 Aug 2006 21:07:24 +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 1156767262 3793 80.91.229.2 (28 Aug 2006 12:14:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Aug 2006 12:14:22 +0000 (UTC) Cc: sangu.fedora@gmail.com, jan.h.d@swipnet.se, 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 14:14: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 1GHg0D-0007Rt-Pd for ged-emacs-devel@m.gmane.org; Mon, 28 Aug 2006 14:14:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHg0D-0006Lm-5o for ged-emacs-devel@m.gmane.org; Mon, 28 Aug 2006 08:14:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GHfvE-0002Wq-7Y for emacs-devel@gnu.org; Mon, 28 Aug 2006 08:08:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GHfvC-0002Tj-65 for emacs-devel@gnu.org; Mon, 28 Aug 2006 08:08:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHfvB-0002T7-MI for emacs-devel@gnu.org; Mon, 28 Aug 2006 08:08:53 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GHg44-000701-0V; Mon, 28 Aug 2006 08:18:04 -0400 Original-Received: from smtp4.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k7SC8Sj1025376; Mon, 28 Aug 2006 21:08:28 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id k7SC8RKK026766; Mon, 28 Aug 2006 21:08:27 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1GHftk-0007XA-00; Mon, 28 Aug 2006 21:07:24 +0900 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:58994 Archived-At: In article , storm@cua.dk (Kim F. Storm) = writes: > Jan Dj=C3=A4rv writes: > > This happens in HEAD also, and emacs-unicode2. I guess it must be > > fixed in HEAD and merged in to the other branches. I'm not sure what > > the correct fix is though. > > >>> 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 > This part should be fixed now (on trunk). Thank you. Miles, could you please sync emacs-unicode-2 to HEAD again? --- Kenichi Handa handa@m17n.org