[Bug 38410] ws2_32 fails compile without IPX

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 18 07:18:19 CDT 2015


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

Carlo Bramini <carlo.bramix at libero.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlo.bramix at libero.it

--- Comment #4 from Carlo Bramini <carlo.bramix at libero.it> ---
I'm still not able to compile ws2_32 if IPX is not available.
These lines:

#if defined(SOL_IPX) || defined(SO_DEFAULT_HEADERS)
# define HAS_IPX
#endif

in dlls/ws2_32/socket.c override the detections made by configure script and
because of that I'm getting many errors when compiling.
Commenting those lines was the only solution for me.

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