Hello,
Doing (asdf-install:install :dynamic-classes) leads to the following error:
File #P"/Users/coffeemug/.asdf-install-dir/site/dynamic-classes/test/packages.lisp" not found
I see the file 'package.lisp' in the aforementioned directory, but no file 'packages.lisp'. Hope this helps.
Regards, - Slava
Ack! thanks for letting me know.
Fixed.
On Jul 27, 2008, at 5:30 PM, Vyacheslav Akhmechet wrote:
Hello,
Doing (asdf-install:install :dynamic-classes) leads to the following error:
File #P"/Users/coffeemug/.asdf-install-dir/site/dynamic-classes/test/ packages.lisp" not found
I see the file 'package.lisp' in the aforementioned directory, but no file 'packages.lisp'. Hope this helps.
Regards,
- Slava
dynamic-classes-devel mailing list dynamic-classes-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/dynamic-classes-devel
-- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM
FYI, asdf-install metatilities results in the following error:
Cannot IMPORT "FIND-OR-CREATE-CLASS" from package "METATILITIES"
I believe the error happens when containers-test is loaded. This is probably because find-or-create-class is now in DYNAMIC-CLASSES, not in metatilities.
Sorry if this isn't a proper medium to report this error. Thanks again for giving us great software for free!
Regards, - Slava
Hi Slava ,
My apologies for my delay in responding. I've just pushed a bunch of minor changes, etc. to various repos and the problem below no longer occurs (yeah!). If you still see it, it's likely that you are using an out of date version of asdf-install.
Please let me know if you're still seeing this.
thanks,
On Jul 27, 2008, at 7:48 PM, Vyacheslav Akhmechet wrote:
FYI, asdf-install metatilities results in the following error:
Cannot IMPORT "FIND-OR-CREATE-CLASS" from package "METATILITIES"
I believe the error happens when containers-test is loaded. This is probably because find-or-create-class is now in DYNAMIC-CLASSES, not in metatilities.
Sorry if this isn't a proper medium to report this error. Thanks again for giving us great software for free!
Regards,
- Slava
-- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM
dynamic-classes-devel@common-lisp.net