I’ve been playing around with building the 4.11.x qt client on windows using msys2. I know I can download the client but I want to get familiar with the code.
I got operpt working and connecting to a database and csvimp has built successfully. However when I try to build xtuple I get the following error:
ar -M < object_script.libxtuplecommon.Release
mingw32-make[2]: Leaving directory ‘D:/xtuple/qt-client/common’
mingw32-make[1]: Leaving directory ‘D:/xtuple/qt-client/common’
cd scriptapi\ && ( if not exist Makefile d:\xtuple\qt\qtbase\bin\qmake.exe D:\xtuple\qt-client\scriptapi\scriptapi.pro -o Makefile ) && mingw32-make -f Makefile
Project ERROR: Unknown module(s) in QT: webkit webkitwidgets
mingw32-make: *** [Makefile:86: sub-scriptapi-make_first-ordered] Error 3
So it looks like I needed to have built webkit. Does anyone have details on building this? I built ICU and added its path to PATH before calling configure. Do I need to add more code and build or is there some other way to fix this message?
Thanks in advance for any help you can provide.