On Wednesday, Jan 1, 2003, at 20:08 US/Eastern, Jeremy Higgs wrote:
Hi everyone,

Justin Hallett alerted me to the fact that many of the headers (all?) that were missing in 10.2 have been added to 10.2.3, so that the jaguar-missing-headers package is no longer needed. I tried recompiling net-snmp, one of the packages of mine that requires the missing headers (but is not in unstable, as there were other missing headers), and got this error:
Looks like one of the added headers is still dysfunctional. Grr... I don't know personally which one this is, though...

mibII/tcp.c: In function `var_tcp':
mibII/tcp.c:287: storage size of `tcpstat' isn't known
mibII/tcp.c:287: storage size of `tcpstat' isn't known
Probably references like:
void foo(void) {
struct tcpstat *bar;
struct tcpstat quux;
}
but tcpstat are not defined when it should be, probably because of a bad header.

mibII/tcp.c: At top level:
mibII/tcp.c:464: warning: `struct tcpstat' declared inside parameter list
mibII/tcp.c:465: conflicting types for `read_tcp_stat'
mibII/tcp.c:278: previous declaration of `read_tcp_stat'
void foo(struct tcpstat *bar); <-- tcpstat is still not defined

mibII/tcp.c: In function `read_tcp_stat':
mibII/tcp.c:586: dereferencing pointer to incomplete type
tcpstat foo(struct tcpstat *bar) {
	return &bar;
}

This didn't happen with the jaguar-missing-headers headers, so I'm not sure... Any ideas how to fix it?
We had a working header, but seems like Apple's is a little broken.

Thanks!
You're welcome,
Kyle Moffett



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