[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using Garnet 2.2 and Clisp on Linux (0.99pl13)
- To: clisp-list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: Using Garnet 2.2 and Clisp on Linux (0.99pl13)
- From: RB Feenstra <rbfeens@cs.vu.nl>
- Date: Fri, 4 Feb 94 14:44:18 MET
W. D. Elias <wdelias@access.digex.net> writes:
> I am trying to run GARNET 2.2 under CLISP on a linux (0.99pl13) platform.
> After compiling garnet and running some demos I receive the following
> Continuable Error message:
> X-ERROR: Asynchronous FONT-ERROR in request **** Code 56.0 [ChangeGC] ID
> #x1800001
This problem is probably caused by forgetting to call
(opal:disconnect-garnet) before saving the lisp image and the
corresponding (opal:reconnect-garnet) after restarting clisp. Both
calls are documented in the opal manual; the newer versions of garnet
have additional functions that combine these for convenience.
Remco Feenstra