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: Problem with slib Date: Mon, 17 Dec 2012 02:46:19 -0500 Message-ID: <87hanl2kac.fsf@tines.lan> References: <1355702194.1638.8.camel@german-desktop> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1355730808 15278 80.91.229.3 (17 Dec 2012 07:53:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Dec 2012 07:53:28 +0000 (UTC) Cc: Guile To: =?utf-8?Q?Germ=C3=A1n?= "A. Arias" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Dec 17 08:53:43 2012 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 1TkVWA-000610-As for guile-user@m.gmane.org; Mon, 17 Dec 2012 08:53:42 +0100 Original-Received: from localhost ([::1]:51790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkVVw-0005P3-Nn for guile-user@m.gmane.org; Mon, 17 Dec 2012 02:53:28 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkVUp-0005HB-N3 for guile-user@gnu.org; Mon, 17 Dec 2012 02:53:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkVQb-0004mZ-Qu for guile-user@gnu.org; Mon, 17 Dec 2012 02:52:19 -0500 Original-Received: from world.peace.net ([96.39.62.75]:54924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkVQb-0004mN-NJ for guile-user@gnu.org; Mon, 17 Dec 2012 02:47:57 -0500 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TkVQA-0002Ac-9y; Mon, 17 Dec 2012 02:47:30 -0500 In-Reply-To: <1355702194.1638.8.camel@german-desktop> (=?utf-8?Q?=22Germ?= =?utf-8?Q?=C3=A1n?= \"A. Arias\""'s message of "Sun, 16 Dec 2012 17:56:34 -0600") 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:9754 Archived-At: Germ=C3=A1n "A. Arias" writes: > I install slib as described in manual, but I have a problem. Unfortunately, the slib interface for Guile has been broken for quite some time. There has been some recent discussion [1] of fixing it, including some preliminary patches, but that work seems to have stalled. The main problem seems to be that none of the active Guile developers use slib. If someone would like to finish this work, it would be much appreciated. [1] http://lists.gnu.org/archive/html/guile-devel/2012-10/msg00095.html Mark