You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2007/12/26 21:51:56 UTC

DO NOT REPLY [Bug 40398] - Cannot compile project on Windows SDK 6.0 (Vista), compiling errors in network _io\unix\multicast.c

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40398>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40398





------- Additional Comments From wrowe@apache.org  2007-12-26 12:51 -------
Created an attachment (id=21318)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21318&action=view)
enable IPv6+mcast groups

Summary;

This moronic tangle of defintions and dependencies from the world according to 

the win32 api in SDK versions 6.0 and later; it unconditionally declares 
MCAST_JOIN_SOURCE_GROUP, while it declares group_source_req etc only for 
_WIN32_WINNT_WINXP and later.  Testing defined(GROUP_FILTER_SIZE) instead of 
MCAST_JOIN_SOURCE_GROUP within multicast.c would solve this connundrum.

The alternative of defining _WIN32_WINNT as _WIN32_WINNT_WINXP does solve, 
but need to confirm this doesn't have a side effect of breaking win2k etc.

A patch is attached


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org