On Thu 15 Dec 2011 12:14, Thien-Thi Nguyen <t...@gnuvola.org> 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/

Reply via email to