[kde-linux] Upgrade to KDE-4.7; MORE PROBLEMS

James Tyrer jrtyrer at earthlink.net
Tue Nov 8 22:53:45 UTC 2011


On 11/08/2011 01:35 PM, James Tyrer wrote:
> So, I now have KDE-4.7.3 almost running.
>
> A major problem is that I can not get PyKDE to build.  I would take a 
> wild guess that this is a dependency issue.  However, it does not say 
> which version of PyQt and SIP are required for it to compile and the 
> CMake scripts do not check for a version.
>
Well, it appears that there is actually an error in the code:

index d7a7176..2fe246b 100644
--- a/sip/phonon/mrl.sip
+++ b/sip/phonon/mrl.sip
@@ -22,7 +22,7 @@ namespace Phonon
  class Mrl : QUrl
  {
  %TypeHeaderCode
-#include <mrl.h>
+#include <phonon/mrl.h>
  %End

  public:
@@ -42,6 +42,6 @@ public:
  };
  %ModuleHeaderCode
  //ctscc
-#include <mrl.h>
+#include <phonon/mrl.h>
  #include <qurl.h>
  %End

  --

-- 
James Tyrer

Linux (mostly) From Scratch




More information about the kde-linux mailing list