From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: csant Newsgroups: gmane.emacs.devel Subject: Re: buildproblem with gpm installed Date: Sun, 03 Jun 2007 22:50:32 +0200 Organization: csant.info Message-ID: References: <20070603163029.GC17790@boetes.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1180903850 13448 80.91.229.12 (3 Jun 2007 20:50:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Jun 2007 20:50:50 +0000 (UTC) Cc: emacs-devel To: "Han Boetes" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 03 22:50:49 2007 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 1Hux2B-0001d6-UY for ged-emacs-devel@m.gmane.org; Sun, 03 Jun 2007 22:50:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hux2B-0001DD-FD for ged-emacs-devel@m.gmane.org; Sun, 03 Jun 2007 16:50:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hux28-0001Cz-Nn for emacs-devel@gnu.org; Sun, 03 Jun 2007 16:50:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hux26-0001Ch-4p for emacs-devel@gnu.org; Sun, 03 Jun 2007 16:50:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hux26-0001Cc-06 for emacs-devel@gnu.org; Sun, 03 Jun 2007 16:50:38 -0400 Original-Received: from csant.info ([69.36.171.12]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hux25-0004a3-IC for emacs-devel@gnu.org; Sun, 03 Jun 2007 16:50:37 -0400 Original-Received: from fiore.malebolge (csant.info [69.36.171.12]) (authenticated bits=0) by csant.info (8.12.11.20060308/8.12.11) with ESMTP id l53KoXMc002805; Sun, 3 Jun 2007 14:50:34 -0600 User-Agent: Opera Mail/9.21 (Linux) X-detected-kernel: Linux 2.4-2.6 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:72137 Archived-At: On Sun, 03 Jun 2007 18:30:06 +0200, Han Boetes wrote: > Hi, I have gpm installed and since the latest commit to src/term.c > I get: > > gcc -c -D_BSD_SOURCE -g -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. > -I/mnt/nfs/Emacs/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 > -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/include/alsa -O2 > -pipe -DHAVE_GTK_MULTIDISPLAY /mnt/nfs/Emacs/emacs/src/term.c > /mnt/nfs/Emacs/emacs/src/term.c: In function `init_tty': > /mnt/nfs/Emacs/emacs/src/term.c:3272: error: `mouse_position_hook' > undeclared (first use in this function) > /mnt/nfs/Emacs/emacs/src/term.c:3272: error: (Each undeclared identifier > is reported only once > /mnt/nfs/Emacs/emacs/src/term.c:3272: error: for each function it > appears in.) > make[2]: *** [term.o] Error 1 > > This is on a */linux machine. I get this only on the multi-tty branch. /c