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
address@hidden 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
address@hidden:/home/builds/ab/netbsd-5/amd64/201004070000Z-obj/home/builds/ab/netbsd-5/src/sys/arch/amd64/compile/XEN3_DOM0
amd64
address@hidden 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.
address@hidden 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 */