Subject: Problems compiling rpc.bootparamd
To: None <port-i386@NetBSD.ORG>
From: Tim Liddelow <tim@cst.labtam.com.au>
List: port-i386
Date: 07/10/1995 11:14:52
I'm having problems compiling rpc.bootparamd in -current, supped very recently.
I have rebuilt rpcgen and installed it, ensured all header files are up
to date, but still no cigar.

cc -O -DYP   -c bootparam_prot_svc.c
bootparam_prot_svc.c: In function `bootparamprog_1':
bootparam_prot_svc.c:57: parse error before `*'
bootparam_prot_svc.c:57: declaration for parameter `SVCXPRT' but no such parameter
bootparam_prot_svc.c:68: dereferencing pointer to incomplete type
bootparam_prot_svc.c:69: `NULLPROC' undeclared (first use this function)
bootparam_prot_svc.c:69: (Each undeclared identifier is reported only once
bootparam_prot_svc.c:69: for each function it appears in.)
bootparam_prot_svc.c:70: `xdr_void' undeclared (first use this function)
bootparam_prot_svc.c:77: `bootparamproc_whoami_1_svc' undeclared (first use this function)
bootparam_prot_svc.c:83: `bootparamproc_getfile_1_svc' undeclared (first use this function)
*** Error code 1
 
Stop.


Any ideas ?

Cheers
Tim.