Hi,

After cloning jdk8/tl you need to cd to the new clone and run:

$ sh ./get_sources.sh

to get the whole forest. Then you need to run configure
(sh ./configure) and then only can you call make images.

Hope this helps,

(and BTW you may need to install Xcode & its command line tools
 as well as XQuartz if you haven't done so already)

-- daniel


On 4/30/13 11:51 PM, kalyan ram wrote:
Hello Build Dev - I am a newbie to openjdk and want to get up to speed on
compiling and installing from source.

I have followed instructions to build from source for Mac OS X.

I however face the following error on attempting to build from source

## Starting jdk
make[2]: *** No rule to make target
`/Volumes/extDrive/Openjdk_source/myjdk8/build/macosx-x86_64-normal-server-release/corba/dist/lib/classes.jar',
needed by
`/Volumes/extDrive/Openjdk_source/myjdk8/build/macosx-x86_64-normal-server-release/jdk/classes/_the.CORBA.classes.imported'.
  Stop.
make[1]: *** [import-only] Error 2
make: *** [jdk-only] Error 2

I have cloned from

hg clone http://hg.openjdk.java.net/jdk8/tl jdk8_tl

and I am following instructions posted at(
https://java.net/projects/adoptopenjdk/pages/MakeImages)

Appreciate all the help in advance.

Regards,
Kalyan


Reply via email to