Closed genos closed 2 years ago
Now that I think about it, this might be due to having an old version of SBCL.
@notmgsk oh yeah,
$ sbcl --version
SBCL 2.0.1.debian
Just confirmed that this change is still necessary with sbcl --version = SBCL 2.2.8.124-ba95d2ff0
, the current development version.
Whoa, but now with the proposed fix, we get a different failure in build-app.lisp
:
While evaluating the form starting at line 14, column 0
of #P"/home/genos/quicklisp/local-projects/qvm/build-app.lisp":
Unhandled TYPE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
{1005B10713}>:
The value
NIL
is not of type
SB-KERNEL:CONSTANT
I regret to say I've also seen this (second) error and failed to file a report about it.
I hit this TYPE-ERROR
as well, but using SBCL 2.0.9 fixed for me, but sounds like @stylewarning upstreamed a fix to SBCL that should be released towards the end of the month: https://discord.com/channels/842124688002908231/842124688494428233/1025320591491866685
Hi
qvm
friends! As you might have seen in otherquil-lang
repos, I've been working with an ARM64 machine recently. To getqvm
to build on it, we needed to make a change toqvm.asd
:With the AVX2 mention removed, compilation and running (so far?) go off without a hitch; with it things fail, citing
Thanks!