Hello, Manuel, When I attempt to compile for the jvm backend, I see the errors below. Looking at fixnum.scm, it looks like definitions for $*fx/ov and company are not defined for the jvm backend.
Best Regards,Joe /home/jwd/bigloo_srcs/bigloo-unstable/bin/bigloo.sh -target jvm -jfile .jfile -L /home/jwd/bigloo_srcs/bigloo-unstable/lib/bigloo/4.5a -srfi enable-resolv -srfi enable-libbacktrace -srfi enable-libbacktrace -srfi enable-unistring -srfi enable-pcre2 -srfi enable-gmp -unsafe -q -mkheap -mklib -s -no-hello \ Llib/make_lib.scm -heap bigloo.jheap File "Ieee/fixnum.scm", line 1924, character 91660: # (if ($*fx/ov z1 z2 res) # ^ *** ERROR:*fx/ov Unbound variable -- $*fx/ov File "Ieee/fixnum.scm", line 1924, character 91660: # (if ($*fx/ov z1 z2 res) # ^ *** ERROR:*fx/ov Unbound variable -- $*fx/ov File "Ieee/fixnum.scm", line 1896, character 90767: # (if ($-fx/ov z1 z2 res) # ^ *** ERROR:-fx/ov Unbound variable -- $-fx/ov File "Ieee/fixnum.scm", line 1896, character 90767: # (if ($-fx/ov z1 z2 res) # ^ *** ERROR:-fx/ov Unbound variable -- $-fx/ov File "Ieee/fixnum.scm", line 1868, character 89874: # (if ($+fx/ov z1 z2 res) # ^ *** ERROR:+fx/ov Unbound variable -- $+fx/ov File "Ieee/fixnum.scm", line 1868, character 89874: # (if ($+fx/ov z1 z2 res) # ^ *** ERROR:+fx/ov Unbound variable -- $+fx/ov 6 errors occured, ending ... On Wednesday, November 2, 2022 at 12:57:15 AM PDT, <manuel.serr...@inria.fr> wrote: Hi Everyone, Bigloo-4.5a is now almost ready and it is time to release it. Please try to give it a try in the coming days. Unless someone reports a serious problem this version will be released by next week. In the meantime, I will start preparing the debian, rapsberry, android, and brew versions. Thanks in advance for your help. -- Manuel