Date: Tue, 9 Jan 2001 13:05:45 -0700 (MST) From: Nate Williams <nate@yogotech.com> To: obrien@FreeBSD.ORG Cc: Poul-Henning Kamp <phk@FreeBSD.ORG>, current@FreeBSD.ORG Subject: Re: make release still broken... Message-ID: <14939.28441.595746.233763@nomad.yogotech.com> In-Reply-To: <20010109091149.A76331@dragon.nuxi.com> References: <14713.979027880@critter> <20010109091149.A76331@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > ===> rpcsvc > > rpcgen -C -h -DWANT_NFS3 /usr/src/include/rpcsvc/key_prot.x -o key_prot.h > > rpcgen: cannot find any C preprocessor (cpp) > > *** Error code 1 > > > Let me start a release. This means rpcgen has been using > /usr/libexec/cpp which is *only* for the compiler's use. rpcgen should > have been using /usr/bin/cpp all this time. From rpc_main.c #ifdef __FreeBSD__ #define SUNOS_CPP "/usr/libexec/cpp" Nate 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?14939.28441.595746.233763>