bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can't build current CVS snapshot!


From: Mikael Djurfeldt
Subject: Can't build current CVS snapshot!
Date: Tue, 12 Nov 2002 09:33:14 -0500

I have a very strange build problem with the current CVS snapshot.
goops.info refuses to build because makeinfo can't find the @image
hierarchy.txt (see compile log below).

It seem to me like makeinfo only looks for the image file in the
current directory, which fails if we have a separate build tree...
I would have expected makeinfo to look for it in its include path, but
separate tests indicate that it doesn't (makeinfo bug?).

Presumably we need to run makeinfo in the source tree instead of the
build tree...

make[2]: Entering directory `/usr/local/guile/obj/sys-guile-core/doc/goops'
/bin/sh /usr/local/guile/guile-core-new/missing --run makeinfo   -I 
../../../../guile-core-new/doc/goops \
 -o goops.info `test -f '../../../../guile-core-new/doc/goops/goops.texi' || 
echo 
'../../../../guile-core-new/doc/goops/'`../../../../guile-core-new/doc/goops/goops.texi
../../../../guile-core-new/doc/goops/goops.texi:2660: warning: unlikely 
character ( in @var.
../../../../guile-core-new/doc/goops/goops.texi:2660: warning: unlikely 
character ) in @var.
../../../../guile-core-new/doc/goops/goops.texi:2660: warning: unlikely 
character ( in @var.
../../../../guile-core-new/doc/goops/goops.texi:2660: warning: unlikely 
character ) in @var.
../../../../guile-core-new/doc/goops/goops.texi:2691: warning: unlikely 
character ( in @var.
../../../../guile-core-new/doc/goops/goops.texi:2691: warning: unlikely 
character ) in @var.
../../../../guile-core-new/doc/goops/goops.texi:2691: warning: unlikely 
character ( in @var.
../../../../guile-core-new/doc/goops/goops.texi:2691: warning: unlikely 
character ) in @var.
../../../../guile-core-new/doc/goops/goops-tutorial.texi:183: @image file 
`hierarchy.txt' (for text) unreadable: No such file or directory.
makeinfo: Removing output file `goops.info' due to errors; use --force to 
preserve.
make[2]: *** [goops.info] Error 1
make[2]: Leaving directory `/usr/local/guile/obj/sys-guile-core/doc/goops'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]