From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.devel Subject: Re: Pretest Date: Mon, 30 Oct 2006 15:04:52 -0500 Organization: What did you have in mind? A short, blunt, human pyramid? Message-ID: References: <87lkn1tzav.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162240456 10337 80.91.229.2 (30 Oct 2006 20:34:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 20:34:16 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 30 21:34:13 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gedi7-0001NO-Pp for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 21:26:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gedi7-0004k5-9r for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 15:26:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GedNv-0007My-PF for emacs-devel@gnu.org; Mon, 30 Oct 2006 15:05:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GedNs-0007L0-JO for emacs-devel@gnu.org; Mon, 30 Oct 2006 15:05:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GedNs-0007Kv-E9 for emacs-devel@gnu.org; Mon, 30 Oct 2006 15:05:24 -0500 Original-Received: from [129.22.105.35] (helo=mpv3.TIS.cwru.edu) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1GedNs-0001UK-27 for emacs-devel@gnu.org; Mon, 30 Oct 2006 15:05:24 -0500 Original-Received: from multivac.cwru.edu (multivac.ITS.CWRU.Edu [129.22.114.26]) by mpv3.TIS.cwru.edu (MOS 3.7.5-GA) with SMTP id BKV99814 for ; Mon, 30 Oct 2006 15:04:55 -0500 (EST) Original-Received: (qmail 31727 invoked by uid 500); 30 Oct 2006 20:05:17 -0000 Original-To: emacs-devel@gnu.org In-Reply-To: <87lkn1tzav.fsf@stupidchicken.com> (Chong Yidong's message of "Fri, 27 Oct 2006 13:59:36 -0400") Mail-Copies-To: nobody Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 11 User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) X-Mailman-Approved-At: Mon, 30 Oct 2006 15:24:54 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61416 Archived-At: Chong Yidong wrote: > ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-22.0.90.tar.gz I had one problem building from this tarball. I have some headers installed in unusual places, so I pass the appropriate -I flags in CPPFLAGS. But lwlib/Makefile.in does not use CPPFLAGS in the rule for lwlib.o, so I had some missing-header errors. When I added CPPFLAGS to that rule, everything worked. paul