I'm trying to build an external module with MPW and the Codewarrior IDE. After some problems with setting up my accesspaths, I'm reduced to seven compile errors. The first is as follows: Error : undefined identifier 'Perl_Gcurinterp_ptr' MyTest.c line 25 *sp = (*Perl_Tstack_sp_ptr(((PerlInterpreter *)((*Perl_Gcurinterp_ptr(0)))))); register SV **mark = (*Perl_Tstack_ba
all seven messages refers to the symbol Perl_Gcurinterp_ptr. Any ideas about what I can do to fix this? Is it a missing file? The symbol in question appears to be generated from a macro itself. All the errors are in macros that call back to the perl ineterpreter. Tommy Nordgren, <[EMAIL PROTECTED]>