cmake 2.4.* does not create moc files in kdepimlibs

Alexander Neundorf neundorf at kde.org
Fri Aug 11 22:00:57 CEST 2006


On Friday 11 August 2006 17:00, Friedrich W. H. Kossebau wrote:
> Hi Bill,
>
> Am Freitag, 11. August 2006 15:05, schrieb William A. Hoffman:
> > The dashboard for kdelibs looks good:
>
> Yes, kdebase, kdeutils and kdelibs do fine for me. But kdepimlibs does not.
> Brad Hards on irc reported the same problems for kdegraphics.
>
> > http://public.kitware.com/KDE/Testing/Dashboard/20060811-0100-Nightly/Das
> >hb oard.html
> >
> > Mingw is the only platform not building.  The error you are getting
> > usual comes from generated moc sources not being added to the target
> > they are used in (even if they are header files).
>
> With the help of Tobias König I managed to reduce the problem to the
> following line in "MACRO (KDE4_AUTOMOC)" in KDE4Macros.cmake:
>       if (EXISTS ${_abs_FILE} AND NOT _skip)
>
> Usually EXISTS ${_abs_FILE} returns true and _skip is "NOTFOUND", like
> debugging with message() tells.

Which value do _abs_FILE and _skip have here ?
I.e.
message(STATUS "file: ${_abs_FILE} skip: ${_skip}")

Bye
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net


More information about the Kde-buildsystem mailing list