On Mon, 2010-01-18 at 11:02 -0800, David Green wrote: > I'm attempting to build OpenJDK from source according to these > instructions and I'm running into the following error: > > > cc1plus: warnings being treated as errors > > /Users/dgreen/Documents/packages/jdk7/bsd-port/hotspot/src/share/vm/code/nmethod.cpp: > In member function 'bool nmethod::make_not_entrant_or_zombie(int)': > > /Users/dgreen/Documents/packages/jdk7/bsd-port/hotspot/src/share/vm/code/nmethod.cpp:1197: > warning: comparison between signed and unsigned integer expressions > make[6]: *** [nmethod.o] Error 1 > make[6]: *** Waiting for unfinished jobs.... > make[5]: *** [the_vm] Error 2 > make[4]: *** [product] Error 2 > make[3]: *** [generic_build2] Error 2 > make[2]: *** [product] Error 2 > make[1]: *** [hotspot-build] Error 2 > make: *** [build_product_image] Error 2 > > > Any advice would be appreciated.
It's a small problem that has already been fixed: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/b1f619d38249 It will just take some time to promote to your repository. -- Christian