develooper Front page | perl.perl5.porters | Postings from September 2009

Re: extensions in vms/ext

Thread Previous | Thread Next
From:
Craig A. Berry
Date:
September 2, 2009 17:35
Subject:
Re: extensions in vms/ext
Message ID:
792BB7D7-CFD0-44DC-89E5-5A1D9F898140@mac.com

On Sep 2, 2009, at 4:00 PM, Nicholas Clark wrote:

> Would it be possible to move vms/ext/DCLsym to ext/VMS-DCLsym, and
> vms/ext/Stdio to ext/VMS-Stdio, with conditional (not) building  
> analogous
> to how ext/Win32* are only built on Windows?
>
> I think that would make my plans for refactoring make_ext.pl simpler.
> (to allow moving dual-life modules modules involved with  
> Makefile.PLs into
> ext too). Right now ext/$foo and vms/ext/$bar are at different depths.


That should be fine, and if for some reason it isn't, we'll find out  
pretty quickly and deal with it.

VMS::Filespec is more of a special case because it's used during the  
build and has hand-rolled XS code hard-wired in vms/vms.c, but because  
of that it also doesn't need to go through xsubpp or other extension- 
building steps and shouldn't have any need for special treatment in  
make_ext.pl.
________________________________________
Craig A. Berry
mailto:craigberry@mac.com

"... getting out of a sonnet is much more
  difficult than getting in."
                  Brad Leithauser


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About