Re: Multiple Values and GC

Joseph Donaldson <[email protected]> Wed, 15 Sep 2021 16:27:12 +0000 (UTC)
Newsgroups gmane.lisp.scheme.bigloo
Message-ID <[email protected]>
 Hello, Manuel,
In building the tarball from 09/15/2021 and enabling the jvm build, I see the following error:


/home/jwd/bigloo_srcs/bigloo-unstable/bin/bigloo.sh -target jvm -jfile .jfile -L /home/jwd/bigloo_srcs/bigloo-unstable/lib/bigloo/4.4c  -srfi enable-resolv -srfi enable-unistring -srfi enable-pcre2 -srfi enable-gmp  -unsafe -q -mkheap -mklib -s -no-hello \ 
                   Llib/make_lib.scm -heap bigloo.jheap 
 
File "Llib/error.scm", line 1420, character 54085: 
#   ($env-get-error-handler env)) 
#   ^ 
*** ERROR:env-get-error-handler 
Unbound variable -- $env-get-error-handler 
 
File "Llib/error.scm", line 1408, character 53497: 
#   ($env-set-error-handler! env ehdl)) 
#   ^ 
*** ERROR:env-set-error-handler! 
Unbound variable -- $env-set-error-handler! 
2 errors occured, ending ... 


$env-get-error-handler is not provided by the JVM runtime.
Disabling the jvm backend results in a successful build.
Thank You,Joseph


    On Wednesday, September 15, 2021, 07:35:08 AM PDT, Joseph Donaldson <[email protected]> wrote:  
 
  Hello, Manuel,
Thank You. I will take a look.
Best Regards,Joseph

    On Wednesday, September 15, 2021, 05:38:05 AM PDT, <[email protected]> wrote:  
 
 Hi Joseph,

I have just applied the modification I had mentioned in my previous email
regarding multiple values. Interestingly, it took me longer than expected
because this modification has triggered a bug in the compiler that was
missusing multiple-value-bind/values :-) Hopefully, it has been easy
to fix...

I'm now preparing a new tarball that I will upload in a couple of minutes
and I will upload the new version on github.

Thanks again for your contributions.

-- 
Manuel