Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 1998 11:47:45 +0200 (CEST)
From:      Alexander Leidinger <netchild@wurzelausix.CS.Uni-SB.DE>
To:        current@FreeBSD.ORG
Subject:   rpcgen problems (include files missing)
Message-ID:  <199809080947.LAA25236@wurzelausix.cs.uni-sb.de>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809080947.LAA25236>