From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Pretest next week Date: Fri, 30 Jan 2009 13:34:55 +0100 Message-ID: <87skn1ufzl.fsf@thinkpad.tsdh.de> References: <87y6x4ue2u.fsf@cyd.mit.edu> <87ocxqnnb6.fsf@cyd.mit.edu> <87zlh9unfo.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233319087 31192 80.91.229.12 (30 Jan 2009 12:38:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Jan 2009 12:38:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 30 13:39:21 2009 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 1LSseS-00023Y-3V for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2009 13:39:16 +0100 Original-Received: from localhost ([127.0.0.1]:44682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSsd9-0002Lb-Gs for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2009 07:37:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSscw-0002Js-RI for emacs-devel@gnu.org; Fri, 30 Jan 2009 07:37:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSscu-0002JF-GU for emacs-devel@gnu.org; Fri, 30 Jan 2009 07:37:41 -0500 Original-Received: from [199.232.76.173] (port=40549 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSsct-0002J2-G7 for emacs-devel@gnu.org; Fri, 30 Jan 2009 07:37:39 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]:50827) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSsct-0007Hm-6e for emacs-devel@gnu.org; Fri, 30 Jan 2009 07:37:39 -0500 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id D8340264E4B; Fri, 30 Jan 2009 07:37:38 -0500 (EST) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 30 Jan 2009 07:37:38 -0500 X-Sasl-enc: BWCeBRtELwJ9y0H6A1yTzGn4CnY3I/51WoK8wqaDBh2Y 1233319058 Original-Received: from thinkpad.tsdh.de (p54AF278E.dip0.t-ipconnect.de [84.175.39.142]) by mail.messagingengine.com (Postfix) with ESMTPA id B412E2B039; Fri, 30 Jan 2009 07:37:37 -0500 (EST) In-Reply-To: (Kenichi Handa's message of "Fri, 30 Jan 2009 20:19:32 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Mail-Followup-To: Kenichi Handa , emacs-devel@gnu.org X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108401 Archived-At: Kenichi Handa writes: Hi! [sorry for the repost, but I've sent a private message, not a wide one.] >> I wonder if I'm the only one who is not able to compile emacs anymore >> (bug #2097) when configuring with --with-libotf. > > I can compile Emacs with libotf successfully. > > What is shown by this command? > > % pkg-config --modversion libotf 0.9.8 > And, does ALL_CFLAGS in src/Makefile contain the output of this? > > % pkg-config --cflags libotf That returns "-I/usr/include/freetype2" which is included in ALL_CFLAGS. Bye, Tassilo