Subject: Re: make build error
To: None <clarence@pc64.cs.cuhk.hk>
From: Taras Ivanenko <ivanenko@ctpa03.mit.edu>
List: current-users
Date: 05/26/1996 13:43:21
> I had an error when I make build for source tree 960525 from ftp.netbsd.org

> ======= Error =======
> /usr/src/usr.bin/vi/build/../common/options.c: In function `opts_init':
> /usr/src/usr.bin/vi/build/../common/options.c:342: `_PATH_MSGCAT' undeclared (first use this function)
> /usr/src/usr.bin/vi/build/../common/options.c:342: (Each undeclared
identifier is reported only once

Remove the file /usr/src/usr.bin/vi/build/../common/pathnames.h It is
obsolete, incorrect and should not be there at all. I am not sure why
the compiler takes it and not ./pathnames.h but I have no time to look
into GCC/CC documentation.

	Taras Ivanenko