* make documentation fails on Cygwin 1.7.
@ 2010-06-24 15:57 Jeff Sparkes
2010-06-28 12:43 ` Andy Wingo
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Sparkes @ 2010-06-24 15:57 UTC (permalink / raw)
To: guile-devel
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: make documentation fails on Cygwin 1.7.
2010-06-24 15:57 make documentation fails on Cygwin 1.7 Jeff Sparkes
@ 2010-06-28 12:43 ` Andy Wingo
0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2010-06-28 12:43 UTC (permalink / raw)
To: Jeff Sparkes; +Cc: guile-devel
Hi Jeff,
On Thu 24 Jun 2010 17:57, Jeff Sparkes <jsparkes@gmail.com> writes:
> /cygdrive/c/Users/jsparkes/src/scheme/guile/guile/doc/ref//sxml-match.texi:22: Cross reference to nonexistent node `sxml simple' (perhaps incorrect sectioning?).
Odd, this. Can you grep standard-library.texi for "@node sxml simple" ?
That is a generated file, but I don't know of a problem with the
generation rules... Perhaps it is a cygwin-specific issue generating
that file.
Thanks,
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-28 12:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-24 15:57 make documentation fails on Cygwin 1.7 Jeff Sparkes
2010-06-28 12:43 ` Andy Wingo
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).