Subject: Re: previous declaration of `catclose'
To: None <gwr@mc.com>
From: Scott J. Ellentuch <tuc@valhalla.stormking.com>
List: port-sun3
Date: 05/22/1995 11:13:44
In Gordon W. Ross's own words (And I ">_") :
> 
> > cc -O -DNLS -DYP -DLIBC_SCCS -DSYSLIBC_SCCS -I/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -DFLOATING_POINT  -c /src/lib/libc/nls/catclose.c
> > /src/lib/libc/nls/catclose.c:20: conflicting types for `catclose'
> > /usr/include/nl_types.h:46: previous declaration of `catclose'
> > *** Error code 1
> > 
> > I'm 'SUP' to the minute...... Where do I go from here?
> > 
> > 			Thanks, Scott
> 
> What is your build environment?  NetBSD?
> You probably need to do this first:
> 
> cd src/include
> make ; make install
> 
> 
	I am doing it in NetBSD.  I'll have to change it so the 
root directory is mounted rw, instead of ro like suggested in the INSTALL
doco and go for it.  Or, maybe make an ichabod/root which isn't a link but
a copy so I can always fall back.

			Thanks all, Scott