Automoc4 problems on OSX

Mike Arthur mike at mikearthur.co.uk
Wed Feb 24 23:56:01 CET 2010


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 <QtGui/QGraphicsObject>

This happens on automoc4 0.9.88 and the unreleased trunk (0.9.89). 

--
Cheers,
Mike Arthur
http://mikearthur.co.uk



More information about the Kde-buildsystem mailing list