From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.devel Subject: Re: Help with Tamil (Indic) font (Emacs from bzr) Date: Wed, 16 Jan 2013 20:20:22 +0100 Message-ID: <85vcaxj5op.fsf@iznogoud.viz> References: <87ip6x5ffp.fsf@gmail.com> <8538y19h1l.fsf@iznogoud.viz> <87k3rd3q2c.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1358364029 17420 80.91.229.3 (16 Jan 2013 19:20:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jan 2013 19:20:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jambunathan K Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 16 20:20:47 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TvYXX-0004TH-7D for ged-emacs-devel@m.gmane.org; Wed, 16 Jan 2013 20:20:47 +0100 Original-Received: from localhost ([::1]:35367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvYXG-0001ns-MO for ged-emacs-devel@m.gmane.org; Wed, 16 Jan 2013 14:20:30 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:54105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvYXC-0001l0-Vl for emacs-devel@gnu.org; Wed, 16 Jan 2013 14:20:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvYXC-00075F-1s for emacs-devel@gnu.org; Wed, 16 Jan 2013 14:20:26 -0500 Original-Received: from mx12.lb01.inode.at ([62.99.145.14]:35240 helo=mx.inode.at) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvYXB-000754-Rk for emacs-devel@gnu.org; Wed, 16 Jan 2013 14:20:25 -0500 Original-Received: from [91.119.206.19] (port=7057 helo=iznogoud.viz) by smartmx-12.inode.at with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1TvYXA-0005Ce-JE; Wed, 16 Jan 2013 20:20:24 +0100 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1TvYX9-0000Ve-1l; Wed, 16 Jan 2013 20:20:23 +0100 Mail-Followup-To: Jambunathan K , emacs-devel@gnu.org In-Reply-To: <87k3rd3q2c.fsf@gmail.com> (Jambunathan K.'s message of "Thu, 17 Jan 2013 00:36:51 +0530") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 62.99.145.14 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156430 Archived-At: On Wed, Jan 16 2013, Jambunathan K wrote: > You guessed it right. EmacsFromBzr is failing to pick up those > libraries. I am seeing following lines in src/config.h. > > ,---- src/config.h > | /* Define to 1 if using libotf. */ > | /* #undef HAVE_LIBOTF */ > | > | /* Define to 1 if using libm17n-flt. */ > | /* #undef HAVE_M17N_FLT */ > I do have the required m17n and otf libraries - both runtime and dev > variations. Am I missing any other libraries? Do you have the freetype2 headers (probably in /usr/include/freetype2/freetype)? > Should I file a bug report? I don't think so... Wolfgang