Re: iperf 2.0.2 compile on FreeBSD 4.10


Marc Herbert wrote:

Do you have the "uintmax_t" type defined in <stdint.h> ? It seems this
comes from ANSI C99, maybe to recent for FreeBSD 4.10 ?

If it's not there, replacing it in "iperf/include/headers.h" by
anything big (like "unsigned long long" for instance) should be a very
safe workaround.

I have this in include/headers.h:

#include <iperf-int.h>
typedef uintmax_t max_size_t;

If this might be the problem could you advise what it should be changed to and I'll alter it, compile and test?

Thanks,

Jim



Other Mailing lists | Author Index | Date Index | Subject Index | Thread Index