From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Pretest Date: Mon, 30 Oct 2006 18:13:29 -0500 Message-ID: <87slh55rdy.fsf@stupidchicken.com> 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 1162250037 12131 80.91.229.2 (30 Oct 2006 23:13:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 23:13:57 +0000 (UTC) Cc: prj@po.cwru.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 31 00:13:55 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 1GegKE-0002pb-NJ for ged-emacs-devel@m.gmane.org; Tue, 31 Oct 2006 00:13:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GegKE-0002B6-3M for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 18:13:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GegJg-0001vW-SY for emacs-devel@gnu.org; Mon, 30 Oct 2006 18:13:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GegJZ-0001ld-Ao for emacs-devel@gnu.org; Mon, 30 Oct 2006 18:13:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GegJY-0001km-Pi for emacs-devel@gnu.org; Mon, 30 Oct 2006 18:13:08 -0500 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GegJY-0006WQ-Lf for emacs-devel@gnu.org; Mon, 30 Oct 2006 18:13:08 -0500 Original-Received: by cyd (Postfix, from userid 1000) id EC8AE4E437; Mon, 30 Oct 2006 18:13:29 -0500 (EST) Original-To: emacs-devel@gnu.org In-Reply-To: (Paul Jarc's message of "Mon\, 30 Oct 2006 15\:04\:52 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux) 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:61439 Archived-At: prj@po.cwru.edu (Paul Jarc) writes: > 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. I've checked in a fix to CVS. Thanks.