Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 13:26:49 +0400
From:      Igor Roboul <igorr@sysadm.stc>
To:        freebsd-current@FreeBSD.ORG
Subject:   Re: error in ncurses in 'make buildworld'
Message-ID:  <20020620092649.GA10310@sysadm.stc>
In-Reply-To: <20020620074657.11859.qmail@web14108.mail.yahoo.com>
References:  <20020619163321.A48809@dragon.nuxi.com> <20020620074657.11859.qmail@web14108.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 20, 2002 at 09:46:57AM +0200, Claus Guttesen wrote:
> You're right. I was becoming a vegetable trying to
> figure out how to fix it. So in my insanity I did a
> 'make' in the ncurses-directory (and posted too fast)
> just to get the error, rather than performing the
> buildworld. Pardon for my ignorance.
> 
> The real error is:
> 
> lib_gen.c: In function `addchnstr':
> lib_gen.c:27: `a0' undeclared (first use in this
> function)
> lib_gen.c:27: (Each undeclared identifier is reported
> only once
> lib_gen.c:27: for each function it appears in.)
> lib_gen.c:27: syntax error before numeric constant
> 
> And continues to 'lib_gen.c:824: `a0' undeclared'.
rm -f /usr/bin/awk
ln /usr/bin/gawk /usr/bin/awk

Then rebuild.

I have posted info about awk (which is nawk) incorrectly printing 
numbers between 10 and 15. It adds ascii '0' to value. 

-- 
Igor Roboul, System administrator at Speech Technology Center
http://www.speechpro.com http://www.speechpro.ru


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020620092649.GA10310>