[Mingw-w64-public] undefined reference to `IID_IMultiLanguage'

2016-04-12 Thread Erik van Pienbroek
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

Re: [Mingw-w64-public] undefined reference to `IID_IMultiLanguage'

2016-04-12 Thread julien . darthenay
et: [Mingw-w64-public] undefined reference to `IID_IMultiLanguage' 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&#

Re: [Mingw-w64-public] undefined reference to `IID_IMultiLanguage'

2016-04-12 Thread Erik van Pienbroek
julien.darthe...@laposte.net schreef op di 12-04-2016 om 12:08 [+0200]: > http://www.qtcentre.org/threads/38060-How-to-fix-this-error-undefined > -reference-to-IID_IMultiLanguage  > > You seem to need - lmlang linker option.  Unfortunately there's no mlang import library in mingw-w64 so that won'

Re: [Mingw-w64-public] undefined reference to `IID_IMultiLanguage'

2016-04-12 Thread Jacek Caban
On 04/12/16 12:08, julien.darthe...@laposte.net wrote: > http://www.qtcentre.org/threads/38060-How-to-fix-this-error-undefined-reference-to-IID_IMultiLanguage > > > You seem to need - lmlang linker option. As far as I can see, it should be added to libuuid.a, not mlang. And yeah, we're missing