gEDA-user: PCB from cvs
Stuart Brorson
sdb at cloud9.net
Mon Jul 31 10:54:54 EDT 2006
George --
When you pull stuff out of CVS you usually need to use the automake
tools before doing configure. The easiest way to do that is to run
autogen.sh (assuming it exists) like this:
rm -rf pcb
cvs -d:pserver:anonymous at pcb.cvs.sourceforge.net:/cvsroot/pcb login
cvs -d:pserver:anonymous at pcb.cvs.sourceforge.net:/cvsroot/pcb co pcb
cd pcb
sh autogen.sh
./configure
make
Stuart
On Mon, 31 Jul 2006, George M. Gallant, Jr. wrote:
> DJ,
>
> The only log file is config.log.
>
> Restarted from scratch:
>
> rm -rf pcb
> cvs -d:pserver:anonymous at pcb.cvs.sourceforge.net:/cvsroot/pcb login
> cvs -d:pserver:anonymous at pcb.cvs.sourceforge.net:/cvsroot/pcb co pcb
> cd pcb
> ./configure
> make
>
> The following is the last few lines of the make output
>
> George
>
> Making all in doc
> make[2]: Entering directory `/home3/local/src/geda/pcb/doc'
> make all-am
> make[3]: Entering directory `/home3/local/src/geda/pcb/doc'
> rm -rf pcb.htp
> if /bin/sh /usr/local/src/geda/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
> /home3/local/src/geda/pcb/doc//actions.texi:1335: @image file
> `puller.png' (for HTML) not readable: No such file or directory.
> pcb.texi:5805: @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[3]: Leaving directory `/home3/local/src/geda/pcb/doc'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home3/local/src/geda/pcb/doc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home3/local/src/geda/pcb'
> make: *** [all] Error 2
>
> On Mon, 2006-07-31 at 10:19 -0400, DJ Delorie wrote:
>
>>> Executing make from the top level fails without these files. I
>>> copied them from 20060422 to get past the problem. Either they are
>>> needed or the make file needs reflect the current condition.
>>
>> That's odd. The Makefile has an unconditional rule to build them:
>>
>> .pcb.png :
>> ../src/pcb-bin -x png --only-visible --font-path $(top_srcdir)/src --outfile $@ $<
>>
>> Could you post a log of your build session? There must be an error
>> message in there somewhere.
>>
>>
>> _______________________________________________
>> geda-user mailing list
>> geda-user at moria.seul.org
>> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
>
More information about the geda-user
mailing list