From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Price Newsgroups: gmane.lisp.guile.user Subject: Re: Guile-SDL 0.4.0 available Date: Fri, 16 Dec 2011 01:32:29 +0000 Message-ID: <877h1xti6q.fsf@Kagami.home> References: <87obvaulws.fsf@ambire.localdomain> <87mxauuipf.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1323999410 18421 80.91.229.12 (16 Dec 2011 01:36:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2011 01:36:50 +0000 (UTC) Cc: guile-user@gnu.org, Thien-Thi Nguyen To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Dec 16 02:36:44 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RbMj6-00047u-8R for guile-user@m.gmane.org; Fri, 16 Dec 2011 02:36:44 +0100 Original-Received: from localhost ([::1]:42534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbMj5-0004W7-KB for guile-user@m.gmane.org; Thu, 15 Dec 2011 20:36:43 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbMj2-0004Vx-Gw for guile-user@gnu.org; Thu, 15 Dec 2011 20:36:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbMj1-00075a-IK for guile-user@gnu.org; Thu, 15 Dec 2011 20:36:40 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:46214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbMj1-000757-CF for guile-user@gnu.org; Thu, 15 Dec 2011 20:36:39 -0500 Original-Received: by wgbdt11 with SMTP id dt11so4204943wgb.30 for ; Thu, 15 Dec 2011 17:36:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=7XmvOyokitbtMfSjaGsmHKNJNLFqnNiFHhjzcSO6cvc=; b=H8SEGJrnjvH3yQqaDeUGLWM61jqHhIyBazml02aXgeYMdKXpm/1PJB+MN31uUDhlU1 GLIaz+QbAxmSLbR5IEwiH9e+A1ntOlkvVY1Ir5pj+2gQUWXnyt8Z0Qkank0P1m9GKgHh KLJ/iTss4RSzNcNnumKX2dQrs7liMsTTNyC9A= Original-Received: by 10.180.7.198 with SMTP id l6mr9757432wia.3.1323999397614; Thu, 15 Dec 2011 17:36:37 -0800 (PST) Original-Received: from Kagami.home (host86-162-111-233.range86-162.btcentralplus.com. [86.162.111.233]) by mx.google.com with ESMTPS id gn4sm10934150wib.20.2011.12.15.17.36.36 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 15 Dec 2011 17:36:36 -0800 (PST) In-Reply-To: <87mxauuipf.fsf@pobox.com> (Andy Wingo's message of "Thu, 15 Dec 2011 13:23:40 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.49 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9047 Archived-At: Andy Wingo writes: > 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)) I can confirm that with this change it works. Thanks ttn for the release, and thanks andy for saving me some debugging time :) -- Ian Price "Programming is like pinball. The reward for doing it well is the opportunity to do it again" - from "The Wizardy Compiled"