On Sunday, November 10, 2002, at 05:11 PM, Benjamin Reed wrote:

Yup. :P

[g4:~/cvs/darwin-kde] ranger% grep -r icmpstat /Volumes/Puma/usr/include/
/Volumes/Puma/usr/include/netinet/icmp_var.h:struct icmpstat {

...looks like we've gotta add that too.

These are all the files that were removed between Puma and Jaguar:

icmp_var.h
if_atm.h
if_fddi.h
igmp_var.h
in_gif.h
in_hostcache.h
in_var.h
ip_compat.h
ip_dummynet.h
ip_ecn.h
ip_encap.h
ip_flow.h
ip_var.h
ipl.h
tcp_var.h
udp_var.h

...anyone have any ideas what else might end up being needed?
gcc -g -O2 -Ddarwin6 -I../../include -I../../include -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -no-cpp-precomp -I/sw/include -c mibII/udp.c -fno-common -DPIC -o mibII/.libs/udp.lo
mibII/udp.c:226: warning: `struct udpstat' declared inside parameter list
mibII/udp.c:226: warning: its scope is only this definition or declaration, which is probably not what you want
mibII/udp.c: In function `var_udp':
mibII/udp.c:234: storage size of `udpstat' isn't known
mibII/udp.c:234: storage size of `udpstat' isn't known
mibII/udp.c: At top level:
mibII/udp.c:339: warning: `struct udpstat' declared inside parameter list
mibII/udp.c:340: conflicting types for `read_udp_stat'
mibII/udp.c:226: previous declaration of `read_udp_stat'
mibII/udp.c: In function `read_udp_stat':
mibII/udp.c:431: dereferencing pointer to incomplete type
make[2]: *** [mibII/udp.lo] Error 1
make[1]: *** [subdirs] Error 1
make: *** [subdirs] Error 1
### execution of make failed, exit code 2
Failed: compiling net-snmp-5.0.6-1 failed

It seems something else is needed. (I added the icmp_var.h file to /sw/include/netinet) However, ud_var.h is already included in the package, so I wonder what else it could be?



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Reply via email to