guile-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile-SDL 0.4.0 available


From: Andy Wingo
Subject: Re: Guile-SDL 0.4.0 available
Date: Thu, 15 Dec 2011 13:23:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

On Thu 15 Dec 2011 12:14, Thien-Thi Nguyen <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]