diff options
-rw-r--r-- | ChangeLog.2001-4 | 2 | ||||
-rw-r--r-- | configure.py | 2 | ||||
-rw-r--r-- | doc/switches.html | 2 | ||||
-rw-r--r-- | doc/trouble.html | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog.2001-4 b/ChangeLog.2001-4 index 7eb8682..73977ad 100644 --- a/ChangeLog.2001-4 +++ b/ChangeLog.2001-4 @@ -31,7 +31,7 @@ from yesterday; removed qxembed from kdeui-kde*.sip 2003/9/3 23:20:00 jim No release; removed circular ref between -libpykpanelapplet and libkdeuicmodule; adjusted +libpykpanelapplet and libtdeuicmodule; adjusted kpanelapplet.sip, pykpanelapplet.h and build.py to implement; moved nullGUIItem to top of kmessagebox.sip; considering removing qxembed.sip diff --git a/configure.py b/configure.py index 2568e53..a9b47b4 100644 --- a/configure.py +++ b/configure.py @@ -406,7 +406,7 @@ def discoverKDE3 (): if not opt_kdelibdir: libSearchPaths = [os.path.join (opt_kdebasedir, "lib"), os.path.join (opt_kdebasedir, "lib64"), os.path.join (opt_kdebasedir, opt_libdir)] # print opt_libdir - opt_kdelibdir = search ("libkdecore.so", libSearchPaths) + opt_kdelibdir = search ("libtdecore.so", libSearchPaths) if not opt_kdeincdir: incSearchPaths = [os.path.join (opt_kdebasedir, "include")] diff --git a/doc/switches.html b/doc/switches.html index bdc91dc..ae8e50e 100644 --- a/doc/switches.html +++ b/doc/switches.html @@ -151,7 +151,7 @@ configure .py will use the KDEDIR environment variable value if it is defined an <td width = "40%"><u>configure.py Default:</u> trinity/libs</td> <td width = "20%"> </td> </tr></table> -The path to KDE's library files (libkdecore.so, etc). +The path to KDE's library files (libtdecore.so, etc). </dd> <hr> <dt><b>-o KDE h files</b></dt> diff --git a/doc/trouble.html b/doc/trouble.html index 72eba78..085a204 100644 --- a/doc/trouble.html +++ b/doc/trouble.html @@ -153,7 +153,7 @@ from loading. The error message will normally print a "mangled" version of the m <tr> <td> <pre CLASS="PROGRAMLISTING"> - > ImportError: /usr/lib/python2.2/site-packages/libkdecorecmodule.so: + > ImportError: /usr/lib/python2.2/site-packages/libtdecorecmodule.so: > undefined symbol: _ZNK10KAboutData18copyrightStatementEv </pre> </td> @@ -288,7 +288,7 @@ from Simon Edwards: <pre CLASS="PROGRAMLISTING"> > I'm trying to setup PyKDE on my Mandrake 9.1/python 2.2 box but so far I - > ImportError: /usr/lib/python2.2/site-packages/libkdecorecmodule.so: + > ImportError: /usr/lib/python2.2/site-packages/libtdecorecmodule.so: > undefined symbol: _ZNK10KAboutData18copyrightStatementEv Let me guess. You are using the original KDE version that came with Mandrake |