[Bese-devel] ucw_dev - two minor problems on compilation
Dmitry Petukhov
dmgenp at gmail.com
Thu Jun 29 20:36:31 UTC 2006
Hello list,
I successfully started ucw, but has two minor problems, maybe someone
wish to fix them:
1) cl-l10n exports 'year 'month and 'day symbols, while
src/components/form.lisp wants them as accessors, so there was name
conflict.
solved by adding
(:shadow year month day)
into
defpackage :it.bese.ucw
in src/packages.lisp
2) ucw.asd specifies (:module :i18n ....), but there's no such module
(seems it is replaced by cl-l10n). solved by commented out this in
defsystem.
More information about the bese-devel
mailing list