Subject: Re: Re: Re: "`popen' undeclared" on new pkgsrc ; Was: get "SIGWINCH undefined" on new pkgsrc
To: Jaromir Dolecek <jdolecek@NetBSD.org>
From: Joel CARNAT <joel@carnat.net>
List: tech-pkg
Date: 10/24/2004 17:00:48
On Sat, Oct 23 2004 - 09:01, Jaromir Dolecek wrote:
> Joel CARNAT wrote:
> [ Charset ISO-8859-15 unsupported, converting... ]
> > On Fri, Oct 22 2004 - 07:30, Jaromir Dolecek wrote:
> > > > any other clue/idea ?
> > >
> > > Does the package define _POSIX_C_SOURCE or _XOPEN_SOURCE?
> > >
> > > Jaromir
> >
> > yes, it looks like :
>
> OK - convince it to use -D_XOPEN_SOURCE=2 and the prototype should
> be visible then. Alternatively, convince it to drop -D_XOPEN_SOURCE,
> it is not necessary on NetBSD and should be superfluous on Linux
> due to _GNU_SOURCE.
>
> Jaromir
>
great ! that worked :)
some other errors appears but I'll try to manage them the same way the previous one were.
Thanks a lot !
Cheers,
Jo