-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all

I had sometimes problems starting the kde gui after compilation because
of unknown symbols. Don't know why but atfer some time and some
compilations it worked again. The kde gui then started without problems.
Some days ago the same problem occured again. Compiling and starting qt
gui worked fine but when starting kde gui the following error occured:

 [ERR] Unable to load plugin (kde-gui):
/usr/local/lib/licq/licq_kde-gui.so: undefined symbol:
_ZN8KIMIface7processERK8QCStringRK9QMemArrayIcERS0_RS4_.

After some searching I found out that the reason for that were wrong
written filenames in the Makefile.
The attached patch corrects these names.


regards
rsLeo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEMt6muFcJvHsEu9gRAgaaAJ9WBtaC0T6bi4SH3WXq3E2B98RrjgCgk8Tn
h/Lgrk6j+U/hrwKodoaTSAI=
=wNPp
-----END PGP SIGNATURE-----
--- old/qt-gui/src/Makefile.am  2006-04-04 22:33:36.935709648 +0200
+++ new/qt-gui/src/Makefile.am  2006-04-04 22:43:50.553425576 +0200
@@ -38,7 +38,7 @@
 
 licq_qt_gui_la_SOURCES = $(licq_gui)
 licq_kde_gui_la_SOURCES = $(licq_gui) wrap_kde_malloc.cpp \
-       licqkimiface.cpp kimiface.stub kimiface.skel
+       licqkimiface.cpp kimiface_stub.cpp kimiface_skel.cpp
 
 licq_qt_gui_la_LDFLAGS = $(X_LIBS) $(QT_LDFLAGS) \
        -module -avoid-version -rpath $(libdir) -R$(QT_LIBDIR) 

Reply via email to