Sam Ruby <[EMAIL PROTECTED]> wrote: > Doesn't compile for me on Debian. Did a header file change not get > checked in?
Did you reconfigure: "perl Configure.pl", possibly after "make clean"? PARROT_LOAD_EXT and PARROT_SHARE_EXT are defined in include/parrot/config.h. >> src/dynext.c:147: error: `PARROT_LOAD_EXT' undeclared (first use in this function) >> src/dynext.c:176: error: `PARROT_SHARE_EXT' undeclared (first use in this function) > - Sam Ruby leo