Subject: make build problems
To: NetBSD/arm32 <port-arm32@netbsd.org>
From: Patrick Welche <prlw1@cam.ac.uk>
List: port-arm32
Date: 01/27/1999 18:41:06
all ===> lib/libc
cc -O2 -DALL_STATE  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari
th -Werror   -D_LIBC -DNLS -DYP -DHESIOD -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT
 -I/usr/src/lib/libc/include -DSOFTFLOAT -D__DBINTERFACE_PRIVATE -DRESOLVSORT -I
. -DPOSIX_MISTAKE -DFLOATING_POINT -c /usr/src/lib/libc/compat-43/gethostid.c
In file included from /usr/include/vm/vm.h:82,
                 from /usr/include/sys/sysctl.h:51,
                 from /usr/src/lib/libc/compat-43/gethostid.c:48:
/usr/include/vm/vm_map.h:118: syntax error before `vaddr_t'
/usr/include/vm/vm_map.h:121: syntax error before `vsize_t'
/usr/include/vm/vm_map.h:159: syntax error before `vsize_t'
In file included from /usr/include/vm/vm_object.h:74,
                 from /usr/include/vm/vm.h:83,
                 from /usr/include/sys/sysctl.h:51,  
                 from /usr/src/lib/libc/compat-43/gethostid.c:48:
/usr/include/vm/vm_page.h:130: syntax error before `vaddr_t'
/usr/include/vm/vm_page.h:147: syntax error before `paddr_t'
/usr/include/vm/vm_page.h:241: syntax error before `vaddr_t'  
In file included from /usr/include/vm/vm_object.h:75,
                 from /usr/include/vm/vm.h:83,
                 from /usr/include/sys/sysctl.h:51,
                 from /usr/src/lib/libc/compat-43/gethostid.c:48:
/usr/include/vm/vm_pager.h:76: syntax error before `vsize_t'
/usr/include/vm/vm_pager.h:84: syntax error before `vaddr_t'
/usr/include/vm/vm_pager.h:86: syntax error before `vaddr_t'
/usr/include/vm/vm_pager.h:98: syntax error before `vaddr_t'
In file included from /usr/include/vm/vm.h:83,
                 from /usr/include/sys/sysctl.h:51,
                 from /usr/src/lib/libc/compat-43/gethostid.c:48:
/usr/include/vm/vm_object.h:91: syntax error before `vsize_t'
/usr/include/vm/vm_object.h:97: syntax error before `vaddr_t'
/usr/include/vm/vm_object.h:99: syntax error before `vaddr_t'

% cat /etc/mk.conf
EXPORTABLE_SYSTEM = yes
USE_EGCS=1
UVM=1
LDSTATIC=-static
NOPIC=1

I can't see any syntax errors... Do any of you recognise this? Source
supped yesterday, RiscPC.

Cheers,

Patrick