Building Graal on Mac
Varadharajan Mukundan
srinathsmn at gmail.com
Fri Jul 24 07:54:46 UTC 2015
Thanks a lot Thomas, I will check it out.
On Fri, Jul 24, 2015 at 1:12 PM, Thomas Wuerthinger <
thomas.wuerthinger at oracle.com> wrote:
> Varadharajan,
>
> We are in a (several days short) transition period that will split the
> previous contents of the graal/graal repository into graal/graal-compiler
> and graal/graal-jvmci-8 and graal/graal-jvmci-9. This is in preparation of
> JEP 243 that will integrate the JVMCI into the main version of the JDK.
>
> In the meantime, you can access the Graal sources from our github mirror
> at https://github.com/OracleLabs/GraalVM.
>
> - thomas
>
>
> On 24 Jul 2015, at 08:55, Varadharajan Mukundan <srinathsmn at gmail.com>
> wrote:
>
> Hi All,
>
> I wanted to try out Graal on Mac and i'm currently stuck with these issues.
> Thanks in advance for your help :)
>
> 1. I'm not able to reach Mercurial repositories of Graal at
> http://hg.openjdk.java.net/graal/graal . It fails with no repository
> error.
> Has it been moved somewhere else?
>
> 2. I cloned http://hg.openjdk.java.net/graal/graal-jvmci-9/ and tried to
> do
> a "configure and make all". Its failing with the below error:
>
> INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
> if ! /Users/varadham/projects/java/graal-jvmci-9/make/bin/javap
> javax.xml.transform.TransformerFactory > /dev/null 2>&1; then \
> /Users/varadham/projects/java/graal-jvmci-9/make/bin/java -version; \
> echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \
> "to bootstrap this build" 1>&2; \
> exit 1; \
> fi
> /bin/sh: /Users/varadham/projects/java/graal-jvmci-9/make/bin/java: No such
> file or directory
> *** An XSLT processor (J2SE 1.4.x or newer) is required to bootstrap this
> build
>
> Does that mean i;ve to build Java 9 and place those binaries into those
> directories?
>
> --
> Thanks,
> M. Varadharajan
>
> ------------------------------------------------
>
> "Experience is what you get when you didn't get what you wanted"
> -By Prof. Randy Pausch in "The Last Lecture"
>
> My Journal :- http://varadharajan.in
>
>
>
--
Thanks,
M. Varadharajan
------------------------------------------------
"Experience is what you get when you didn't get what you wanted"
-By Prof. Randy Pausch in "The Last Lecture"
My Journal :- http://varadharajan.in
More information about the graal-dev
mailing list