From owner-freebsd-current Tue Sep 8 02:48:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01317 for freebsd-current-outgoing; Tue, 8 Sep 1998 02:48:10 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01297 for ; Tue, 8 Sep 1998 02:48:06 -0700 (PDT) (envelope-from netchild@wurzelausix.CS.Uni-SB.DE) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.9.0/1998052000) with ESMTP id LAA02077 for ; Tue, 8 Sep 1998 11:47:57 +0200 (CEST) Received: from wurzelausix.cs.uni-sb.de (d1R3vw8HKhb5pZi9QytHGY7Pec+BXwNZ@wurzelausix.cs.uni-sb.de [134.96.247.1]) by cs.uni-sb.de (8.9.0/1998060300) with ESMTP id LAA25398 for ; Tue, 8 Sep 1998 11:47:56 +0200 (CEST) Received: from wurzelausix.cs.uni-sb.de (IDENT:nV3YxdNBr4difIKas/lfIcsndLREPXzp@localhost [127.0.0.1]) by wurzelausix.cs.uni-sb.de (8.9.1/wjp/19980821) with ESMTP id LAA25236 for ; Tue, 8 Sep 1998 11:47:49 +0200 (CEST) Message-Id: <199809080947.LAA25236@wurzelausix.cs.uni-sb.de> Date: Tue, 8 Sep 1998 11:47:45 +0200 (CEST) From: Alexander Leidinger Subject: rpcgen problems (include files missing) To: current@FreeBSD.ORG MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have here two files (mount_v1.x, nfs_v2.x) which I process with rpcgen -C -N -M ... Compiling them under Solaris 2.4 (using the Solaris rpcgen) works, but with FreeBSD 3.0-CURRENT #12: Fri Aug 14 20:35:24 CEST 1998 and the FreeBSD rpcgen they fail with In file included from nfs.c:9: mount_v1.h:10: synch.h: No such file or directory mount_v1.h:11: thread.h: No such file or directory In file included from nfs.c:10: nfs_v2.h:10: synch.h: No such file or directory nfs_v2.h:11: thread.h: No such file or directory *** Error code 1 I can't encounter any place where synch.h or thread.h are mentioned in the X-files ( ;) ), so I think there's something wrong. Someone out there who's able to help? Bye, Alexander. -- 2^{F_{h+1}-1} z^{F_{h+2}-1} + 2^{F_{h+1}-2} L_{h-1} z^{F_{h+2}} + complicated terms + 2^{h-1} z^{2^h - 2} + z^{2^h - 1} Donald E. Knuth, "The Art of Computer Programming" http://fsinfo.cs.uni-sb.de/~netchild mailto:netchild@studcs.uni-sb.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message