I assume you set this:
ALT_BINARY_PLUGS_PATH = c:/openjdk7_plugin
And that you got the binary plugs from:
http://download.java.net/openjdk/jdk7/
These binary plugs are the pieces that we haven't or can't open source yet.
In particular this *sound*dll file is a sound library you need.
-kto
Scott Marlow wrote:
I switched to a new code drop and get the error below. Any suggestions?
/usr/bin/cp ../../../src/share/javavm/export/classfile_constants.h
c:/tmp/openjdk-build/include/classfile_constants.h
make[4]: Leaving directory `/openjdk7/openjdk/jdk/make/java/jvm'
Timing: 00002 seconds or 2s for make-java-jvm
<<<Finished Recursively making jvm all @ Fri Nov 7 17:04:06 EST 2008.
>>>Recursively making redist all @ Fri Nov 7 17:04:06 EST 2008 ...
make[4]: Entering directory `/openjdk7/openjdk/jdk/make/java/redist'
BinaryPlugs import started: Fri Nov 7 17:04:08 EST 2008
BINARY_PLUGS_PATH=c:/openjdk7_plugin
make[4]: *** No rule to make target
`c:/openjdk7_plugin/jre/bin/jsoundhs.dll', needed by
`c:/tmp/openjdk-build/bin/jsoundhs.dll'. Stop.
make[4]: Leaving directory `/openjdk7/openjdk/jdk/make/java/redist'
make[3]: *** [all] Error 1
make[3]: Leaving directory `/openjdk7/openjdk/jdk/make/java'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/openjdk7/openjdk/jdk/make'
make[1]: *** [jdk-build] Error 2
make[1]: Leaving directory `/openjdk7/openjdk'
make: *** [build_product_image] Error 2
Scott Marlow wrote:
I'm trying again with a fresh openjdk folder with the more recent
source from yesterday (openjdk-7-ea-src-b39-06_nov_2008.zip). I'll
post again with the results...