From owner-freebsd-current Tue Jan 16 07:55:19 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA21715 for current-outgoing; Tue, 16 Jan 1996 07:55:19 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA21681 for ; Tue, 16 Jan 1996 07:55:11 -0800 (PST) Received: from cocoa.ops.neosoft.com (root@cocoa.ops.NeoSoft.COM [198.65.163.227]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id FAA26105 for ; Tue, 16 Jan 1996 05:51:00 -0800 Received: (from dbaker@localhost) by cocoa.ops.neosoft.com (8.6.12/8.6.12) id HAA03171; Tue, 16 Jan 1996 07:50:49 -0600 From: Daniel Baker Message-Id: <199601161350.HAA03171@cocoa.ops.neosoft.com> Subject: WorldCompile 1/16/95 rpcsvc probs To: freebsd-current@freebsd.org, smace@Neosoft.com Date: Tue, 16 Jan 1996 07:50:48 -0600 (CST) X-Mailer: ELM [version 2.4 PL24 ME8b] Content-Type: text Sender: owner-current@freebsd.org Precedence: bulk Does anyone know what it means when I get these type of errors when compiling world of -current 1/16/95 7:48 Central? ===> lib/librpcsvc cc -O -I/usr/include/rpcsvc -c klm_prot_xdr.c -o klm_prot_xdr.o In file included from klm_prot_xdr.c:6: /usr/include/rpcsvc/klm_prot.h:10: parse error before `xdr_klm_stats' /usr/include/rpcsvc/klm_prot.h:10: warning: data definition has no type or storage class /usr/include/rpcsvc/klm_prot.h:15: parse error before `netobj' /usr/include/rpcsvc/klm_prot.h:15: warning: no semicolon at end of struct or union /usr/include/rpcsvc/klm_prot.h:17: parse error before `l_offset' /usr/include/rpcsvc/klm_prot.h:17: warning: data definition has no type or storage class /usr/include/rpcsvc/klm_prot.h:18: parse error before `l_len' /usr/include/rpcsvc/klm_prot.h:18: warning: data definition has no type or storage class /usr/include/rpcsvc/klm_prot.h:21: parse error before `xdr_klm_lock' /usr/include/rpcsvc/klm_prot.h:21: warning: data definition has no type or storage class /usr/include/rpcsvc/klm_prot.h:25: parse error before `bool_t' /usr/include/rpcsvc/klm_prot.h:25: warning: no semicolon at end of struct or union /usr/include/rpcsvc/klm_prot.h:27: parse error before `l_offset' /usr/include/rpcsvc/klm_prot.h:27: warning: data definition has no type or storage class /usr/include/rpcsvc/klm_prot.h:28: parse error before `l_len' /usr/include/rpcsvc/klm_prot.h:28: warning: data definition has no type or storage class /usr/include/rpcsvc/klm_prot.h:31: parse error before `xdr_klm_holder' /usr/include/rpcsvc/klm_prot.h:31: warning: data definition has no type or storage class /usr/include/rpcsvc/klm_prot.h:38: parse error before `xdr_klm_stat' /usr/include/rpcsvc/klm_prot.h:38: warning: data definition has no type or storage class /usr/include/rpcsvc/klm_prot.h:44: field `holder' has incomplete type /usr/include/rpcsvc/klm_prot.h:48: parse error before `xdr_klm_testrply' /usr/include/rpcsvc/klm_prot.h:48: warning: data definition has no type or storage class /usr/include/rpcsvc/klm_prot.h:52: parse error before `bool_t' /usr/include/rpcsvc/klm_prot.h:52: warning: no semicolon at end of struct or union /usr/include/rpcsvc/klm_prot.h:53: warning: data definition has no type or storage class /usr/include/rpcsvc/klm_prot.h:55: parse error before `}' /usr/include/rpcsvc/klm_prot.h:57: parse error before `xdr_klm_lockargs' /usr/include/rpcsvc/klm_prot.h:57: warning: data definition has no type or storage class /usr/include/rpcsvc/klm_prot.h:61: parse error before `bool_t' /usr/include/rpcsvc/klm_prot.h:61: warning: no semicolon at end of struct or union /usr/include/rpcsvc/klm_prot.h:63: parse error before `}' /usr/include/rpcsvc/klm_prot.h:65: parse error before `xdr_klm_testargs' /usr/include/rpcsvc/klm_prot.h:65: warning: data definition has no type or storage class /usr/include/rpcsvc/klm_prot.h:69: field `alock' has incomplete type /usr/include/rpcsvc/klm_prot.h:72: parse error before `xdr_klm_unlockargs' /usr/include/rpcsvc/klm_prot.h:72: warning: data definition has no type or storage class klm_prot_xdr.c:14: parse error before `xdr_klm_stats' klm_prot_xdr.c: In function `xdr_klm_stats': klm_prot_xdr.c:15: parse error before `*' klm_prot_xdr.c:15: declaration for parameter `XDR' but no such parameter klm_prot_xdr.c:19: `enum_t' undeclared (first use this function) klm_prot_xdr.c:19: (Each undeclared identifier is reported only once klm_prot_xdr.c:19: for each function it appears in.) klm_prot_xdr.c:19: parse error before `)' klm_prot_xdr.c:21: `TRUE' undeclared (first use this function) Thanks in advance, Daniel