From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: term.c:2257: error: 'Qtty_color_mode' undeclared Date: Thu, 29 Jul 2010 09:02:44 +0200 Message-ID: <4C512794.1020408@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1280386978 15242 80.91.229.12 (29 Jul 2010 07:02:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 29 Jul 2010 07:02:58 +0000 (UTC) Cc: Emacs Development To: Makoto Fujiwara Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 29 09:02:57 2010 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.69) (envelope-from ) id 1OeN8r-0007gu-16 for ged-emacs-devel@m.gmane.org; Thu, 29 Jul 2010 09:02:57 +0200 Original-Received: from localhost ([127.0.0.1]:45780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeN8q-00066v-IG for ged-emacs-devel@m.gmane.org; Thu, 29 Jul 2010 03:02:56 -0400 Original-Received: from [140.186.70.92] (port=35538 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeN8l-00066n-Fz for emacs-devel@gnu.org; Thu, 29 Jul 2010 03:02:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OeN8j-0005Xo-HV for emacs-devel@gnu.org; Thu, 29 Jul 2010 03:02:51 -0400 Original-Received: from smtprelay-h31.telenor.se ([213.150.131.4]:48489) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeN8j-0005XJ-3c for emacs-devel@gnu.org; Thu, 29 Jul 2010 03:02:49 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h31.telenor.se (Postfix) with ESMTP id A52AAE9AAB for ; Thu, 29 Jul 2010 09:02:45 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aqg7AIXEUExV4S0jPGdsb2JhbACHZpghDAEBAQE1LcAGhTgE X-IronPort-AV: E=Sophos;i="4.55,278,1278280800"; d="scan'208";a="112145906" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb1.telenor.se with ESMTP; 29 Jul 2010 09:02:45 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id C92917FA05A; Thu, 29 Jul 2010 09:02:44 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:127955 Archived-At: 2010-07-29 01:54, Makoto Fujiwara skrev: > Is this only at my environment ? > or already fixed ? It was an error, I fixed it now. Jan D. > > cc -c -I/usr/include -Demacs -DHAVE_CONFIG_H -I. -I/export/pkgsrc/wip/emacs-current-nox11/work/emacs/src -MMD -MF deps/term.d -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -O2 -I/usr/include term.c > term.c: In function 'set_tty_color_mode': > term.c:2257: error: 'Qtty_color_mode' undeclared (first use in this function) > term.c:2257: error: (Each undeclared identifier is reported only once > term.c:2257: error: for each function it appears in.) > gmake[2]: *** [term.o] Error 1 > gmake[2]: Leaving directory `/export/pkgsrc/wip/emacs-current-nox11/work/emacs/src' > gmake[1]: *** [src] Error 2 > gmake[1]: Leaving directory `/export/pkgsrc/wip/emacs-current-nox11/work/emacs' > gmake: *** [bootstrap] Error 2 > *** Error code 2 > > modena@makoto 07:35:07/100729(..wip/emacs-current-nox11)% uname -a > NetBSD modena 5.0_STABLE NetBSD 5.0_STABLE (XEN3_DOM0) #0: Wed Apr 7 02:17:52 UTC 2010 builds@b8.netbsd.org:/home/builds/ab/netbsd-5/amd64/201004070000Z-obj/home/builds/ab/netbsd-5/src/sys/arch/amd64/compile/XEN3_DOM0 amd64 > modena@makoto 08:53:40/100729(..wip/emacs-current-nox11)% gcc --version > gcc (GCC) 4.1.3 20080704 prerelease (NetBSD nb2 20081120) > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > modena@makoto 08:53:44/100729(..wip/emacs-current-nox11)% > > --- > Makoto Fujiwara, > Chiba, Japan, Narita Airport and Disneyland prefecture. > > --- src/term.c.orig 2010-07-27 23:09:41.000000000 +0900 > +++ src/term.c 2010-07-27 23:09:50.000000000 +0900 > @@ -129,6 +129,7 @@ > /* If true, use "vs", otherwise use "ve" to make the cursor visible. */ > > static int visible_cursor; > +Lisp_Object Qtty_color_mode; > > /* Display space properties */ >