On Mon, Oct 08, 2012 at 07:08:05PM +0200, John Marino wrote:
> On 10/8/2012 19:04, David Holland wrote:
> >AFAICT those are supposed to be globals. Check the configuration
> >framework to find out why they're missing.
>
> They get prepended with PL_ from a nearby header.
> So uid gets converted to PL_uid by the preprocessor.
>
> If this is wrong, any idea where to look?
Well, it builds without your patch on Perl 5.14.2, and PL_uid comes
from Perl; so my first guess is that something changed in Perl 5.16.
(In the old Perl, it's defined in
lib/perl5/5.14.0/i386-netbsd-thread-multi/CORE/embedvar.h; I haven't
updated any of my machines to the new Perl yet so I can't easily
check.)