[Bug 50525] New: ws2 _32 fails to build on macOS

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 18 17:34:51 CST 2021


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

            Bug ID: 50525
           Summary: ws2 _32 fails to build on macOS
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Mac OS X
            Status: NEW
          Keywords: regression
          Severity: normal
          Priority: P2
         Component: winsock
          Assignee: wine-bugs at winehq.org
          Reporter: gijsvrm at gmail.com
                CC: pgofman at codeweavers.com
   Regression SHA1: 03fcb54c0e852b93b94bd11225237af84cdc3697

/Users/gverm/Desktop/Work/wine/dlls/ws2_32/socket.c:4542:17: error: no member
named 'ifr_ifindex' in 'struct ifreq'
        if_info.ifr_ifindex = table->table[interface_count].dwIndex;
        ~~~~~~~ ^
/Users/gverm/Desktop/Work/wine/dlls/ws2_32/socket.c:4543:23: error: use of
undeclared identifier 'SIOCGIFNAME'
        if (ioctl(fd, SIOCGIFNAME, &if_info) < 0)
                      ^
/Users/gverm/Desktop/Work/wine/dlls/ws2_32/socket.c:4545:77: error: no member
named 'ifr_ifindex' in 'struct ifreq'
            ERR("Error obtaining interface name for ifindex %d.\n",
if_info.ifr_ifindex);
                                                                    ~~~~~~~ ^
I am running macOS 10.14 Mojave and compiling wine with mingw and the macOS
10.13 SDK.

-- 
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