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

gEDA: Can't get PCB to build with Aug/21/04 CVS



I've been away from PCB for a while, so I did a complete check out of todays 
CVS, when I do ./configure && make I get:

make  all-recursive
make[1]: Entering directory `/dat/Build/pcb-04Aug21'
Making all in src
make[2]: Entering directory `/dat/Build/pcb-04Aug21/src'
/bin/sh ../ylwrap `test -f 'parse_y.y' || echo './'`parse_y.y y.tab.c 
parse_y.c y.tab.h parse_y.h y.output parse_y.output -- bison -y  -d
conflicts: 12 shift/reduce, 19 reduce/reduce
/dat/Build/pcb-04Aug21/src/parse_y.y:284.8: warning: rule never reduced 
because of conflicts: pcbdrc2: /* empty */
/dat/Build/pcb-04Aug21/src/parse_y.y:332.18: warning: rule never reduced 
because of conflicts: pcbstyles: /* empty */
echo '/* AUTOMATICALLY GENERATED FROM pcb-menu.res DO NOT EDIT */' > 
pcb-menu.h
echo 'const char *pcb_menu_default[] = {' >> pcb-menu.h
sed 's/\\/\\\\/g; s/"/\\"/g; s/^/"/; s/$/",/' < ./pcb-menu.res >> pcb-menu.h
echo '0};' >> pcb-menu.h
/bin/sh ../ylwrap `test -f 'res_parse.y' || echo './'`res_parse.y y.tab.c 
res_parse.c y.tab.h res_parse.h y.output res_parse.output -- bison -y  -d
make[2]: *** No rule to make target `actionlist.c', needed by `all'.  Stop.
make[2]: Leaving directory `/dat/Build/pcb-04Aug21/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/dat/Build/pcb-04Aug21'
make: *** [all] Error 2

Any hints?