Hi Manuel,

On Tue, Oct 27, 2015 at 9:18 AM,  <[email protected]> wrote:
> Bigloo (4.2b)                                                            ,--^,

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 "higloo"; I believe that
should be "jigloo".  Regards,
-- 
Jerry James
http://www.jamezone.org/

Reply via email to