On Wed, 31 Mar 2004, R Alemi wrote:

> 
> Dear List Members,
> I need to use opengl with cmucl, and I have installed the cmucl-xlib-and-gl
> extensions
> provided by Knut Arild Erstad. it works fine, but when I save a core image
> with
> extensions:save-lisp, I get a segmentation error when I try to recall the
> image.

Hm, I'm doing similar things with an extension of clg (GTK bindings) and 
the libgtkglarea widget...

> Has anyone had this problem, or know how to solve it?

Quite in general, when you use the alien interface and use data 
structures on the C heap, these cannot be serialized into the core file, 
for obvious reasons.

-- 
regards,               [EMAIL PROTECTED]              (o_
 Thomas Fischbacher -  http://www.cip.physik.uni-muenchen.de/~tf  //\
(lambda (n) ((lambda (p q r) (p p q r)) (lambda (g x y)           V_/_
(if (= x 0) y (g g (- x 1) (* x y)))) n 1))                  (Debian GNU)

Reply via email to