From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Ricardo Wurmus Newsgroups: gmane.lisp.guile.devel Subject: Re: unhandled constant? Date: Fri, 31 Jan 2020 12:17:10 +0100 Message-ID: <87d0azub7t.fsf@elephly.net> References: <87r1ziti8g.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="30582"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.2.0; emacs 26.3 Cc: guile-devel@gnu.org To: Han-Wen Nienhuys Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Fri Jan 31 12:17:44 2020 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ixUIy-0007ul-Hq for guile-devel@m.gmane-mx.org; Fri, 31 Jan 2020 12:17:44 +0100 Original-Received: from localhost ([::1]:51496 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixUIx-0002PX-JG for guile-devel@m.gmane-mx.org; Fri, 31 Jan 2020 06:17:43 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37682) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixUIe-0002OG-NA for guile-devel@gnu.org; Fri, 31 Jan 2020 06:17:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixUId-00046k-I4 for guile-devel@gnu.org; Fri, 31 Jan 2020 06:17:24 -0500 Original-Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21191) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ixUIc-00042C-RI for guile-devel@gnu.org; Fri, 31 Jan 2020 06:17:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1580469439; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=qc8ELeeSIp1qk+3RrnGreVHZ8pb+QDLBxWRg4l/o4Y4=; b=Wk8x0fRwJd5GUdGyK0WnimsLXzf8vSSgs3bl5F38C/+j8p8o1nsPL/JXZpwLyx0D YW3VZkvbtAiRSm5OVpckux1iUjzeixtTWJgUwJ4wP1XtAUULJcztLZ6EhsJOke7H/DG qoViQfi03sHWxdAUe7QQszTKMvuJTyoqY/gf5O1g= Original-Received: from localhost (p54AD4B36.dip0.t-ipconnect.de [84.173.75.54]) by mx.zohomail.com with SMTPS id 1580469434090555.1355756680568; Fri, 31 Jan 2020 03:17:14 -0800 (PST) In-reply-to: X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC X-ZohoMailClient: External X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 136.143.188.51 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20355 Archived-At: Han-Wen Nienhuys writes: > [guile1.8]$ grep -ir define-syntax-rule . > > (empty) > > I need something that works in GUILE 1.8 too. I suppose you could use (cond-expand (guile-2.2 =E2=80=A6) =E2=80=A6) to on= ly use this with Guile 2 and fall back to the current code with Guile 1.8. > Would there be a way that we can use our source code unchanged with GUILE= 2.2? > > Can you explain why I get this error message? I don=E2=80=99t know the answer. --=20 Ricardo