https://bugs.winehq.org/show_bug.cgi?id=57389
Bug ID: 57389 Summary: x86_64-linux-android30.no member named 'mc_context' in 'struct unw_context_t' Product: Wine Version: 9.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: euloanty@live.com Distribution: ---
here is the error message
https://bugs.winehq.org/show_bug.cgi?id=57389
cqwrteur euloanty@live.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |euloanty@live.com
--- Comment #1 from cqwrteur euloanty@live.com --- Created attachment 77366 --> https://bugs.winehq.org/attachment.cgi?id=77366 error
https://bugs.winehq.org/show_bug.cgi?id=57389
--- Comment #2 from cqwrteur euloanty@live.com --- Created attachment 77367 --> https://bugs.winehq.org/attachment.cgi?id=77367 patch diff
https://bugs.winehq.org/show_bug.cgi?id=57389
--- Comment #3 from cqwrteur euloanty@live.com --- /home/cqwrteur/toolchains_build/wine/dlls/comctl32/button.c:1006:29: error: use of undeclared identifier 'UIA_ToggleToggleStatePropertyId' 1006 | NotifyWinEvent( UIA_ToggleToggleStatePropertyId, hWnd, OBJID_CLIENT, 0 ); | ^ clang -D__STDC__ -c -o dlls/comctl32/x86_64-windows/commctrl.o /home/cqwrteur/toolchains_build/wine/dlls/comctl32/commctrl.c -Idlls/comctl32 \ -I/home/cqwrteur/toolchains_build/wine/dlls/comctl32 -Iinclude \ -I/home/cqwrteur/toolchains_build/wine/include \ -I/home/cqwrteur/toolchains_build/wine/include/msvcrt -D_UCRT -D__WINESRC__ -D_COMCTL32_ \ -D__WINE_PE_BUILD -Wall -target x86_64-windows -fuse-ld=lld --no-default-config \ -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \ -Wno-pragma-pack -Wno-microsoft-enum-forward-reference -Wstrict-prototypes -Wtype-limits \ -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wabsolute-value \ -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -g -O2 /home/cqwrteur/toolchains_build/wine/dlls/comctl32/button.c:1045:29: error: use of undeclared identifier 'UIA_ExpandCollapseExpandCollapseStatePropertyId' 1045 | NotifyWinEvent( UIA_ExpandCollapseExpandCollapseStatePropertyId, hWnd, OBJID_CLIENT, 0 ); | ^ /home/cqwrteur/toolchains_build/wine/dlls/comctl32/button.c:1049:29: error: use of undeclared identifier 'UIA_ExpandCollapseExpandCollapseStatePropertyId' 1049 | NotifyWinEvent( UIA_ExpandCollapseExpandCollapseStatePropertyId, hWnd, OBJID_CLIENT, 0 ); | ^ 3 errors generated. make: *** [Makefile:28299: dlls/comctl32/x86_64-windows/button.o] Error 1 make: *** Waiting for unfinished jobs.... wine build failure Another one
https://bugs.winehq.org/show_bug.cgi?id=57389
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS|Linux |Android