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.
https://bugs.winehq.org/show_bug.cgi?id=57324
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gabrielopcode@gmail.com, | |jacek@codeweavers.com Keywords| |regression, source Regression SHA1| |9bda467100042172c382858eeea | |6709eee6a7791
https://bugs.winehq.org/show_bug.cgi?id=57324
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID Severity|blocker |normal
--- Comment #1 from Alex Henrie alexhenrie24@gmail.com --- Never mind, it was my own fault: I was building out-of-tree and I had an old copy of jsdisp.h in dlls/jscript left over from an in-tree build. Sorry for the noise.