[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.lisp

Does asdf have a limit of path length

Bigos

6/13/2016 10:16:00 PM

I have bumped into a strange problem. When I invoke quickproject and
create a quicklisp project with a long path I have problems with
quicklisp and asdf finding created system.

(push "long/path/dasystem" asdf:*central-registry*)
(ql:quickload :dasystem)

no longer works

any ideas how should I handle it?
should I use symbolic links?
could quickproject give warning?