current kernel build broken in sc0

2001-03-24 Thread Michael C . Wu

I get this when I add the following lines to my kernel build
options SC_NORM_ATTR=(FG_GREEN|BG_BLACK)
options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)
options SC_KERNEL_CONS_ATTR=(FG_LIGHTRED|BG_BLACK)
options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)

[snip make depend]
genassym.c 
/kern/link_aout.c /usr/src/sys/kern/subr_diskmbr.c /usr/src/sys/libkern/divdi3.c  
/usr/src/sys/libkern/moddi3.c /usr/src/sys/libkern/qdivrem.c 
/usr/src/sys/libkern/ucmpdi2.c  /usr/src/sys/libkern/udivdi3.c 
/usr/src/sys/libkern/umoddi3.c param.c vnode_if.c hints.c config.c 
/usr/src/sys/i386/i386/genassym.c
In file included from /usr/src/sys/dev/fb/vga.c:34:
opt_syscons.h:2: unterminated string or character constant
opt_syscons.h:2: possible real start of unterminated constant
In file included from /usr/src/sys/dev/syscons/schistory.c:33:
opt_syscons.h:2: unterminated string or character constant
opt_syscons.h:2: possible real start of unterminated constant
In file included from /usr/src/sys/dev/syscons/scmouse.c:29:
opt_syscons.h:2: unterminated string or character constant
opt_syscons.h:2: possible real start of unterminated constant


-- 
+---+
| [EMAIL PROTECTED] | [EMAIL PROTECTED]   |
| http://iteration.net/~keichii | Yes, BSD is a conspiracy. |
+---+

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: current kernel build broken in sc0

2001-03-24 Thread Michael C . Wu

On Sat, Mar 24, 2001 at 10:35:58PM -0600, Michael C . Wu scribbled:
| I get this when I add the following lines to my kernel build
| options SC_NORM_ATTR=(FG_GREEN|BG_BLACK)
| options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)
| options SC_KERNEL_CONS_ATTR=(FG_LIGHTRED|BG_BLACK)
| options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)
| 
| [snip make depend]
| genassym.c 
| /kern/link_aout.c /usr/src/sys/kern/subr_diskmbr.c /usr/src/sys/libkern/divdi3.c  
|/usr/src/sys/libkern/moddi3.c /usr/src/sys/libkern/qdivrem.c 
|/usr/src/sys/libkern/ucmpdi2.c  /usr/src/sys/libkern/udivdi3.c 
|/usr/src/sys/libkern/umoddi3.c param.c vnode_if.c hints.c config.c 
|/usr/src/sys/i386/i386/genassym.c
| In file included from /usr/src/sys/dev/fb/vga.c:34:
| opt_syscons.h:2: unterminated string or character constant
| opt_syscons.h:2: possible real start of unterminated constant
| In file included from /usr/src/sys/dev/syscons/schistory.c:33:
| opt_syscons.h:2: unterminated string or character constant
| opt_syscons.h:2: possible real start of unterminated constant
| In file included from /usr/src/sys/dev/syscons/scmouse.c:29:
| opt_syscons.h:2: unterminated string or character constant
| opt_syscons.h:2: possible real start of unterminated constant
| 

Sorry, forgot to mention that it was fresh src/ 
cvsupped three hours ago.
-- 
+---+
| [EMAIL PROTECTED] | [EMAIL PROTECTED]   |
| http://iteration.net/~keichii | Yes, BSD is a conspiracy. |
+---+

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message