Subject: Re: problems compiling kdelibs3
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: Matthias Scheler <tron@zhadum.de>
List: current-users
Date: 08/18/2002 00:43:58
On Sat, Aug 17, 2002 at 03:36:28PM -0700, Hisashi T Fujinaka wrote:
> how is a patch to kdelibs2 going  to help me compile kdelibs3?
> 
> I guess _XOPEN_SOURCE needs to be defined in kdelibs3 as well.

It's right the opposite. It mustn't be defined. That's how I fixed for the
"kdelibs2" package:

#if !defined(_XOPEN_SOURCE) && !defined(__osf__) && !defined(__NetBSD__)
#define _XOPEN_SOURCE /* Needed for grantpt, unlockpt in glibc 2.1.x      */
#endif

	Kind regards

-- 
Matthias Scheler                                  http://scheler.de/~matthias/