From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68062 invoked by alias); 5 Jul 2015 13:18:14 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 68052 invoked by uid 89); 5 Jul 2015 13:18:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f178.google.com Received: from mail-wi0-f178.google.com (HELO mail-wi0-f178.google.com) (209.85.212.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 05 Jul 2015 13:18:12 +0000 Received: by wicgi11 with SMTP id gi11so131918086wic.0 for ; Sun, 05 Jul 2015 06:18:09 -0700 (PDT) X-Received: by 10.180.215.101 with SMTP id oh5mr45146783wic.6.1436102289492; Sun, 05 Jul 2015 06:18:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.246.165 with HTTP; Sun, 5 Jul 2015 06:17:29 -0700 (PDT) In-Reply-To: <20150705141749.6d6073e7@debian-andrebask> References: <086FD507-B72A-412F-A1F9-1D30D31839A3@gmail.com> <20150705141749.6d6073e7@debian-andrebask> From: =?UTF-8?B?RWzDrWFzIEFsb25zbyBHLi1Db3JuZWpv?= Date: Sun, 05 Jul 2015 13:18:00 -0000 Message-ID: Subject: Re: Can't import srfi 101 To: Andrea Bernardini Cc: kawa mailing list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-q3/txt/msg00006.txt.bz2 Updating the svn repo fixed the issue. Thanks! Elias. 2015-07-05 14:17 GMT+02:00 Andrea Bernardini : > I'm using latest version from svn, it works for me. > > I would try: > > svn update > make clean > make > > Andrea > > On Sun, 5 Jul 2015 12:12:31 +0200 > El=C3=ADas Alonso G.-Cornejo wrote: > >> I'm using a version built from svn a couple weeks ago. >> >> $ java -jar kawa.jar --version >> Kawa 2.0.1 >> Copyright (C) 2015 Per Bothner >> >> $ java -version >> java version "1.7.0_80" >> Java(TM) SE Runtime Environment (build 1.7.0_80-b15) >> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode) > >