PDA

View Full Version : Mingw Cross-compilation of trunk webkit-qt



zcrendel
3rd November 2011, 18:23
Greetings!

I'm trying to cross-compile webkit-qt from git for Windows inside Linux environment using mingw toolchain.

It worked well when I do compile webkit as a part of Qt (along with Qt), but it failed when I tried to do it from separate sources. The main problem here is absence in mingw some unix functions calls (i.e. work with sockets, work with processes). But since webkit which comes with Qt compiled well, I think that Qt has self implemented those functions inside it - has an environment to make webkit built.

Does anyone have an idea of how to provide this environment to webkit sources which are separate from qt sources (i.e. from git). I need this to update webkit module as soon as it makes any progress in trunk.

Thanks!

Regards,
Grigory