[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: PCB+GL Usability updates
On Fri, 2009-10-23 at 01:01 +0000, Kai-Martin Knaak wrote:
> On Tue, 20 Oct 2009 20:24:26 +0100, Peter Clifton wrote:
>
> > PS.. to save bandwidth when updating your checkout (untested):
> >
> > cd <<<repository dir>>>
> > git fetch
> > git reset --hard origin/local_customisation_no_pours
> >
> > (Discards local changes and makes your local branch the same as my
> > remote one).
>
> I tried this on my other desktop. However, a subsequent make failed with:
>
> ...
> for e in gtk lpr bom gerber nelma png ps; do \
> echo "HID_DEF(${e})" >> hid/common/hidlist.h; \
> done
> make[2]: *** No rule to make target `gts/predicates_init.c', needed by
> `gts/predicates_init.o'. Stop.
> make[2]: Leaving directory `/usr/local/pcb-src/pcjc2/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/pcb-src/pcjc2'
> make: *** [all] Error 2
>
> "configure" or "make clean" didn't help.
You might need to "./autogen.sh" as well
If all fails, re-check out the code. You can create a new branch, such
as
git fetch
git checkout -b local_customisation_no_pours_copy2 origin/local_customisation_no_pours
then if you want
git branch -D name_of_old_branch_to_delete
I wonder if you just need to ./autogen.sh, ./configure etc.. again though
Best wishes,
Peter
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user