This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Problems with asdf in allegroexpress Windows

2 posts · 2286 views

I am having a problem getting asdf to work properly with the allegro express version on windows, if I push the directory containing my asd file onto to the *central-repository* list and then try to load the system it gives an error stating that the component is not found, is there something I'm not aware of with either allegro or asdf on windows, this works fine on SBCL/linux.

Re: Problems with asdf in allegroexpress Windows

Check that your directory is properly specified with something like (merge-pathnames "test.asd" #P"C:\\my\\directory\\"). ASDF won't work until this returns the full path to the system.asd file.

Also, some systems don't handle windows shortcuts properly; but it doesn't sound like that was your problem.