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;
Thanks,
Jim