[Coco] building xroar

Joel Rees joel.rees at gmail.com
Sat Dec 4 06:32:06 EST 2021


I had some time to try building the new version of xroar, to check out
the new machine support.

System is Ubuntu. I had built xroar in the past, and the prerequisite
packages are in place.

Did a

    git clone https://www.6809.org.uk/git/xroar.git

Did not see a configure file in the xroar directory, but did see
autogen.sh, so I ran that from the shell. That gave me a configure
file, so I ran that, as well. Got this far:

--------------------
...
Making all in doc
make[2]: ディレクトリ '/home/nova/work/emu/xroar/xroar/doc' に入ります
Updating ./version.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/bash /home/nova/work/emu/xroar/xroar/missing makeinfo
--version) >/dev/null 2>&1; then \
  for f in xroar.info xroar.info-[0-9] xroar.info-[0-9][0-9]
xroar.i[0-9] xroar.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/nova/work/emu/xroar/xroar/missing makeinfo   -I . \
 -o xroar.info xroar.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./xroar.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
/home/nova/work/emu/xroar/xroar/missing: 行 81: makeinfo: コマンドが見つかりません
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
Makefile:393: recipe for target 'xroar.info' failed
make[2]: *** [xroar.info] Error 127
make[2]: ディレクトリ '/home/nova/work/emu/xroar/xroar/doc' から出ます
Makefile:431: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: ディレクトリ '/home/nova/work/emu/xroar/xroar' から出ます
Makefile:372: recipe for target 'all' failed
make: *** [all] Error 2
--------------------

There is an executable xroar in src/ . I tried it without ROMs and it
gave me the expected ROMless screen, so it appears to run. I'll be
trying ROMs and different machines tonight and tomorrow, but I'm
wondering about the error message.

-- 
Joel Rees

http://reiisi.blogspot.jp/p/novels-i-am-writing.html


More information about the Coco mailing list