The server's been failing to build kdelibs for a month or so now complaining of this kind of thing:
kio.lib(kio.dll) : error LNK2005: "public: __thiscall QMap<class QString,class QString>::~QMap<class QString,class QString>(void)" (??1?$q...@vqstring@@V1@@@q...@xz) already defined in storepassbar.obj So I looked it up, and found out that it might be some issue with mixing single-threaded and multithreaded dll's, whatever that means. In short, not using jom to compile kdelibs will make it link properly. Is there a way we can get the build server to just not use jom for kdelibs for now, on msvc2008? I'm referring to the build server whose logs this is: http://winkde.org/pub/kde/ports/win32/releases/nightly/20100429/logs/log-msvc2008-kde_kdelibs.txt _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
