[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: KDE 3.0.2 on IRIX
From:       Albert Chin-A-Young <china () thewrittenword ! com>
Date:       2002-07-12 11:22:58
[Download RAW message or body]

On Thu, Jul 11, 2002 at 11:39:59AM -0700, Jesse Barnes wrote:
> Please Cc: me on any replies as I'm not subscribed to kde-devel.
> 
> I recently tried to compile the KDE 3.0.2 packages on IRIX and was
> able to do so after a little hacking.  I've attached some notes that
> cover the issues I had with each package.  Overall, nothing major, but
> I did have to workaround the namespace handling bug in the MIPSpro 7.3
> compilers quite a bit.

Any idea when the namespace handling bug will be fixed by SGI? BTW,
our solution is to patch moc rather than KDE. Patch attached.

-- 
albert chin (china@thewrittenword.com)

-- snip snip
--- src/moc/moc.y.orig	Mon Jun 10 09:15:59 2002
+++ src/moc/moc.y	Mon Jun 10 13:16:56 2002
@@ -2327,18 +2327,7 @@
 */
 QCString purestSuperClassName()
 {
-    QCString sc = g->superClassName;
-    QCString c = g->className;
-    int pos = sc.findRev( "::" );
-    if ( pos != -1 ) {
-	sc = sc.right( sc.length() - pos - 2 );
-	pos = c.findRev( "::" );
-	if ( pos != -1 )
-	    c = c.right( c.length() - pos - 2 );
-	if ( sc == c )
-	    sc = g->superClassName;
-    }
-    return sc;
+    return g->superClassName;
 }
 
 QCString qualifiedClassName()
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic