From: Jeff Sparkes <jsparkes@gmail.com>
To: guile-devel@gnu.org
Subject: make documentation fails on Cygwin 1.7.
Date: Thu, 24 Jun 2010 11:57:57 -0400 [thread overview]
Message-ID: <AANLkTikNYx7Fi4cQuh0vUABxVQFQy-3UsVCJUjAK9Aqs@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1781 bytes --]
I've been trying to compile guile trunk on Cygwin 1.7. I had to install
gc-7.1 and libunistring my first.
It seems to compile okay, but "make install" fails with texinfo error. Not
sure why the cross reference would
on cygwin. "texi2pdf --version" returns "texi2dvi (GNU Texinfo 4.13) 1.135"
which is same as on Ubuntu 10.04,
where the build completes. Maybe it's the space in the node name in the
error below:
make all-am
make[4]: Entering directory
`/cygdrive/c/Users/jsparkes/src/scheme/guile/guile/doc/ref'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh
/cygdrive/c/Users/jsparkes/src/scheme/guile/guile/build-aux/missing --run
makeinfo --version) >/dev/null 2>&1; then \
for f in guile.info guile.info-[0-9] guile.info-[0-9][0-9]
guile.i[0-9] guile.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/sh
/cygdrive/c/Users/jsparkes/src/scheme/guile/guile/build-aux/missing --run
makeinfo -I . \
-o guile.info guile.texi; \
then \
rc=0; \
CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
rc=$?; \
CDPATH="${ZSH_VERSION+.}:" && cd . && \
$restore $backupdir/* `echo "./guile.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
/cygdrive/c/Users/jsparkes/src/scheme/guile/guile/doc/ref//sxml-match.texi:22:
Cross reference to nonexistent node `sxml simple' (perhaps incorrect
sectioning?).
makeinfo: Removing output file `guile.info' due to errors; use --force to
preserve.
--
Jeff Sparkes
jsparkes@gmail.com
[-- Attachment #2: Type: text/html, Size: 2542 bytes --]
next reply other threads:[~2010-06-24 15:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-24 15:57 Jeff Sparkes [this message]
2010-06-28 12:43 ` make documentation fails on Cygwin 1.7 Andy Wingo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTikNYx7Fi4cQuh0vUABxVQFQy-3UsVCJUjAK9Aqs@mail.gmail.com \
--to=jsparkes@gmail.com \
--cc=guile-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).