On Fri, Nov 6, 2020 at 5:30 AM <manuel.serr...@inria.fr> wrote: > Dear all, > > The release 4.4a is now almost complete. Just one or two additional tests > and it will be ready. I would appreciate if you could it a last try. > It is available there: > > ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo-unstable.tar.gz > > Thanks in advance for your help,
Building for Fedora turned up two Java-related problems. First, Fedora now builds with OpenJDK 11 by default, but some bigloo files don't know about JDKs larger than 9: api/ssl/src/Makefile configure runtime/Makefile I can force a build with OpenJDK 8 for now, but it would be nice if this could be addressed. Second, the build failed like this: /builddir/build/BUILD/bigloo-4.4/bin/bigloo.sh -jvm -srfi enable-resolv -srfi enable-unistring -srfi enable-pcre -srfi enable-gmp -srfi enable-gmp -jfile .jfile -srfi bigloo-safe -O3 -fcfa-arithmetic -rm -q -lib-dir /builddir/build/BUILD/bigloo-4.4/lib/bigloo/4.4b -rm -copt -w -lib-dir /builddir/build/BUILD/bigloo-4.4/lib/bigloo/4.4b -O3 -mklib -cc gcc -fsharing -q -unsafev -eval '(set! *indent* 4)' -srfi enable-resolv -srfi enable-unistring -srfi enable-pcre -srfi enable-gmp -srfi enable-gmp -jvm-purify -c Llib/date.scm -o objs/class_s/bigloo/runtime/Llib/date.class File "Llib/date.scm", line 248, character 11684: # ($date-is-gmt date) # ^ *** ERROR:date-copy Unbound variable -- $date-is-gmt File "Llib/date.scm", line 264, character 12310: # ($date-is-gmt date) # ^ *** ERROR:date-update! Unbound variable -- $date-is-gmt 2 errors occured, ending ... Indeed, there is an extern definition of $date-is-gmt, but no java definition. Regards, -- Jerry James http://www.jamezone.org/