Re: Building perl with SFIO for fastcgi on hpux
Sven Verdoolaege (skimo@breughel.ufsia.ac.be)
Thu, 3 Jul 1997 12:06:22 +0200
Message-Id: <19970703120622.55211@breughel.ufsia.ac.be>
Date: Thu, 3 Jul 1997 12:06:22 +0200
From: Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
To: ref@mesasys.com
Subject: Re: Building perl with SFIO for fastcgi on hpux
In-Reply-To: <9707021344.AA04533@mesasys.com>; from Ronald E. Fortin on Wed, Jul 02, 1997 at 09:55:45AM +0000
On Jul 2, "Ronald E. Fortin" <ref@mesasys.com> wrote:
> I know this problem was mentioned before, but I have not seen a
> response. So here it is again.
>
> I am building perl on hpux 10 with sfio so that I can use the FCGI
> module.
>
> I'm getting several errors such as the following in every file:
>
> sos/web/tools/Languages/perl/add_ons/sfio97/include -O
> cc: "/usr/include/pwd.h", line 89: warning 618: Declaration of
> "_sfio_s" not vis ible outside this function prototype scope. cc:
> "/usr/include/pwd.h", line 94: warning 618: Declaration of "_sfio_s"
> not vis ible outside this function prototype scope.
>
> These are only warning so I'm not too worried about them, but further
> on in the compilation I'm getting errors when including
> /usr/include/pwd.h complaining about and '*'. It would appear that
> 'FILE' is not being defined. Anyone else run into this problem and
> have a fix?
>
Is the compiler picking up the stdio.h that comes with sfio ?
If so, remove it and try again.
skimo