Problems with asdf in allegroexpress Windows

Discussion of Common Lisp
Post Reply
janders468
Posts: 16
Joined: Fri Oct 17, 2008 12:27 pm

Problems with asdf in allegroexpress Windows

Post by janders468 » Tue Dec 16, 2008 12:49 pm

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.

nuntius
Posts: 538
Joined: Sat Aug 09, 2008 10:44 am
Location: Newton, MA

Re: Problems with asdf in allegroexpress Windows

Post by nuntius » Wed Dec 17, 2008 10:24 pm

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.

Post Reply