From owner-freebsd-stable Tue May 16 18:32:59 2000 Delivered-To: freebsd-stable@freebsd.org Received: from corinth.bossig.com (mail.dohboys.com [208.26.253.10]) by hub.freebsd.org (Postfix) with ESMTP id 5EA4437B65C for ; Tue, 16 May 2000 18:32:54 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.184]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id for ; Tue, 16 May 2000 18:32:47 -0700 Message-ID: <3921F6D5.5E7B92AE@3-cities.com> Date: Tue, 16 May 2000 18:33:09 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Stable Subject: Sysinstall Problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have build 4.0-Stable and tried to build sysinstall. I am seeing echo '#include ' > makedevs.tmp ./rtermcap ansi | file2c 'const char termcap_ansi[] = {' ',0};' >> makedevs.tm p ./rtermcap cons25 | file2c 'const char termcap_cons25[] = {' ',0};' >> makedev s.tmp ./rtermcap cons25-m | file2c 'const char termcap_cons25_m[] = {' ',0};' >> mak edevs.tmp ./rtermcap cons25r | file2c 'const char termcap_cons25r[] = {' ',0};' >> maked evs.tmp ./rtermcap cons25r-m | file2c 'const char termcap_cons25r_m[] = {' ',0};' >> m akedevs.tmp ./rtermcap cons25l1 | file2c 'const char termcap_cons25l1[] = {' ',0};' >> mak edevs.tmp ./rtermcap cons25l1-m | file2c 'const char termcap_cons25l1_m[] = {' ',0};' >> makedevs.tmp ./rtermcap vt100 | file2c 'const char termcap_vt100[] = {' ',0};' >> makedevs. tmp file2c 'u_char boot0[] = {' '};' < /boot/boot0 >> makedevs.tmp file2c 'u_char mbr[] = {' '};' < /boot/mbr >> makedevs.tmp mv makedevs.tmp makedevs.c cc -pipe -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog -I/usr/src/ release/sysinstall -I/usr/src/release/sysinstall/../../sys -c makedevs.c makedevs.c:4: syntax error before `,' *** Error code 1 make.txt (99%) When I try to logon to that system, the terminal capability is all messed up. Any ideas on what I can do to fix the problem. Kent -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message