Subject: Hugs 1.4 package
To: None <netbsd-help@NetBSD.ORG>
From: Simon Raahauge DeSantis <xiamin@scdesantis.ne.mediaone.net>
List: netbsd-help
Date: 07/11/1998 20:03:53
Using today's tar file of pkgsrc I tried to build Hugs 1.4 (lang/hugs).
However, it failed like this:
xiamin@scdesantis /usr/pkgsrc/lang/hugs % make
===>  Building for hugs-1.4
cc -c -O  hugs.c
In file included from hugs.c:14:
storage.h:137: global register variable follows a function definition
storage.h:142: global register variable follows a function definition
storage.h:798: global register variable follows a function definition
*** Error code 1

I don't know enough about C to figure out how to fix this. Does anyone
know what's going on? Knowing how to fix it would be nice too. ;)

TIA
-Simon Raahauge DeSantis