emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org.texi errors when compiling
@ 2019-03-12  5:45 Diego Zamboni
  2019-03-12  7:53 ` Robert Klein
  0 siblings, 1 reply; 3+ messages in thread
From: Diego Zamboni @ 2019-03-12  5:45 UTC (permalink / raw)
  To: Org-mode

[-- Attachment #1: Type: text/plain, Size: 1341 bytes --]

Hi,

Not sure how long this has been happening, but I just noticed the following
errors when building org (output from "make"):

/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

Any ideas?

--Diego

[-- Attachment #2: Type: text/html, Size: 1890 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org.texi errors when compiling
  2019-03-12  5:45 org.texi errors when compiling Diego Zamboni
@ 2019-03-12  7:53 ` Robert Klein
  2019-03-12 10:23   ` Diego Zamboni
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Klein @ 2019-03-12  7:53 UTC (permalink / raw)
  To: Diego Zamboni; +Cc: Org-mode

Hi Diego,

On Tue, 12 Mar 2019 06:45:28 +0100
Diego Zamboni <diego@zzamboni.org> wrote:

> Hi,
> 
> Not sure how long this has been happening, but I just noticed the
> following errors when building org (output from "make"):
> 
> /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
> 
> Any ideas?

Try the Gnu version of “makeinfo” (may be available as “gmakeinfo”,
maybe you'll have to install it).

I use “gmakeinfo” with the following lines added to my local.mk

# How to create the info files from the texinfo file
MAKEINFO = gmakeinfo

# How to create the HTML file
TEXI2HTML = gmakeinfo --html --number-sections



Bet regards
Robert




> 
> --Diego

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org.texi errors when compiling
  2019-03-12  7:53 ` Robert Klein
@ 2019-03-12 10:23   ` Diego Zamboni
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Zamboni @ 2019-03-12 10:23 UTC (permalink / raw)
  To: Robert Klein; +Cc: Org-mode

[-- Attachment #1: Type: text/plain, Size: 2303 bytes --]

Hi Robert,

Thanks for the pointer!  Installing GNU texinfo and making sure it's before
the system one in my path fixed the problem.

Best,
--Diego


On Tue, Mar 12, 2019 at 8:53 AM Robert Klein <roklein@roklein.de> wrote:

> Hi Diego,
>
> On Tue, 12 Mar 2019 06:45:28 +0100
> Diego Zamboni <diego@zzamboni.org> wrote:
>
> > Hi,
> >
> > Not sure how long this has been happening, but I just noticed the
> > following errors when building org (output from "make"):
> >
> > /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
> >
> > Any ideas?
>
> Try the Gnu version of “makeinfo” (may be available as “gmakeinfo”,
> maybe you'll have to install it).
>
> I use “gmakeinfo” with the following lines added to my local.mk
>
> # How to create the info files from the texinfo file
> MAKEINFO = gmakeinfo
>
> # How to create the HTML file
> TEXI2HTML = gmakeinfo --html --number-sections
>
>
>
> Bet regards
> Robert
>
>
>
>
> >
> > --Diego
>
>

[-- Attachment #2: Type: text/html, Size: 3112 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-12 10:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12  5:45 org.texi errors when compiling Diego Zamboni
2019-03-12  7:53 ` Robert Klein
2019-03-12 10:23   ` Diego Zamboni

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).