Subject: More problems making 'boot'
To: None <port-vax@NetBSD.ORG>
From: Kevin McQuiggin <mcquiggi@sfu.ca>
List: port-vax
Date: 04/14/1996 19:27:27
Hi All:

Here's another problem to report with building "boot" under 1.1A.

I've already reported another problem with static definitions for bcopy and bzero.

I worked around this problem with modification of bsd.sys.mk (elminiating the -Werror flag). I get the following when building libkern:


In file included from ../../../../../lib/libsa/ufs.c:75:
../../../../../lib/libsa/../../lib/libkern/libkern.h:121: conflicting types for
`skpc'
/usr/include/machine/macros.h:140: previous declaration of `skpc'
*** Error code 1

Stop.
*** Error code 1

Stop.


I'll probably go in and comment out the redefinition. Just wanted the list to know that this is broken.

Kevin