On Jun 28, 10:28 pm, Nandan Bagchee <[email protected]> wrote: > My suggestions: > > 1. Check that the .asd in clbuild/systems/cl-cont.asd (or lib/systems, or > whatever) is pointing to the "latest cl-cont source" as expected. > > 2. Remove all fasls (ccl's fasls are *.dx64*) > > 3. While running the demo use (asdf:oos 'asdf:load-op 'cl-cont) *before* you > load weblocks-demo. > > Don't know the specifics of your platform, but HTH.
That helped, thanks for the quick response!! I am using windows32 and the fasls are .wx32fsl Also all the fasls are created in a parallel directory structure. For instance my weblocks source is in C:\HOME\programs\lisp\libraries\weblocks-dev but the fasls are in H:\settings\Application Data\common-lisp\cache\clozure-1.6-fasl94- windows-x86\C\HOME\programs\lisp\libraries\weblocks-dev I guess asdf2 looks for the user's "Applciation Data" folder and builds everything there. -- You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
