KDE/kdelibs

Peter Kümmel syntheticpp at gmx.net
Wed Feb 8 23:44:42 CET 2006


Alexander Neundorf wrote:

> Hmm, does it link to the kICE library ?
> 
> It should, see dcop/CMakeLists.txt.
> Did it compile the kICE library ? Maybe I missed a compile flag ?
> (for me it works both on Linux and FreeBSD)
> 
> Bye
> Alex

With this patch I could make all symbols from dcop/KDE-ICE
linkable:

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt	(Revision 507264)
+++ CMakeLists.txt	(Arbeitskopie)
@@ -94,6 +94,9 @@
 kde4_create_libtool_file(DCOP /kde4 )
 install_targets(${KDE4_LIB_INSTALL_DIR} DCOP )

+if(WIN32)
+  add_definitions( -DKICE_EXPORT= )
+endif(WIN32)

 ########### next target ###############


But there are 4 functions which kdewin32 exports (/win/iceauth)
which can't be linked statically.

Peter



More information about the Kde-buildsystem mailing list