Since then I've done the following.
1. Fully updated my system
2. Grabbed the latest source from the github mirror: https://github.com/wine-mirror/wine and checked out the tagged 7.21
3. Got a copy of the PKGBUILD file that Arch uses and ensured I had every possible dependency listed installed (64 and 32 bit)
4. Configured with this command
Code: Select all
../configure \
--prefix=/built \
--libdir=/usr/lib \
--with-x \
--with-gstreamer \
--enable-win64
Code: Select all
../dlls/mshtml/dispex.c:120:22: error: ‘IID_IWineMSHTMLMediaQueryList’ undeclared here (not in a function); did you mean ‘IWineMSHTMLMediaQueryList_tid’?
120 | #define XIID(iface) &IID_ ## iface,
| ^~~~
../dlls/mshtml/dispex.c:120:22: note: in definition of macro ‘XIID’
120 | #define XIID(iface) &IID_ ## iface,
| ^~~~
../dlls/mshtml/dispex.c:124:1: note: in expansion of macro ‘PRIVATE_TID_LIST’
124 | PRIVATE_TID_LIST
| ^~~~~~~~~~~~~~~~
make: *** [Makefile:83409: dlls/mshtml/x86_64-windows/dispex.o] Error 1