In reply to your message of Fri, 03 Feb 1995 17:30:07 +0100

James Rice <rice@HPP.Stanford.EDU>
Date: Fri, 3 Feb 1995 11:04:11 -0800 (PST)
From: James Rice <rice@HPP.Stanford.EDU>
Sender: rice@HPP.Stanford.EDU
Reply-To: rice@HPP.Stanford.EDU
Subject: In reply to your message of Fri, 03 Feb 1995 17:30:07 +0100
To: Luc YRIARTE <yriarte@lirmm.fr>
cc: ontolingua@HPP.Stanford.EDU
In-reply-to: Luc YRIARTE's message of Fri, 03 Feb 1995 17:30:07 +0100: <199502031629.RAA17409@lirmm.lirmm.fr>
Message-id: <XLView.791838510.8052.rice@hpp-ss10-1>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Luc YRIARTE <yriarte@lirmm.fr> writes:
>>
>>                   Hello,
>>
>>      It seems that Ontolingua doesn't want to run on our common lisp 
version,
>>wich is quite old. Last time it was for printing, and your patches worked all

>>right, now it's for clos instance making. I couldn't figure out what was 
wrong.
>>Is there any way we can make ontolingua run on top of that lisp, or on any 
>>public
>>domain lisp, or do we definitely have to buy one ?

Hi,
There is an easy fix for this for you, I believe.
All you need to do is edit the defsystem file to remove the
lines:

;;; Ontolingua users will, by default, get GFP
(eval-when (compile eval load)
  (pushnew :GFP *features*))

This will switch off GFP, which you probably don't want
anyway, and which uses CLOS in a much more complex way
than Ontolingua.




Rice.