From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Help with Tamil (Indic) font (Emacs from bzr) Date: Wed, 16 Jan 2013 21:22:38 +0200 Message-ID: <83d2x57x1d.fsf@gnu.org> References: <87ip6x5ffp.fsf@gmail.com> <8538y19h1l.fsf@iznogoud.viz> <87k3rd3q2c.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1358364176 18989 80.91.229.3 (16 Jan 2013 19:22:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jan 2013 19:22:56 +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:23:14 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 1TvYZt-0007tO-Pe for ged-emacs-devel@m.gmane.org; Wed, 16 Jan 2013 20:23:13 +0100 Original-Received: from localhost ([::1]:42989 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvYZd-0006O4-95 for ged-emacs-devel@m.gmane.org; Wed, 16 Jan 2013 14:22:57 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:54719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvYZa-0006Ls-Ai for emacs-devel@gnu.org; Wed, 16 Jan 2013 14:22:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvYZZ-0007V9-7A for emacs-devel@gnu.org; Wed, 16 Jan 2013 14:22:54 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:52230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvYZY-0007V1-VK for emacs-devel@gnu.org; Wed, 16 Jan 2013 14:22:53 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MGQ00L00GE5B900@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Wed, 16 Jan 2013 21:22:36 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MGQ00LHVGHO4R40@a-mtaout20.012.net.il>; Wed, 16 Jan 2013 21:22:36 +0200 (IST) In-reply-to: <87k3rd3q2c.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:156431 Archived-At: > From: Jambunathan K > Date: Thu, 17 Jan 2013 00:36:51 +0530 > > 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 did a > bzr clean-tree --ignored > > and then ran > ./autogen.sh > ./configure > > and this is what configure is reporting. > > ,---- > | Does Emacs use -lxml2? yes > | Does Emacs use -lfreetype? no > | Does Emacs use -lm17n-flt? no <== > | Does Emacs use -lotf? no <== > | Does Emacs use -lxft? no <== > `---- > > > * Complex Text Layout support libraries > > > > in the INSTALL file in the emacs top-level directory. Given that this > > works in your distro's emacs 23 you should already have the necessary > > libraries, but perhaps they are too old or configure can't find them > > (config.log should give a clue). > > I do have the required m17n and otf libraries - both runtime and dev > variations. Am I missing any other libraries? > > Should I file a bug report? Before you file a bug report, look into your config.log for clues why the configure script decided you didn't have these libraries installed. It could be some issue with your system configuration, or maybe you didn't install some development-related package for these libraries, or some other local calamity.