From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Frederik Hohlfeld Newsgroups: gmane.emacs.devel Subject: Re: building with libotf Date: Fri, 8 Aug 2008 17:42:52 +0000 (UTC) Message-ID: References: <87y738dmmp.GNU\'s_Not_Unix!%yavor@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1218217535 22674 80.91.229.12 (8 Aug 2008 17:45:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2008 17:45:35 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 08 19:46:25 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 1KRW0X-0008UE-Lb for ged-emacs-devel@m.gmane.org; Fri, 08 Aug 2008 19:44:09 +0200 Original-Received: from localhost ([127.0.0.1]:35454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRVzc-0003ex-39 for ged-emacs-devel@m.gmane.org; Fri, 08 Aug 2008 13:43:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRVzY-0003es-Ld for emacs-devel@gnu.org; Fri, 08 Aug 2008 13:43:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRVzY-0003eg-4M for emacs-devel@gnu.org; Fri, 08 Aug 2008 13:43:08 -0400 Original-Received: from [199.232.76.173] (port=43797 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRVzY-0003ed-1K for emacs-devel@gnu.org; Fri, 08 Aug 2008 13:43:08 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:53563 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KRVzX-0004VJ-R4 for emacs-devel@gnu.org; Fri, 08 Aug 2008 13:43:08 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KRVzR-0003s6-Sp for emacs-devel@gnu.org; Fri, 08 Aug 2008 17:43:01 +0000 Original-Received: from e179255244.adsl.alicedsl.de ([85.179.255.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Aug 2008 17:43:01 +0000 Original-Received: from frederik.hohlfeld by e179255244.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Aug 2008 17:43:01 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 85.179.255.244 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:102214 Archived-At: Kenichi Handa m17n.org> writes: > > This version doesn't have a pkg-config file, and Emacs uses the usual > > PKG_CHECK_MODULES macro for this detection. > > > There is a Debian bug about this, see http://bugs.debian.org/466815. > > Yes. libotf started to provide libotf.pc for pkgconfig from > version 0.9.5. I recommend to use the latest version 0.9.8 > because some fonts distributed with the latest > ttf-devanagari-fonts package have incorrect OTF data which > causes the old version of libotf segfault. I don't care too much about Devanagari and am not very eager to compile libotf myself. Is there an easy workaround, so that Emacs recognizes libotf and builds against it nevertheless? Thanks for reading Frederik Hohlfeld