kdelibs/nepomuk failing to build

Peter Kümmel syntheticpp at gmx.net
Sun Nov 15 20:10:43 CET 2009


Andreas Pakulat wrote:
> Hi,
> 
> for some reason msvc (2008) complains about multiply defined symbols for
> the clone() function in nepomuk/term.cpp. Not sure how to fix that, temp
> workaround for me was to disable the overload.
> 
> Andreas
> 

The instantiation is needed, see documentation of QSharedDataPointer::clone,
so I've reenabled the code.

The solution is to tell msvc that somewhere is hand written code for clone.

I've commited the patch for Q_CC_MSVC, not sure if gcc will like it.

Peter



More information about the Kde-windows mailing list