Closed jecars closed 5 months ago
There is easy fix, but it was not yet pushed to quicklisp
https://github.com/andy128k/cl-gobject-introspection/issues/100
you need to find your ~/quicklisp/dists/quicklisp/software/cl-gobject-introspection-20231021-git/src/init.lisp
and edit the last line to read:
#+sbcl (sb-int:set-floating-point-modes :traps nil)
Thanks so much, it worked!
Hi, Sorry not sure if this is should be under SBCL, cl-gobject-introspection-wrapper, or this project.
I am unable to
(ql:quickload :cl-gtk4)
under SBCL 2.4.5. Everything works properly on SBCL 2.4.4.