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

___________________________________________________
This message is from the kde-linux mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde-linux.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

Reply via email to