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