Re: any glue to sys$getrmi

[email protected]
Newsgroups perl.vmsperl
Message-ID <[email protected]>
On Aug 20, 2008, at 4:54 PM, Peter Prymmer wrote:

> We found that with VMS::Process (packaged on CPAN as "1.05"
> but with $VMS::Process::VERSION of "1.06") we only had to
> edit the Process.xs file to add several PL_ prefixes to
> the xs macros (e.g.
>
> -    ST(0) = &sv_undef;
> +    ST(0) = &PL_sv_undef;
>
> and such).  Based on a quick glance at your change
> it looks about the same as what we used here too.


The lazy way to deal with this is just to build the extensions with:

$ perl Makefile.PL "POLLUTE=1"

but of course fixing the code is better.  I'll try to get that done  
one of these days.
________________________________________
Craig A. Berry
mailto:[email protected]

"... getting out of a sonnet is much more
  difficult than getting in."
                  Brad Leithauser
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.