From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Klimov Newsgroups: gmane.emacs.devel Subject: Re: preprocessing Makefile Date: Tue, 11 Mar 2008 15:48:46 +0200 (IST) Message-ID: References: <873azkzp71.fsf@ambire.localdomain> <878x9au2g3.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: ger.gmane.org 1205243362 29907 80.91.229.12 (11 Mar 2008 13:49:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2008 13:49:22 +0000 (UTC) Cc: Glenn Morris To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 11 14:49:49 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JZ4rE-0005I3-7D for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 14:49:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ4qf-0004vP-Ui for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 09:48:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZ4qd-0004vI-6S for emacs-devel@gnu.org; Tue, 11 Mar 2008 09:48:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZ4qb-0004uh-NW for emacs-devel@gnu.org; Tue, 11 Mar 2008 09:48:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ4qb-0004ub-GZ for emacs-devel@gnu.org; Tue, 11 Mar 2008 09:48:53 -0400 Original-Received: from www.eitan.edu ([199.203.54.24] helo=eitan.edu) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JZ4qa-0001cD-O6 for emacs-devel@gnu.org; Tue, 11 Mar 2008 09:48:53 -0400 Original-Received: (qmail 23809 invoked from network); 11 Mar 2008 13:48:46 -0000 Original-Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 11 Mar 2008 13:48:46 -0000 In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:92155 Archived-At: On Mon, 23 Jul 2007, Alexander Klimov wrote: > I suspect that all this problems relate to GTK: I used .../soft-linux > as prefix for emacs for a long time and the only recent change was > that I installed new GTK into that directory. If I run configure with > --with-x-toolkit=lucid, the c-compilation runs smoothly The problem (`soft-1' instead of `soft-linux' [1]) is back, and now it does not allow me to bootstrap even with lucid: gcc -c [...] -I[...]/soft-1/include/freetype2 [...] ftfont.c In file included from [...]soft-linux/include/fontconfig/fcfreetype.h:27, from ftfont.c:28: [...]soft-linux/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory Btw, the latest version I built before that was on 2008-03-04. [1] -- Regards, ASK