[Bug 45678] New: ARM 64-bit compile fails with 3.14 update

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 20 11:05:50 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45678

            Bug ID: 45678
           Summary: ARM 64-bit compile fails with 3.14 update
           Product: Wine-staging
           Version: 3.14
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: mike at cchtml.com
                CC: leslie_alistair at hotmail.com, z.figura12 at gmail.com
      Distribution: ---

thread.c:881:53: error: no member named 's' in 'union _CONTEXT::(anonymous at
../../include/winnt.h:1832:5)'
        entry = (LPTHREAD_START_ROUTINE) context->u.s.X0;
                                         ~~~~~~~~~~ ^
thread.c:882:34: error: no member named 's' in 'union _CONTEXT::(anonymous at
../../include/winnt.h:1832:5)'
        arg = (void *)context->u.s.X1;
                      ~~~~~~~~~~ ^
thread.c:944:19: error: no member named 's' in 'union _CONTEXT::(anonymous at
../../include/winnt.h:1832:5)'
        context.u.s.X0 = (DWORD_PTR)entry;
        ~~~~~~~~~ ^
thread.c:945:19: error: no member named 's' in 'union _CONTEXT::(anonymous at
../../include/winnt.h:1832:5)'
        context.u.s.X1 = (DWORD_PTR)arg;
        ~~~~~~~~~ ^
4 errors generated.
make[1]: *** [Makefile:704: thread.o] Error 1
make[1]: Leaving directory '/builddir/build/BUILD/wine-3.14/dlls/ntdll'
make: *** [Makefile:8104: dlls/ntdll] Error 2

Full build log:
https://kojipkgs.fedoraproject.org//work/tasks/674/29200674/build.log

Build task if other logs are needed:
https://koji.fedoraproject.org/koji/taskinfo?taskID=29200674

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list