I am running makeinfo 4.8 but getting the same error with a few more lines for what it's worth. james
rm -rf $backupdir; exit $rc pcb.texi:4240: warning: @image file `pad.txt' (for text) unreadable: No such file or directory. pcb.texi:4481: @include `pcbfile.texi': No such file or directory. pcb.texi:5614: @include `wire_size.texi': No such file or directory. pcb.texi:5616: @include `letter_size.texi': No such file or directory. pcb.texi:5618: @include `fractional_size.texi': No such file or directory. pcb.texi:5620: @include `metric_size.texi': No such file or directory. /home/jcotton/source/pcb/doc//pcb.texi:4476: Next reference to nonexistent node `Object Flags' (perhaps incorrect sectioning?). /home/jcotton/source/pcb/doc//pcb.texi:4223: Menu reference to nonexistent node `PCBFlags' (perhaps incorrect sectioning?). /home/jcotton/source/pcb/doc//pcb.texi:4222: Menu reference to nonexistent node `Object Flags' (perhaps incorrect sectioning?). makeinfo: Removing output file `pcb.info' due to errors; use --force to preserve. make[3]: *** [pcb.info] Error 1 make[3]: Leaving directory `/home/jcotton/source/pcb/doc' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/jcotton/source/pcb/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jcotton/source/pcb' make: *** [all] Error 2 [EMAIL PROTECTED] ~/source/pcb $ makeinfo --version makeinfo (GNU texinfo) 4.8 Copyright (C) 2004 Free Software Foundation, Inc. There is NO warranty. You may redistribute this software under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING. [EMAIL PROTECTED] ~/source/pcb $ On 3/24/06, Dan McMahill <[EMAIL PROTECTED]> wrote: > DJ Delorie wrote: > >>Any ideas? Maybe it's a ghost of a former version which needs to be > >>banished using yet another old-build-target exorcism? > > > > > > More likely, it's that image inclusion in texinfo is new and poorly > > documented, so we're still trying to figure out what to do to make it > > robust. For example, the few docs I have say it takes a gif or jpeg, > > but when I run it, it wants a png. Sigh. > > > > you need a moderately new texinfo. If 'makeinfo --version' doesn't say > at _least_ 4.6 you will certainly fail. I've been using 4.7 and 4.8. > > -Dan >