Broken continuous build for KDE matt.rogers.name/Linux-Archlinux-gcc4.0.3
David Faure
faure at kde.org
Tue Apr 18 20:27:52 CEST 2006
On Tue, Apr 18, 2006 at 01:25:42PM -0500, Matt Rogers wrote:
> On Tue, Apr 18, 2006 at 07:37:45PM +0200, David Faure wrote:
> > On Tue, Apr 18, 2006 at 05:02:05PM +0000, kde-dashboard at public.kitware.com wrote:
> > > A continuous build has been broken for KDE and you have been identified
> > > as one of the authors who have checked in changes that are part of this build.
> > >
> > > Errors for this build are here: http://public.kitware.com/KDE/Testing/Sites/matt.rogers.name/Linux-Archlinux-gcc4.0.3/20060418-1622-Continuous/BuildError.html
> >
> > Still gssapi.h ... is CMakeCache.txt being cleaned up between builds?
Is it ? ;)
(Apparently not, but that's not too good, when fixing configure checks...)
> > What's the value of GSSAPI_INCS for you in CMakeCache.txt?
> >
> >
>
> //The GSSAPI include directory
> GSSAPI_INCS:STRING=-I/usr/include/heimdal -I/usr/include
Question to cmake developers: how do I turn this into something that can
be used in include_directories? a simple replace to get rid of -I leads
to one string with a space inside, which isn't the same as two items in
the include directories list. (I had the same problem in kdepim previously,
where the second one wasn't /usr/include).
Of course I could use add_definitions instead, but then I wouldn't benefit
from the automatic removal of -I/usr/include, right?
--
David Faure
faure at kde.org
More information about the Kde-buildsystem
mailing list