From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] Re: [PATCHv2] cld: use XDR for all messages Date: Fri, 05 Feb 2010 04:51:26 -0500 Message-ID: <4B6BEA1E.3090406@garzik.org> References: <1263577788-2081-1-git-send-email-cmccabe@alumni.cmu.edu> <4B57B01F.5080903@garzik.org> <436f52801001201838l450fbe09i6f2f9d2b6ceebe6d@mail.gmail.com> <436f52801001261322k4f6273ccl9f6a21f6ccb123df@mail.gmail.com> <4B5F6893.3070906@garzik.org> <436f52801001261547h16334bcn8f1635fb49915cd2@mail.gmail.com> <4B6287B1.6000305@garzik.org> <436f52801001291701u649caefdwce9dd2675d17a61d@mail.gmail.com> <4B69191F.5080905@garzik.org> <436f52801002031345v378713a5u6f731b29b2ed4bd4@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=JXQCj6CvERlMc5WESipDD71mGdRvqyxEFgjk7F1azJM=; b=s1o5M2qQ09IJT7Flv/aggxFVH0yl1FwbPKeZ96/QHN2NoOo8+9dZl7Yx36ZvRtvjn7 O0SAO0yO0JiiyZiEH1rZSeXgcKbH0mQTF8qJD0CBqSrXOTGUiZ85DSlhOVgauuG13OE4 KGStuMfclPvZeqAAeOPFfljXjfms4ttCOvE/8= In-Reply-To: <436f52801002031345v378713a5u6f731b29b2ed4bd4@mail.gmail.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Colin McCabe Cc: Project Hail List , Pete Zaitcev On 02/03/2010 04:45 PM, Colin McCabe wrote: > On Tue, Feb 2, 2010 at 10:35 PM, Jeff Garzik 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