Success: kde 3.1 cvs running on sgi IRIX!
Marcus Camen
mcamen at mcamen.de
Sun Aug 11 11:35:52 BST 2002
> > kdeui/ktoolbarbutton.h: cc-1117 CC: ERROR File = ./ktoolbarbutton.h,
> > Line = 141 An expression appears after a "return" in a "void" function.
> > removed the return statement
>
> this is a bug in your compiler, you should prolly send a bug report to
> SGI ( or whoever wrote it... ), but in this case removing the return
> indeed does no harm...
Well, we had some of these during 3.0.x. These have been fixed in CVS. So I
think one should do the same again. ;-)
> > interfaces/kmediaplayer/player.cpp: added using namespace KParts
> > right above the include moc-file
>
> You should be careful with "using namespace"s, it could be harmful for
> --enable-final stuff...
>
> <snip>
>
> > kate/plugins/isearch/ISearchPlugin.moc: 72, 77, 82, 88, added ISearch to
> > Plugin::qt_cast( clname );
> > Plugin::qt_invoke(_id,_o);
> > Plugin::qt_emit(_id,_o);
> > Plugin::qt_property( _id, _f,
> > _v);
>
> You didn't alter an moc file, right ? Since those are auto-generated,
> that would be _very useless_. You should find another solution. If
> necessary, you should prolly send a bug report/patch to Qt about the
> moc program...
This has been discussed earlier. TT will not fix it, because this is a
compiler problem. It seems the next MipsPro compiler (version 8) will behave
better.
Marcus
More information about the kde-core-devel
mailing list