Skip to main content

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

Hi Takashi,

 I opened the bug 32954 to address the build issues. Apparently this is a
problem since KDE 2.3.1.
http://bugs.eclipse.org/bugs/show_bug.cgi?id=32954
Thank you,

Chris



|---------+---------------------------------->
|         |           Takashi Okamoto        |
|         |           <toraneko@xxxxxxxxx>   |
|         |           Sent by:               |
|         |           platform-swt-dev-admin@|
|         |           eclipse.org            |
|         |                                  |
|         |                                  |
|         |           02/22/2003 07:41 PM    |
|         |           Please respond to      |
|         |           platform-swt-dev       |
|         |                                  |
|---------+---------------------------------->
  >-------------------------------------------------------------------------------------------------------------|
  |                                                                                                             |
  |       To:       platform-swt-dev@xxxxxxxxxxx                                                                |
  |       cc:                                                                                                   |
  |       Subject:  [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
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev






Back to the top