[Darwin2k-devel] darwin2k-devel@lists.sourceforge.net
Status: Beta
Brought to you by:
xrayjones
|
From: Adam R. <ada...@ya...> - 2001-03-09 05:46:52
|
--- Chris Leger <cl...@te... > Wow, I didn't know I even had a tracker option for Darwin2K! Yes, I know the feeling! That's why I sent an email as well. > could you send me the comp_grammar.cxx that > is created in your build directory, in src/d2k/db/ ? Sure. I tried with the newer version, 0.85, but it's the same. The error message is below, and I attach the comp_grammar.cxx and comp_grammar.yxx files. thanks, Adam make[4]: Entering directory `/home/adam/darwin2k-0.85/src/d2k/db' byacc -d -pcompDB comp_grammar.yxx && mv y.tab.c comp_grammar.cxx if test -f y.tab.h; then \ if cmp -s y.tab.h comp_grammar.h; then rm -f y.tab.h; else mv y.tab.h comp_grammar.h; fi; \ else :; fi c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/ddcore/misc/ -I../../../src/ddcore/matrix/ -I../../../src/d2k/misc/ -I../../../src/dyno/mechanism -I../../../src/d2k/modules -I../../../src/d2k/metrics -I../../../src/d2k/cfg/ -g -O2 -c comp_grammar.cxx comp_grammar.yxx: In function `class componentDB * parseComponentFile(const char *, int = 0)': comp_grammar.yxx:221: implicit declaration of function `int compDBparse(...)' make[4]: *** [comp_grammar.o] Error 1 __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ |