Re: Porting KDE3 to IRIX / MipsPro
Michael Matz <[email protected]>
| Newsgroups | gmane.comp.kde.non-linux |
|---|---|
| Message-ID | <Pine.GSO.4.33.0205031915460.1528-100000@platon> |
Hi, On Fri, 3 May 2002, Marcus Camen wrote: > Yes. This is why I asked. ;-) Let's take for example > kdelibs/interfaces/ktexteditor: > The compile errors are always like > > cc-3168 CC: ERROR File = editor.moc, Line = 76 Ahh, you didn't say, that these were in the .moc files. That's the usual bug in moc which doesn't copy very well with namespaces. What qt version are you using? I wonder that they still haven't fixed it (it interacts wrongly with broken compilers). You might dig in the mailing archives, maybe you find a patch for an old version of moc from me (I'm sure I posted one, but be aware that this is now long ago, over a year). I am not immediately able to look if I find it from somewhere. > I know that this shouldn't by necessary with a modern compiler No no, it's a bug in moc. Ciao, Michael.