From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Build failure in xterm.c Date: Fri, 27 Jun 2003 10:55:14 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <11452FD5-A87D-11D7-98D2-00039363E640@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1056704994 2275 80.91.224.249 (27 Jun 2003 09:09:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 27 Jun 2003 09:09:54 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jun 27 11:09:53 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19VpEi-0000Zx-00 for ; Fri, 27 Jun 2003 11:09:40 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19VpJe-0005e3-00 for ; Fri, 27 Jun 2003 11:14:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Vp8F-0001rE-Nt for emacs-devel@quimby.gnus.org; Fri, 27 Jun 2003 05:02:59 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Vp6L-0000qo-Qw for emacs-devel@gnu.org; Fri, 27 Jun 2003 05:01:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Vp4n-0000Lp-FX for emacs-devel@gnu.org; Fri, 27 Jun 2003 04:59:26 -0400 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Vp28-0007lr-38 for emacs-devel@gnu.org; Fri, 27 Jun 2003 04:56:40 -0400 Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44])h5R9j22w023386 for ; Fri, 27 Jun 2003 11:45:03 +0200 Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.552) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15291 > Using the latest CVS sources, xterm.c will not build for me. I'm > getting the following error: ... > /opt/src/emacs-2003-06-25/src/xterm.c:8126: error: > `XRegisterIMInstantiateCallback_arg6' undeclared (first use in this > function) I've checked the changes in to config.in, and regenerated configure. But I see the changes in xterm.c that needed this has been backed out. Maybe we should just cast to (void *) and be done with it? Jan D.