You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to [Core-serveR]
hi,
i am trying to install core-server on my netbook with ubuntu netbook
remix distro.
while loading start.lisp i have the error below[1].
[1]The class #<CLASS+ HTTP-SERVER {A909E41}> was specified as a super-
class of
the class #<STANDARD-CLASS CORE-SERVER>, but the meta-classes
#<STANDARD-CLASS CLASS+> and #<STANDARD-CLASS STANDARD-CLASS> are
incompatible. Define a method for VALIDATE-SUPERCLASS to avoid this
error.
evri...@core.gen.tr
unread,
Nov 3, 2009, 9:04:01 AM11/3/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to core-...@googlegroups.com
Hi,
The problem is due to server is now has metaclass of class+. Please open etc/start.lisp and change
(defclass core-server .. to (defclass+ core-server.
I hope it'll be fixed in the default install soon.
Evrim.
zekUs
unread,
Nov 3, 2009, 10:41:00 AM11/3/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message