There seems to be a bug in the makefile for kde-window-decorator. decorator.cpp:950:25: decorator.moc: No such file or directory The moc files do not appear to be generated, I have tried removing and regenerating configure but it does not fix it.
On Mon, 2006-12-18 at 19:05 +0000, Mike Dransfield wrote:> There seems to be a bug in the makefile for > kde-window-decorator. > > decorator.cpp:950:25: decorator.moc: No such file > or directory > > The moc files do not appear to be generated, I have > tried removing and regenerating configure but it > does not fix it.Sorry about that. It should be fixed now. you might have to `rm -f kde/window-decorator/.deps` and then run ./autogen.sh. -David