From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.user Subject: Re: SLIB and guile 2 Date: Thu, 31 Jan 2013 19:01:08 -0500 Message-ID: <87mwvogawr.fsf@tines.lan> References: <510B0124.9050204@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1359676906 22494 80.91.229.3 (1 Feb 2013 00:01:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Feb 2013 00:01:46 +0000 (UTC) Cc: guile-user@gnu.org To: Andrew Bernard Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Feb 01 01:02:06 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U144y-0003Kf-OK for guile-user@m.gmane.org; Fri, 01 Feb 2013 01:02:04 +0100 Original-Received: from localhost ([::1]:54586 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U144g-0007tK-NW for guile-user@m.gmane.org; Thu, 31 Jan 2013 19:01:46 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:57874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U144c-0007tC-6p for guile-user@gnu.org; Thu, 31 Jan 2013 19:01:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U144b-00078l-6T for guile-user@gnu.org; Thu, 31 Jan 2013 19:01:42 -0500 Original-Received: from world.peace.net ([96.39.62.75]:59711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U144b-00078a-1m for guile-user@gnu.org; Thu, 31 Jan 2013 19:01:41 -0500 Original-Received: from turntable.mit.edu ([18.160.0.29] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1U144T-0004Il-1c; Thu, 31 Jan 2013 19:01:33 -0500 In-Reply-To: <510B0124.9050204@gmail.com> (Andrew Bernard's message of "Fri, 01 Feb 2013 10:41:24 +1100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 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:9962 Archived-At: Hi Andrew, Andrew Bernard writes: > Does SLIB work with guile 2? > > With guile 2.0.7 and slib 3b3 on Linux there appear to be > incompatibilities. Are there releases that work together? Andy Wingo recently posted a patch to get slib working with Guile 2.0. Hopefully a variant of it will be accepted upstream soon. http://lists.gnu.org/archive/html/guile-user/2013-01/msg00014.html Mark