Colin Woodbury
Colin Woodbury
Interesting, I'll look into this.
I just looked at the PKBUILD and it seems the build instructions are quite complex. I highly recommend you build this package manually.
I think stale caches under `~/.cache/common-lisp/` might have been the problem. I have cleared everything in there involving qlot (even from older sbcl versions!) and the messages of the build...
No, unfortunately it's still saying `1.5.9`.
Wild theory: when the `qlot` shell script (`/usr/bin/qlot`) is running, it is somehow not finding certain library files it needs under `/usr/lib/qlot/`, but is instead traversing my filesystem in a...
Indeed: I just deleted the `.qlot` under my copy of `ultralisp`, and now `qlot --version` reports `1.6.0`. Note that `ultralisp` has qlot as a direct dependency, hence there is a...
Probably not related, but I was also looking at https://github.com/pyvista/pyvistaqt/issues/445