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

gEDA-user: Error compiling pcb from head repository when building docs



I grabbed the had branch from the git repository, got configure to run  
and when I run make I get the following error (see below).  I think  
some images are missing when it runs the make file in the doc sub  
directory?

Pete

Making all in doc
make  all-am
rm -rf pcb.htp
if /bin/sh /Users/Pete/src/gEDA/head/pcb/missing --run makeinfo --html  
--css-include=./pcb.css --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:4293: @image file `pad.png' (for HTML) not readable: No such  
file or directory.
/Users/Pete/src/gEDA/head/pcb/doc//actions.texi:1513: @image file  
`puller.png' (for HTML) not readable: No such file or directory.
pcb.texi:5819: @image file `thermal.png' (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
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
opt-20:31-[~/src/geda/head/pcb]$


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user