From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: why was makefile changed to produce this? Date: Tue, 18 Oct 2011 09:15:09 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG3tJ-0001x7-Bk for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 03:15:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RG3tH-0000Iu-7o for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 03:15:13 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:33683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG3tH-0000IK-05 for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 03:15:11 -0400 Received: by wyg34 with SMTP id 34so296984wyg.0 for ; Tue, 18 Oct 2011 00:15:09 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jude DaShiell Cc: emacs-orgmode@gnu.org Hi Jude Have you checked if the binary makeinfo can be found somewhere and if it is reachable by your PATH? What is the output of these commands? find /usr /bin /sbin -name makeinfo echo $PATH cd ~/org-mode && make info Michael On Tue, Oct 18, 2011 at 07:02, Jude DaShiell wrot= e: > Script started on Tue 18 Oct 2011 12:55:27 AM EDT > jude@stmarys:~/org-mode$ make =A0 [K =A0[K =A0[K =A0[K =A0[Ksudo make ins= tall-info > (cd doc && makeinfo --no-split org.texi -o org) > /bin/sh: 1: makeinfo: not found > make: *** [doc/org] Error 127 > jude@stmarys:~/org-mode$ exit > exit > > Script done on Tue 18 Oct 2011 12:56:00 AM EDT