in reply to Re^4: B::Generate for Win32?
in thread B::Generate for Win32?
If, given your detective work above, B::Generate builds elsewhere but not on Win32, then the problem lies not in the module, but in the Module::Build mechanism for Win32?No, Module::Build is not the problem, and neither is win32. It shouldn't build on any platform ( 'fold_constants' isn't exported anywhere). From what I can tell you'd have to build from the perl (5.8+) source tree (PERL_CORE), and you'd have to link in op.obj, but there is no mention of this anywhere.
Or, you have to build a perl which exports fold_constants (or Perl_fold_constants).
Maybe you need to build a new perl? Hmm, yeah, maybe you need to make perl. I can't tell, nor can I test (that part is horribly broken on win32, use of cat everywhere, excedes commandline (i got tons of extensions installed) ... horrible).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: B::Generate for Win32?
by BrowserUk (Patriarch) on Aug 22, 2004 at 01:03 UTC | |
by PodMaster (Abbot) on Aug 22, 2004 at 02:02 UTC | |
|
Re^6: B::Generate for Win32?
by ysth (Canon) on Aug 22, 2004 at 06:58 UTC |