Hi Joe, > 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 ... Ah yes, sure. Some conditional compilation is missing there. Sorry about that. I will fix this at once. The upcoming new tarball will fix that problem.
Thanks for your report. -- Manuel
signature.asc
Description: PGP signature