From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: font-backend branch Date: Wed, 30 Apr 2008 16:23:50 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209587075 27296 80.91.229.12 (30 Apr 2008 20:24:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2008 20:24:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 30 22:25:12 2008 connect(): Connection refused 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 1JrIrN-0007A8-RA for ged-emacs-devel@m.gmane.org; Wed, 30 Apr 2008 22:25:02 +0200 Original-Received: from localhost ([127.0.0.1]:53859 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrIqg-0000Py-Nh for ged-emacs-devel@m.gmane.org; Wed, 30 Apr 2008 16:24:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrIqc-0000N7-8o for emacs-devel@gnu.org; Wed, 30 Apr 2008 16:24:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrIqZ-0000Ko-Pu for emacs-devel@gnu.org; Wed, 30 Apr 2008 16:24:12 -0400 Original-Received: from [199.232.76.173] (port=48851 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrIqZ-0000Kl-Hz for emacs-devel@gnu.org; Wed, 30 Apr 2008 16:24:11 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JrIqZ-0004NA-8f for emacs-devel@gnu.org; Wed, 30 Apr 2008 16:24:11 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JrIqE-0003CO-Db; Wed, 30 Apr 2008 16:23:50 -0400 X-Spook: Audiotel Arnett rail gun computer terrorism UFO smuggle X-Ran: %#.upVL/3+f3P5-Z| (Kenichi Handa's message of "Wed, 30 Apr 2008 13:24:00 +0900") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:96237 Archived-At: Kenichi Handa wrote: > I've just committed new codes in font-backend branch. Those who have > reported font-backend-related bugs, please test that branch. On a RHEL5.1 x86_64 system, I did: ./configure --with-x --with-x-toolkit=athena --without-toolkit-scroll-bars make bootstrap and received this build error: xfaces.c: In function 'x_update_menu_appearance': xfaces.c:3768: error: expected ',' or ';' before 'const' xfaces.c:3785: error: 'suffix' undeclared (first use in this function) xfaces.c:3785: error: (Each undeclared identifier is reported only once xfaces.c:3785: error: for each function it appears in.) xfaces.c:3791: warning: comparison of distinct pointer types lacks a cast make[2]: *** [xfaces.o] Error 1