From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: org.texi errors when compiling Date: Tue, 12 Mar 2019 08:53:20 +0100 Message-ID: <20190312085320.4cf8f177@pckr200.mpip-mainz.mpg.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3cTk-0006uH-8G for emacs-orgmode@gnu.org; Tue, 12 Mar 2019 04:09:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3cE9-0002vt-Du for emacs-orgmode@gnu.org; Tue, 12 Mar 2019 03:53:34 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:59041) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h3cE9-0002ug-2j for emacs-orgmode@gnu.org; Tue, 12 Mar 2019 03:53:33 -0400 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" To: Diego Zamboni Cc: Org-mode Hi Diego, On Tue, 12 Mar 2019 06:45:28 +0100 Diego Zamboni wrote: > Hi, >=20 > Not sure how long this has been happening, but I just noticed the > following errors when building org (output from "make"): >=20 > /Library/Developer/CommandLineTools/usr/bin/make -C doc info > org-version: 9.2.2 (release_9.2.2-287-gb1429c) > makeinfo --no-split org.texi -o org > org.texi:6: warning: unrecognized encoding name `UTF-8'. > org.texi:808: Unknown command `arrow'. > org.texi:808: Misplaced {. > org.texi:808: Misplaced }. > org.texi:808: Unknown command `arrow'. > org.texi:808: Misplaced {. > org.texi:808: Misplaced }. > org.texi:819: Unknown command `arrow'. > org.texi:819: Misplaced {. > org.texi:819: Misplaced }. > org.texi:2595: Unknown command `arrow'. > org.texi:2595: Misplaced {. > org.texi:2595: Misplaced }. > org.texi:2597: Unknown command `arrow'. > org.texi:2597: Misplaced {. > org.texi:2597: Misplaced }. > org.texi:3452: Unknown command `arrow'. > org.texi:3452: Misplaced {. > org.texi:3452: Misplaced }. > org.texi:3452: Unknown command `arrow'. > org.texi:3452: Misplaced {. > org.texi:3452: Misplaced }. > org.texi:19512: Unknown command `arrow'. > org.texi:19512: Misplaced {. > org.texi:19512: Misplaced }. > org.texi:19512: Unknown command `arrow'. > org.texi:19512: Misplaced {. > org.texi:19512: Misplaced }. > makeinfo: Removing output file `org' due to errors; use --force to > preserve. make[1]: *** [org] Error 1 > make: *** [info] Error 2 >=20 > Any ideas? Try the Gnu version of =E2=80=9Cmakeinfo=E2=80=9D (may be available as =E2= =80=9Cgmakeinfo=E2=80=9D, maybe you'll have to install it). I use =E2=80=9Cgmakeinfo=E2=80=9D with the following lines added to my loca= l.mk # How to create the info files from the texinfo file MAKEINFO =3D gmakeinfo # How to create the HTML file TEXI2HTML =3D gmakeinfo --html --number-sections Bet regards Robert >=20 > --Diego