From owner-freebsd-questions Thu Jul 27 18: 2:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 3341A37C17C for ; Thu, 27 Jul 2000 18:02:18 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:rSsqdrR9Il9WnTzgLe7653yxy5GByWG0@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id KAA01815; Fri, 28 Jul 2000 10:02:11 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:GivNCa2Y4LOpvI+1JzxeFIkgtfGhN/H8@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id KAA02987; Fri, 28 Jul 2000 10:09:00 +0900 (JST) Message-Id: <200007280109.KAA02987@zodiac.mech.utsunomiya-u.ac.jp> To: "A. L. Meyers" , freebsd-questions@FreeBSD.ORG Cc: John Baldwin , yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: possible bug in schistory.c (fwd) 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> Date: Fri, 28 Jul 2000 10:08:59 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >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" >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 -- 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