Automoc4 problems on OSX

Alexander Neundorf neundorf at kde.org
Fri Feb 26 22:16:15 CET 2010


On Wednesday 24 February 2010, Mike Arthur wrote:
> Got more problems with Automoc4 on OSX unfortunately.
>
> I had to commit revision 1095725 to fix a bug. Without it I get this:
>
> [ 93%] Built target kcmremotewidgetshelper
> Generating applethandle_p.moc
> /Users/mike/Documents/KDE/KDELibs/plasma/private/applethandle_p.h:42:
> Error: Undefined interface automoc4: process for
> /Users/mike/Documents/KDE/KDELibs/b/plasma/applethandle_p.moc failed:
> Unknown error pid to wait for: 0
> returning failed..
> make[2]: *** [plasma/CMakeFiles/plasma_automoc] Error 1
> make[1]: *** [plasma/CMakeFiles/plasma_automoc.dir/all] Error 2
> make: *** [all] Error 2
>
> To fix it I had to change:
> #include <QtGui/QGraphicsObject>
> to:
...
> #include <QGraphicsObject>
> This happens on automoc4 0.9.88 and the unreleased trunk (0.9.89).

Here I have include/QtGui/QGraphicsObject, so this looks correct.
Where is this header on your system ? Is Qt installed as frameworks ?

Alex


More information about the Kde-buildsystem mailing list