Enbugger - Re: problem bulding Enbugger 0.03 on Windows

Posted on Wed Nov 14 03:00:26 2007 by jjore in response to 6448 (See the whole thread of 6)
Re: problem bulding Enbugger 0.03 on Windows
I notice the function that failed linking is _Perl_init_debugger while the source specifies Perl_init_debugger. Something about MSVC++ or ActiveState perl is doing that but I haven't the foggiest what that's about. Could you try using a CPP declaration in Enbugger.xs to paper over this? #define _Perl_init_debugger Perl_init_debugger
Direct Responses: 6465 | Write a response