On Sat, 15 Aug 2009 07:41:01 -0400, William Immendorf <[email protected]> wrote: > When I was trying to build Dash, I got these messages: > > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -include ../config.h -DBSD=1 > -DSHELL -DIFS_BROKEN -Wall -g -O2 -MT eval.o -MD -MP -MF > ".deps/eval.Tpo" -c -o eval.o eval.c; \ > then mv -f ".deps/eval.Tpo" ".deps/eval.Po"; else rm -f > ".deps/eval.Tpo"; exit 1; fi > eval.c: In function ‘evalcommand’: > eval.c:810: error: ‘EXECCMD’ undeclared (first use in this function) > eval.c:810: error: (Each undeclared identifier is reported only once > eval.c:810: error: for each function it appears in.) > eval.c:812: error: ‘COMMANDCMD’ undeclared (first use in this > function)
This is an upstream bug, and as such should be reported there. I think it should go in src/builtins.h, but that's generated from src/mkbuiltins, which in turn, reads src/builtins.def. Regards, Matt -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
