KDE/kdelibs

Peter Kümmel syntheticpp at gmx.net
Thu Feb 9 01:11:47 CET 2006


Alexander Neundorf wrote:
> On Wednesday 08 February 2006 22:58, Peter Kümmel wrote:
>> 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
>> Yes, there is a libary and I've also checked if the linker searches for it,
>> and it does. Maybe I have the wrong declaration for static compiling,
>> because the linker misses _imp_ symbols. I've tried -DMAKE_DCOP_LIB=""
>> but this doesn't work, too.
> 
> Yes, must be something like this ?
> Shouldn't be much missing.
> So, if you find a way to get it compiling again, feel free to commit.
> (also if this means changing it back to just include the sources).
> 
> Bye
> Alex

Without changing the sources/headers it's not possible to use a static
kICE lib on windows, because 4 functions are not in kICE but in kdewin32
exported with a dll specifier.
I've changed the CMake files for the windows case only.

Peter


More information about the Kde-buildsystem mailing list