Released kde-3.3.0 beta 1 build problems

Javier Marcet lists at marcet.info
Thu Jul 8 02:33:00 CEST 2004


I'm trying to compile the released kde-3.3.0_beta1 but after compiling
& installing arts and kdelibs, it's been two times already I had to
modify the source code to make it compile.

First, within kdebase there were a couple references to EnormousSize in
libkonq/konq_dirpart.cc
I ended adding that tag and its corresponding size (128) to
include/kicontheme.h (which comes with kdelibs).

Later on compilation aborted due to a call to a non existing function.

--- kicker/ui/k_mnu.cpp.orig	2004-06-22 19:32:50.000000000 +0200
+++ kicker/ui/k_mnu.cpp	2004-07-08 02:11:49.636351008 +0200
@@ -411,7 +411,7 @@
     if ( kicker_screen_number )
         appname.sprintf("kdesktop-screen-%d", kicker_screen_number);
 
-    kapp->updateRemoteUserTimestamp( appname );
+    kapp->updateUserTimestamp( 0 );
     kapp->dcopClient()->send( appname, "KDesktopIface",
                               "popupExecuteCommand()", data );
 }
--- kicker/menuext/tom/tom.cc.orig	2004-06-22 19:32:50.000000000 +0200
+++ kicker/menuext/tom/tom.cc	2004-07-08 02:11:53.650740728 +0200
@@ -817,7 +817,7 @@
     if ( kicker_screen_number )
         appname.sprintf("kdesktop-screen-%d", kicker_screen_number);
 
-    kapp->updateRemoteUserTimestamp( appname );
+    kapp->updateUserTimestamp( 0 );
     kapp->dcopClient()->send( appname, "KDesktopIface",
                               "popupExecuteCommand()", data );
 }

updateUserTimestamp was the closest thing I found, and decided to switch
the calls rather that removing them altogether. I doubt this will work
well though, since they don't seem to do the same thing.

Compilation of kdebase goes on at this very moment. I hope no more
issues show up, or this'll the most buggy version of kde I've yet to try
(compilation wise).


-- 
Getting the job done is no excuse for not following the rules.

Corollary:
	Following the rules will not get the job done.

Javier Marcet <javier at marcet.info>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-quality/attachments/20040708/109c71a4/attachment.pgp


More information about the kde-quality mailing list