On Sat, 2006-10-21 at 00:45 +0100, Robert Lougher wrote: > Hi, > > I tried building the lastest distcheck on Mac OS X last night (first > time in a while). The build trivially failed in two files: > > native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c > native/jni/java-nio/gnu_java_nio_VMChannel.c > > The type uint32_t is undefined. This is easily fixed by including <stdint.h>. Oops, I have a fix laying around for ages. Will commit it today. - twisti