Hi Jerry,

> I hit a few Java-related problems with this release.  First, although
> configure now recognizes Java 1.8 and 1.9, that doesn't help because
> runtime/Makefile and api/ssl/src/Makefile don't know about Java > 1.7.
> 
> Also, there is an extraneous right paren in Makefile.  Try this patch:
> 
> --- Makefile.orig 2015-10-27 08:46:53.000000000 -0600
> +++ Makefile 2015-10-27 21:34:57.814702873 -0600
> @@@ -195,7 +195,7 @@@
> 
>   @ echo "-------------------------------"
> 
>  boot-jvm: checkgmake
> - $(MAKE) -C runtime boot-jvm);
> + $(MAKE) -C runtime boot-jvm;
> 
>  boot-bde:
>   $(MAKE) -C bde boot BFLAGS="$(BFLAGS) -lib-dir $(BOOTLIBDIR) 
> $(SHRD_BDE_OPT)"
> 
> And finally, Makefile line 291 refers to "higl
Yes. I have fixed that and I will upload a 4.2b-2 version that will fix that.
I'm also aware of yet another SSL auto-configuration problem on MacOS. As soon
as this problem is solved I will upload the version.

Thanks for your report

-- 
Manuel

Reply via email to