Williams, Gerald S (Jerry) wrote:
Huw wrote:
The next issue I have is:
mcast_leave.c: In function `mcast_leave_source_group':
mcast_leave.c:78: error: storage size of 'mreq' isn't known
I don't know anything about the ip_mreq_source structure,
but it looks to me like the current version may b
Huw wrote:
> The first issue was an omission of #defines. IPv6 isn't a
> necessity for the UNP source, I believe.
I'd say the real issue is a failure to protect the use of
AF_INET6. You'll notice that it's protected by an #ifdef
earlier.
> The next issue I have is:
>
> mcast_leave.c: In functio
Thanks, Brian.
The first issue was an omission of #defines. IPv6 isn't a necessity for the
UNP source, I believe.
The next issue I have is:
mcast_leave.c: In function `mcast_leave_source_group':
mcast_leave.c:78: error: storage size of 'mreq' isn't known
76: #ifdef IP_DROP_SOURCE_MEMBERSHIP
[EMAIL PROTECTED] wrote:
> get_ifi_info.c: In function `get_ifi_info':
> get_ifi_info.c:143: error: `AF_INET6' undeclared (first use in this function)
> get_ifi_info.c:143: error: (Each undeclared identifier is reported only once
> get_ifi_info.c:143: error: for each function it appears in.)
> get
Hello,
I've failed to find an appropriate archived mail for this problem.
I'm trying to build the UNIX Network Programming source on a newly, complete,
download of cygwin.
My assumption is that this should work out of the box. Any pointers?
-- Huw
After:
./configure
./cd libs
make
I get:
5 matches
Mail list logo