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: Emacs pretest 24.0.90 Date: Sat, 08 Oct 2011 08:20:28 +0200 Message-ID: <83hb3kf1hv.fsf@gnu.org> References: <87litcvtu2.fsf@stupidchicken.com> <32607388.post@talk.nabble.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1318054957 5246 80.91.229.12 (8 Oct 2011 06:22:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 Oct 2011 06:22:37 +0000 (UTC) Cc: Emacs-devel@gnu.org To: nabil-82 Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 08 08:22:27 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RCQIk-0005I7-Op for ged-emacs-devel@m.gmane.org; Sat, 08 Oct 2011 08:22:26 +0200 Original-Received: from localhost ([::1]:39621 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCQIj-0001ax-Ug for ged-emacs-devel@m.gmane.org; Sat, 08 Oct 2011 02:22:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCQIh-0001al-3m for Emacs-devel@gnu.org; Sat, 08 Oct 2011 02:22:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCQIf-0000Jw-JV for Emacs-devel@gnu.org; Sat, 08 Oct 2011 02:22:23 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:42175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCQIf-0000Je-AJ for Emacs-devel@gnu.org; Sat, 08 Oct 2011 02:22:21 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LSQ00F00HFD0000@a-mtaout20.012.net.il> for Emacs-devel@gnu.org; Sat, 08 Oct 2011 08:20:24 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.91.138]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LSQ00EBZHLZR150@a-mtaout20.012.net.il>; Sat, 08 Oct 2011 08:20:24 +0200 (IST) In-reply-to: <32607388.post@talk.nabble.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:144731 Archived-At: > Date: Fri, 7 Oct 2011 12:25:24 -0700 (PDT) > From: nabil-82 > > But after "make install" I got 2 Errors: > cd /home/nab/emacs-24.0.90/doc/misc; makeinfo ert.texi > /bin/sh: makeinfo: not found > make[2]: *** [../../info/ert] Fehler 127 /* Fehler is german and means error > */ > make[2]: Verlasse Verzeichnis '/home/nab/emacs-24.0.90/doc/misc' /* verlasse > = leave, Verzeichnis = directory */ > make[1]: *** [info-real] Fehler 2 > make[1]: Verlasse Verzeichnis '/home/nab/emacs-24.0.90' > make: *** [info] Fehler 2 You don't have the Texinfo package installed, but that package should not be needed for building and installing a pretest. There's already a file info/ert in the tarball, and it is newer than doc/misc/ert.texi. I think the problem is in doc/misc/Makefile.in in this line: $(infodir)/ert: ert.texi $(infodir) $(infodir) should not be a prerequisite of ert. If you remove $(infodir) from this line and re-run "configure", does "make install" run to completion without problems? > Arabic text ist written correctly R2L and also the accents > (=diacritcs=tashkeel). > But the arabic characters don't appear connected as they should. I tested > several fonts. You are missing several libraries that are needed for Arabic shaping. Here's an excerpt from the file INSTALL that describes these libraries; you need to install all of the libraries mentioned below to have Arabic shaping: * Complex Text Layout support libraries Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf" to correctly display such complex scripts as Indic and Khmer. On some systems, particularly GNU/Linux, these libraries may be already present or available as additional packages. Note that if there is a separate `dev' or `devel' package, for use at compilation time rather than run time, you will need that as well as the corresponding run time package; typically the dev package will contain header files and a library archive. Otherwise, you can download and build libraries from sources. The sources of these libraries are available by anonymous CVS from cvs.m17n.org. % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-db % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf For m17n-lib, if you have problems with making the whole package because you lack some other packages on which m17n-lib depends, try to configure it with the option "--without-gui".