Re: [Module::Build] Module-Build-0.21 on OS/2
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-12-20 16:40:33
|
On 12/20/2003 11:11 AM, Ken Williams wrote: > > On Saturday, December 20, 2003, at 08:43 AM, Randy W. Sims wrote: > >> On 12/18/2003 8:41 PM, Ilya Zakharevich wrote: >> >>> This patch is very incomplete... All it does is copying of cygwin >>> architecture >>> file as os2 architecture file. >>> Given that Module::Build removed all the portability hooks of >>> MakeMaker, it >>> will take a lot of effort to make Module::Build compile XS extensions >>> on OS/2. >>> However, with the manpage_separator() of cygwin, at least the build of >>> pure-Perl extensions kinda-succeeds. >> >> >> Ken, until compiling does work you might want to put in a stub for >> have_c_compiler() to return false to avoid errors. > > > Done. > > It would be great if we could actually get this working in > ExtUtils::CBuilder, and then switch over so that M::B uses it. > > -Ken > I'm actually quite eager to dig into CBuilder, but it seems like everytime I get ready to something comes up. Fixing the Windows code should be trivial. I've got a lot of the scaffolding already written for doing static builds; I don't think it'll take much to complete it. The code for building executables should also be trivial. I just gotta find some time... Randy. |