during compiling on Mac OS X Server 10.6.3 Intel I get:
Same for net/if.h and net/if_mib.h
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if_mib.h: present but cannot be compiled
Is this why these are coming back as not supported:
net.if.out[*,bytes]
net.if.in[*,bytes]
proc.num[*]
Code:
configure: WARNING: sys/proc.h: present but cannot be compiled configure: WARNING: sys/proc.h: check for missing prerequisite headers? configure: WARNING: sys/proc.h: see the Autoconf documentation configure: WARNING: sys/proc.h: section "Present But Cannot Be Compiled" configure: WARNING: sys/proc.h: proceeding with the preprocessor's result configure: WARNING: sys/proc.h: in the future, the compiler will take precedence
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if_mib.h: present but cannot be compiled
Is this why these are coming back as not supported:
net.if.out[*,bytes]
net.if.in[*,bytes]
proc.num[*]
Comment