I was able to (ql:quickload "dexador") and run a test with (dex:get "https://lisp.org") on Lispworks in my Windows 11 machine, but I get the following failure with Allegro Express 10.1.
Directory of C:\Users\ckr427\AppData\Local\cache\common-lisp\acl-10.1-win-x86\C\Users\ckr427\quicklisp\dists\quicklisp\software\static-vectors-v1.8.9\src
08/04/2023 11:26 AM <DIR> .
08/04/2023 10:43 AM <DIR> ..
08/04/2023 10:43 AM 5,413 constantp.fasl
08/04/2023 11:26 AM 900 ffi-types__grovel.c
08/04/2023 11:26 AM 2,758 ffi-types__grovel.obj
08/04/2023 10:43 AM 3,120 pkgdcl.fasl
4 File(s) 12,191 bytes
2 Dir(s) 848,324,911,104 bytes free
Originally I was getting a file or directory not found on the first GCC call, so I tried installing MingGW gcc to see if that was the issue. That seemed to get me a step farther. As I said, I had no trouble on the same machine with Lispworks, before installing MingGW.
I was able to
(ql:quickload "dexador")
and run a test with(dex:get "https://lisp.org")
on Lispworks in my Windows 11 machine, but I get the following failure with Allegro Express 10.1.The OBJ file exists:
Originally I was getting a file or directory not found on the first GCC call, so I tried installing MingGW gcc to see if that was the issue. That seemed to get me a step farther. As I said, I had no trouble on the same machine with Lispworks, before installing MingGW.