OOH boy.. hhe. neverseen this one before.. anyone got anyideas?

Edward Goff (egoff@iquest.com)
Wed, 14 Feb 1996 15:29:30 PST



make
grep -v '^#undef' raw_config.h > config.h
gcc -g -Wall -Wwrite-strings  -O -DMOO  -c ast.c -o ast.o
In file included from utils.h:24,
                 from ast.c:28:
execute.h:57: `MAX_VERB_DEPTH' undeclared here (not in a function)
make: *** [ast.o] Error 1


egoff@vespucci.iquest.com