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 _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
