Hi Michael, On Mon, 2006-10-09 at 05:53 +0200, Michael Koch wrote: > gcc -DHAVE_CONFIG_H -I. -I../../../../native/jni/java-net -I../../../include > -I../../../../include -I../../../../native/jni/classpath > -I../../../../native/jni/native-lib -W -Wall -Wmissing-declarations > -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes > -pedantic -g -O2 -MT java_net_VMInetAddress.lo -MD -MP -MF > .deps/java_net_VMInetAddress.Tpo -c > ../../../../native/jni/java-net/java_net_VMInetAddress.c -fPIC -DPIC -o > .libs/java_net_VMInetAddress.o > if /bin/sh ../../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. > -I../../../../native/jni/java-net -I../../../include -I../../../../include > -I../../../../native/jni/classpath -I../../../../native/jni/native-lib -W > -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes > -Wno-long-long -Wstrict-prototypes -pedantic -g -O2 -MT > java_net_VMNetworkInterface.lo -MD -MP -MF > ".deps/java_net_VMNetworkInterface.Tpo" -c -o java_net_VMNetworkInterface.lo > ../../../../native/jni/java-net/java_net_VMNetworkInterface.c; \ > then mv -f ".deps/java_net_VMNetworkInterface.Tpo" > ".deps/java_net_VMNetworkInterface.Plo"; else rm -f > ".deps/java_net_VMNetworkInterface.Tpo"; exit 1; fi > gcc -DHAVE_CONFIG_H -I. -I../../../../native/jni/java-net -I../../../include > -I../../../../include -I../../../../native/jni/classpath > -I../../../../native/jni/native-lib -W -Wall -Wmissing-declarations > -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes > -pedantic -g -O2 -MT java_net_VMNetworkInterface.lo -MD -MP -MF > .deps/java_net_VMNetworkInterface.Tpo -c > ../../../../native/jni/java-net/java_net_VMNetworkInterface.c -fPIC -DPIC -o > .libs/java_net_VMNetworkInterface.o > ../../../../native/jni/java-net/java_net_VMNetworkInterface.c:44:21: > ifaddrs.h: No such file or directory > ../../../../native/jni/java-net/java_net_VMNetworkInterface.c: In function > `Java_java_net_VMNetworkInterface_getVMInterfaces': > ../../../../native/jni/java-net/java_net_VMNetworkInterface.c:112: warning: > unused parameter `clazz' > /usr/include/bits/string2.h: At top level: > ../../../../native/jni/java-net/java_net_VMNetworkInterface.c:99: warning: > `free_netif_list' defined but not used > make[3]: *** [java_net_VMNetworkInterface.lo] Error 1 > make[3]: Leaving directory > `/home/mkoch/src/classpath/build/native/jni/java-net' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/mkoch/src/classpath/build/native/jni' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/mkoch/src/classpath/build/native' > make: *** [all-recursive] Error 1
According to this error message we do detect that your system doesn't provide getifaddrs, but don't condition the includes correctly. What kind of system is this? Thanks, Mark
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Classpath-testresults mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-testresults
