Hey, I'm currently trying to get the latest qtwebkit (5.6.0) built against mingw-w64 v5.0rc2, but I'm getting the following linker error: TextCodecWin.cpp:85: undefined reference to `IID_IMultiLanguage'
I'm wondering whether I'm running into a mingw-w64 bug here or whether something needs to be fixed in qtwebkit. A grep on the mingw-w64 headers shows that this symbol is declared in mlang.h I can confirm that the qtwebkit code in question is also including this header. MSDN ( https://msdn.microsoft.com/en-us/library/aa741022%28v=vs.85%29.a spx ) doesn't tell whether additional linker flags are needed for this interface, but adding -luuid doesn't resolve the issue Regards, Erik van Pienbroek ##SELECTION_END## ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
