Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] [PATCH] kde3.1 for debian

I was tring to build eclipse with Debian's kde3.1. Then I needed
following modification:

plugins/org.eclipse.swt/Eclipse SWT PI/motif.orig/library/kde.cc

 #include <kuserprofile.h>
 #include <kurl.h>
 #include <qstring.h>
+#include <kglobal.h>
+#include <kiconloader.h>
 
 extern "C" {


Which version of kde did you support for 2.1RC1? I confirmed the
problem just Debian but other distro may have same problem with recent
kde.

regards,

Takashi Okamoto


Back to the top