From owner-freebsd-current Tue Nov 11 22:05:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA13546 for current-outgoing; Tue, 11 Nov 1997 22:05:09 -0800 (PST) (envelope-from owner-freebsd-current) Received: from zippy.dyn.ml.org (libya-238.ppp.hooked.net [206.169.227.238]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA13534 for ; Tue, 11 Nov 1997 22:05:04 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.7/8.8.7) with SMTP id WAA20865; Tue, 11 Nov 1997 22:05:45 -0800 (PST) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Tue, 11 Nov 1997 22:05:45 -0800 (PST) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: "Michael R. Rudel" cc: current@FreeBSD.ORG Subject: Re: /usr/include/sys/dirent.h In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 11 Nov 1997, Michael R. Rudel wrote: > It seems the /usr/inclue/sys/dirent.h file has been causing problems for > quite a while. While compiling KDE, it was giving me parse errors from > the header file. This is because, dirent.h needs to be included after most of the header files in KDE. This was fixed a few snapshots ago in KDE, but perhaps an ifdef'd include or #error would be appropiate. > I remember this same problem while compiling a copy of Deep Space MUSE on > machine. After replacing it with a copy of the file of the file from the > 2.1.5 CD, it compiled fine. That's actually not a very good solution, if you're using 3.0. - alex