Re: [PATCH] Re: [PATCHv2] cld: use XDR for all messages
Jeff Garzik <[email protected]>
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
On 02/03/2010 04:45 PM, Colin McCabe wrote: > On Tue, Feb 2, 2010 at 10:35 PM, Jeff Garzik<[email protected]> wrote: >> I will continue whittling down the patch until it just contains the XDR >> changes themselves. > > In tools/Makefile.am, I don't think you need $(top_srcdir)/lib any > more, since cld_msg_rpc.h is now an installed header. Build environment should always refer to the current in-tree header, not the installed header. The header might not be installed (yet, at build time), or it might be an older version of the header you need. Who knows what lives in system headers :) Jeff