KDE/kdelibs/kded
David Faure
faure at kde.org
Mon Sep 11 13:36:03 CEST 2006
On Monday 11 September 2006 12:43, Peter Kümmel wrote:
> David Faure wrote:
> > On Thursday 13 July 2006 18:19, Peter Kümmel wrote:
> >> SVN commit 561921 by kuemmel:
> >>
> >> there is no sys/dir.h in posix unix.
> >>
> >> Is it really necessary on linux, isn't dirent enough?
> >>
> >> +#ifndef Q_OS_WIN
> >> #include <sys/dir.h>
> >> +#endif
> >
> > svn annotate has the answer to that question: it's not necessary on linux, it was
> > added for Mac OS X (but I don't know if it indeed fixed the issue there).
> >
> > r556291 | mueller | 2006-06-29 22:18:14 +0200 (Thu, 29 Jun 2006) | 2 lines
> >
> > lets see if this solves the OSX build failure
> >
>
> Then the macro check could be changed to a mac test.
Yes, but only if it really helps on OSX. Otherwise it might as well be removed :)
--
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
More information about the Kde-buildsystem
mailing list