unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: Thien-Thi Nguyen <ttn@gnuvola.org>
Cc: guile-user@gnu.org, guile-sources@gnu.org
Subject: Re: Guile-SDL 0.4.0 available
Date: Thu, 15 Dec 2011 13:23:40 +0100	[thread overview]
Message-ID: <87mxauuipf.fsf@pobox.com> (raw)
In-Reply-To: <87obvaulws.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Thu, 15 Dec 2011 12:14:27 +0100")

On Thu 15 Dec 2011 12:14, Thien-Thi Nguyen <ttn@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	other threads:[~2011-12-15 12:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-15 11:14 Guile-SDL 0.4.0 available Thien-Thi Nguyen
2011-12-15 12:23 ` Andy Wingo [this message]
2011-12-16  1:32   ` Ian Price
2011-12-16 11:10     ` Thien-Thi Nguyen
2011-12-16 14:30       ` Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mxauuipf.fsf@pobox.com \
    --to=wingo@pobox.com \
    --cc=guile-sources@gnu.org \
    --cc=guile-user@gnu.org \
    --cc=ttn@gnuvola.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).