[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: PCB CVS Build error pad.gif ... not readable



I just did a fresh checkout of pcb from cvs and get this when building:

make[3]: Entering directory `pcb-feb03/doc'
rm -rf pcb.htp
if /bin/sh /dat/Build/pcb-feb03/missing --run makeinfo --html --no-split  -I . \
 -o pcb.htp pcb.texi; \
then \
  rm -rf pcb.html; \
  if test ! -d pcb.htp && test -d pcb; then \
    mv pcb pcb.html; else mv pcb.htp pcb.html; fi; \
else \
  if test ! -d pcb.htp && test -d pcb; then \
    rm -rf pcb; else rm -Rf pcb.htp pcb.html; fi; \
  exit 1; \
fi
pcb.texi:4280: @image file `pad.gif' (for HTML) not readable: No such file or directory.
makeinfo: Removing output file `pcb.htp' due to errors; use --force to preserve.
make[3]: *** [pcb.html] Error 1