On Wed, Mar 30, 2005 at 09:42:58AM -0500, [EMAIL PROTECTED] wrote:
> > Would this be less confusing?
> >
> >   ExtUtils::CBuilder couldn't find a compiler to test XS builds
> 
> That would be better.  If not too long the line:
> 
>    ExtUtils::CBuilder was not found or it could not find a compiler
> 
> might be more accurate.  By the way is the plan to introduce
> the new ExtUtils::MakeMaker and the ExtUtils::CBuilder into
> bleedperl?  

MakeMaker, yes, but I'll wait until things settle down a bit and its been
knocked around some on CPAN.  The fact that I've gotten a grand total of
one bug report about the busted PL_FILES despite there being some 100+
distributions that use it tells me that 6.26 isn't being used much yet.

As for CBuilder?  Dunno.  Not as part of MakeMaker, but maybe when
Module::Build goes in.


> Would a warning about a missing prereq for the separate CPAN dist of 
> MakeMaker be helpful?

I might hack up something in the Makefile.PL that mentions it, but for
the moment since its not actually testing anything I'm not worrying about
it.  The xs.t test is really to see how badly ExtUtils::CBuilder vomits in
practice.


> > Now that's unexpected.  VMS works but Solaris didn't.
> 
> Silly case sensitive file system: setup() wrote output
> files to a directory called PL_FILES-Module then the test came
> along and attempted to chdir to PL_Files-Module.  That scheme worked
> on VMS and Windows, but not on Solaris (unlikely to work on any Unix).

OS X is one, such as my laptop. :)


> Here is one way to address the problem:

Thanks, excellent catch.  6.27 will be coming shortly.

Reply via email to