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

Re: gEDA-user: PCB Build Errors



On Tue, Mar 3, 2009 at 9:30 PM, DJ Delorie <dj@xxxxxxxxxxx> wrote:
>
>> cvs -d :pserver:anonymous@xxxxxxxxxxxxxx/home/git/pcb.git co pcb
>>
>> Which I did within the hour.  Which looking at the dates
>> on the source files are from 2003. :-(  ????
>
> Ales?
>
> I know if you do a git checkout (vs a cvs checkout) you get the
> correct files.

Did that.  Got files with today's date.  Got this far:

pcb.texi:4293: warning: @image file `pad.txt' (for text) unreadable:
No such file or directory.
/home/bob/gEDA/PCB/pcb/doc//actions.texi:1513: warning: @image file
`puller.txt' (for text) unreadable: No such file or directory.
pcb.texi:5819: warning: @image file `thermal.txt' (for text)
unreadable: No such file or directory.
rm -rf pcb.htp
if /bin/sh /home/bob/gEDA/PCB/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.
/home/bob/gEDA/PCB/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
git clone git://git.gpleda.org/pcb.git


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