From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: A problem with compilation to CPS Date: Thu, 23 Feb 2017 13:25:59 +0100 Message-ID: <871supw0tk.fsf@pobox.com> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1487853004 15449 195.159.176.226 (23 Feb 2017 12:30:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 23 Feb 2017 12:30:04 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Cc: guile-user@gnu.org To: Tommi =?utf-8?B?SMO2eW7DpGzDpG5tYWE=?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Feb 23 13:29:59 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cgsWz-0003Lv-4X for guile-user@m.gmane.org; Thu, 23 Feb 2017 13:29:57 +0100 Original-Received: from localhost ([::1]:58180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgsX5-00077d-2l for guile-user@m.gmane.org; Thu, 23 Feb 2017 07:30:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgsTM-0003VL-Mi for guile-user@gnu.org; Thu, 23 Feb 2017 07:26:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgsTI-0004o2-Ox for guile-user@gnu.org; Thu, 23 Feb 2017 07:26:12 -0500 Original-Received: from pb-sasl2.pobox.com ([64.147.108.67]:54277 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cgsTI-0004nw-LI for guile-user@gnu.org; Thu, 23 Feb 2017 07:26:08 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 170C05E278; Thu, 23 Feb 2017 07:26:08 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=1ALsWF/Qng08 tky8Ej0nhiXgW1k=; b=oECxbZBGLLn2tXz0iEZMxOU2c34SWE6Ec/OzIAEAsDox RFnS1+PxluleuDSZNu9+JgGZjJYlYQwvPv4khW13HqBOWzPH+pt7Q23IiN0g8pHB BQQ9FQjY2a6GLcA4UGbZ9OzzXoAniZFpkVD7/mQVaz+trBwfeE125rNgG2evgbA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=MnL0R3 1myAKMYcrqFhHkf97dO7MgFrovQAZPVngarml8Krio8QkHLhIujAVnX0niY9asMu ZJawTGahOv/NzExKsdrZNWiIgdFt/hUXkPMV9ZK+fRa2rJ3D/zaE0EcSa4iVOwRl 5cFq9nbqeg5IEe7Kl2xzvby96tGecA7zesHgg= Original-Received: from pb-sasl2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id EB8075E276; Thu, 23 Feb 2017 07:26:07 -0500 (EST) Original-Received: from clucks (unknown [109.190.228.233]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl2.pobox.com (Postfix) with ESMTPSA id 082305E275; Thu, 23 Feb 2017 07:26:06 -0500 (EST) In-Reply-To: ("Tommi =?utf-8?B?SMO2eW7DpGzDpG5tYWEiJ3M=?= message of "Tue, 20 Sep 2016 16:19:24 +0300") X-Pobox-Relay-ID: 403480A6-F9C3-11E6-9C7D-6141F2301B6D-02397024!pb-sasl2.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.67 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.lisp.guile.user:13314 Archived-At: On Tue 20 Sep 2016 15:19, Tommi H=C3=B6yn=C3=A4l=C3=A4nmaa writes: > I get the following error message when I try to compile a program to CPS: > ---cut here--- > tohoyn@tohoyn-laptop:~/src/guile-2.1.4/work$ > ../guile-2.1.4/meta/uninstalled-env dash > $ ../guile-2.1.4/meta/guild compile -t cps hello.scm Indeed the CPS reader and writer weren't working right. Fixed (in a very non-fancy kind of way). Andy