[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] SWIG program hanging
From: |
Clifford Stein |
Subject: |
Re: [Chicken-users] SWIG program hanging |
Date: |
Tue, 25 Nov 2003 10:12:50 -0800 |
Thanks, Chris.
I tried the cvs version of Swig (from 18nov03) and that cleared up the
problems in both programs.
Thanks!
--cliff
On Tue, 2003-11-25 at 07:00, address@hidden wrote:
> If you search back in the archives a few months you'll see some messages
> from me regarding this same issue. It turned out to be a bug in SWIG.
> There is a patch for it. The source to my OpenGL wrappers for Chicken are
> at:
>
> http://mail.nongnu.org/archive/html/chicken-users/2003-05/msg00023.html
>
> I didn't use GLUT or SDL btw. I wrote a simple C library to wrap enough
> XLib to do the OpenGL stuff from Scheme.
>
> Chris.