Blake McBride

Results 51 comments of Blake McBride

I think life would be easier for all by using MAKE or a shell script rather than yet another dependency.

Yes, I do have the same problem constantly. I am on: 64 bit Fedora Linux 38 SBCL 2.3.8 I just tried again with a current pull. Same issue. Thanks!

When I type: qlot --version I get: 1.2.10 I do not know how to upgrade it. What version should I have? Thanks!!

I tried "pip install ros" and I get an error "Python.h: No such file or directory". I think the problem is that it builds for you because, over time, you...

I installed python3-devel. When I do "pip install ros", I get "fatal error: longintrepr.h: No such file or directory". I see this error elsewhere on the net with no clean...

Python --version returns 3.11.6 My research seems to indicate that Python 3.11.6 is **too recent**. Others with my error say that Python 3.10 works. Fedora uses the latest releases. I...

Just FYI. I am doing a presentation on Lisp next month. I had hoped to show lem, too.

I am the author of [github.com/blakemcbride/Kiss](https://github.com/blakemcbride/Kiss) It had a complex build that was causing me endless build issues. I tried ant, maven, and gradle. It was a nightmare. I ended...

I have qlot 1.2.10, however, ros is not installed. I think that is my problem. See my above notes. Thanks! ``` [blake@i9-tower lem.git]$ qlot --version which: no ros in (/home/blake/bin:/home/blake/bin:/home/blake/.local/bin:/home/blake/bin:/usr/local/bin:/usr/bin:/bin:/home/blake/.local/share/JetBrains/Toolbox/scripts:/usr/local/sbin:/usr/sbin:/home/blake/.dotnet/tools:/opt/plan9port/bin:/opt/icon/bin:/opt/groovy-4.0.12/bin:/home/blake/.local/share/JetBrains/Toolbox/scripts:/opt/plan9port/bin:/opt/icon/bin:/opt/groovy-4.0.12/bin)...

After updating qlot: ``` $ sbcl --version SBCL 2.3.8 $ qlot --version Qlot 1.2.13 ``` Clean clone gives: ``` $ make qlot install Installing Quicklisp to /home/blake/Backup/lem.git/.qlot/... Reading '/home/blake/Backup/lem.git/qlfile'... Already...