Date: Fri, 28 Jul 2000 10:08:59 +0900 From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> To: "A. L. Meyers" <meyers-consulting@zugernet.ch>, freebsd-questions@FreeBSD.ORG Cc: John Baldwin <jhb@pike.osd.bsdi.com>, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: possible bug in schistory.c (fwd) Message-ID: <200007280109.KAA02987@zodiac.mech.utsunomiya-u.ac.jp> In-Reply-To: Your message of "Thu, 27 Jul 2000 09:43:45 MST." <200007271643.JAA77067@pike.osd.bsdi.com> References: <200007271643.JAA77067@pike.osd.bsdi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>options SC_NORM_ATTR="(FG:GREEN|BG_BLACK)" It should be: options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" Note "FG_GREEN", not "FG:GREEN". Kazu >Don't know if you read -questions, so I'm forwarding this to you directly in >case you haven't seen this.. > >----- Forwarded message from A. L. Meyers ----- > >Date: Thu, 27 Jul 2000 12:39:27 +0200 >From: "A. L. Meyers" <meyers-consulting@zugernet.ch> >Organization: Meyers Consulting >X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13-SMP i686) >X-Accept-Language: en >To: freebsd-questions@FreeBSD.ORG >Subject: possible bug in schistory.c >Sender: owner-freebsd-questions@FreeBSD.ORG > >Dear friends, > >Trying to pass the following options to the sc0 console driver: > >options SC_ALT_MOUSE_IMAGE >options SC_PIXEL_MODE >options SC_HISTORY_SIZE=1024 >options SC_NORM_ATTR="(FG:GREEN|BG_BLACK)" > >produced the following error messages during make (make depend completed >successfully): > >../../dev/syscons/schistory.c: >In function 'sc_allow_history_buffer': >:127: void value not ignored as it ought to be >:127: syntax error before `)' >Error code 1 > >make did not complete. > >Just a computing nobody, I don't know if perhaps the captioned file >indeed contains a c language error. > >Best regards, > >A. L. Meyers > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > >----- End of forwarded message from A. L. Meyers ----- > >-- > >John Baldwin <jhb@bsdi.com> -- http://www.FreeBSD.org/~jhb/ >PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc >"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007280109.KAA02987>