https://bugs.winehq.org/show_bug.cgi?id=57324
Bug ID: 57324 Summary: Wine compilation fails with "error: ‘PROPF_CONSTR’ undeclared" Product: Wine Version: 9.18 Hardware: x86-64 OS: Linux Status: NEW Severity: blocker Priority: P2 Component: jscript Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
Since commit 9bda4671000 ("mshtml: Add support for host object accessor props.", 2024-10-03), I get the errors such as the following when I try to compile Wine:
../wine/dlls/jscript/activex.c: In function ‘create_activex_constr’: ../wine/dlls/jscript/activex.c:199:13: error: ‘PROPF_CONSTR’ undeclared (first use in this function) 199 | PROPF_CONSTR|1, prototype, ret); | ^~~~~~~~~~~~ ../wine/dlls/jscript/activex.c:199:13: note: each undeclared identifier is reported only once for each function it appears in make: *** [Makefile:87406: dlls/jscript/x86_64-windows/activex.o] Error 1
I am using Arch Linux, GCC 14.2.1, and MinGW 13.1.0.