Re: Guile-SDL 0.4.0 available
Andy Wingo <[email protected]> Thu, 15 Dec 2011 13:23:40 +0100
| Newsgroups | gmane.lisp.guile.user,gmane.lisp.guile.sources |
|---|---|
| Message-ID | <[email protected]> |
On Thu 15 Dec 2011 12:14, Thien-Thi Nguyen <[email protected]> writes: > This directory contains Guile-SDL, a set of modules that provide > bindings for SDL (Simple DirectMedia Layer) to enable Guile > programmers to do all the nice things you can do with SDL. Cool! It works with Guile 2.0 if you replace: #define MAKE_HASH_TABLE(size) \ (scm_make_vector (REASONABLE_BUCKET_COUNT (size), SCM_EOL)) with #define MAKE_HASH_TABLE(size) \ (scm_c_make_hash_table (size)) Cheers, Andy -- http://wingolog.org/