public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* build from svn - texinfo errors
@ 2016-04-18 20:09 Claude Marinier
  2016-04-18 20:33 ` Per Bothner
  0 siblings, 1 reply; 4+ messages in thread
From: Claude Marinier @ 2016-04-18 20:09 UTC (permalink / raw)
  To: kawa

Hi,

After spending hours getting Kawa from the Subversion repository (it
kept timing-out), I was able to build it up to the documentation. It
produces many errors; here are the first few.

Making all in doc
make[1]: Entering directory `/home/claude/build/kawa/doc'
restore=: && backupdir=".am$$" && \
    am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
    rm -rf $backupdir && mkdir $backupdir && \
    if (/bin/bash /home/claude/build/kawa/missing makeinfo --version)
>/dev/null 2>&1; then \
      for f in kawa.info kawa.info-[0-9] kawa.info-[0-9][0-9]
kawa.i[0-9] kawa.i[0-9][0-9]; do \
        if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
      done; \
    else :; fi && \
    cd "$am__cwd"; \
    if /bin/bash /home/claude/build/kawa/missing makeinfo   -I . \
     -o kawa.info kawa.texi; \
    then \
      rc=0; \
      CDPATH="${ZSH_VERSION+.}:" && cd .; \
    else \
      rc=$?; \
      CDPATH="${ZSH_VERSION+.}:" && cd . && \
      $restore $backupdir/* `echo "./kawa.info" | sed 's|[^/]*$||'`; \
    fi; \
    rm -rf $backupdir; exit $rc
kawa.texi:3428: unknown command `sup' (possibly involving @arbno)
kawa.texi:3428: misplaced { (possibly involving @arbno)
kawa.texi:3428: misplaced } (possibly involving @arbno)
kawa.texi:3430: unknown command `sup' (possibly involving @atleastone)
kawa.texi:3430: misplaced { (possibly involving @atleastone)
kawa.texi:3430: misplaced } (possibly involving @atleastone)
kawa.texi:3669: unknown command `sup' (possibly involving @arbno)
kawa.texi:3669: misplaced { (possibly involving @arbno)
kawa.texi:3669: misplaced } (possibly involving @arbno)
. . .

Is everything else built properly? Can I safely ignore this and proceed?

Thank you.

-- 
Claude Marinier

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

end of thread, other threads:[~2016-04-22 20:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-18 20:09 build from svn - texinfo errors Claude Marinier
2016-04-18 20:33 ` Per Bothner
2016-04-22 19:04   ` Claude Marinier
2016-04-22 20:52     ` Per Bothner

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).