Subject: Re: Perl compilation problems on Solaris Express b53/x86
To: Michael Huff <mphuff@gmail.com>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-users
Date: 03/14/2007 11:18:52
Michael Huff wrote:
> perlio.c: In function `PerlIOStdio_invalidate_fileno':
> perlio.c:2899: error: structure has no member named `_file'
> 
> I don't know what is causing this or how to work around it. The version of
> pkgsrc I'm using is 2006Q4.
> 

You can "cvs update -A lang/perl5" (to take Perl from pkgsrc-current) 
and try again. (Generally, it isn't supported to mix the pkgsrc 
branches, but in this special case it will work.)

Roland