From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: Re: GNU Guile 2.9.8 Released [beta] Date: Fri, 3 Jan 2020 10:02:10 +0100 Message-ID: <20200103090210.GA10993@tuxteam.de> References: <87woaa3rq4.fsf@pobox.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="132263"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Andy Wingo , Guile User , guile-sources@gnu.org, guile-devel To: Nala Ginrut Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jan 03 10:02:37 2020 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1inIqp-000YCt-Eg for guile-devel@m.gmane.org; Fri, 03 Jan 2020 10:02:35 +0100 Original-Received: from localhost ([::1]:50140 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inIqn-0007yO-H9 for guile-devel@m.gmane.org; Fri, 03 Jan 2020 04:02:33 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58907) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inIqi-0007vE-8n for guile-devel@gnu.org; Fri, 03 Jan 2020 04:02:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1inIqh-0004Nw-0c for guile-devel@gnu.org; Fri, 03 Jan 2020 04:02:28 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]:42456) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1inIqa-0003Mt-Rl; Fri, 03 Jan 2020 04:02:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:Date; bh=IrWrmU+qjPMDNxcXnCObN50P7PYP7rBJpg07v3uFjPc=; b=PgLBXOKam0t17JJZfKMU0aBOI/lOjTeXfZYIVAYxgsdTL52f9Kw5t/S1CWhCTwUXG+Li+IGMTef9ZgZWOMD/3ihBAeh1YrIuruqUqFFwhgvq4ABtosjn1Xwmh7FUqoYySzR8Sr5onYx7qE6608pRO2Yzr1rnCMgQru+RcNZh7xKSenxWSvLVzEyu36te3FRZX5crPYaughGy/p7c/wMFEEZLQHoF8qnZxSMo5p/2XycBp/3xkB50r/GNXtKAGq/TvSmZgRP2spfZcp4TuZcQcFEJqSvaGxINMtpJ7iSdykabuJ04ypkk/mrLEr5q7h4a5pJsN2GjsO1Ij/m+f4Jggg==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.80) (envelope-from ) id 1inIqQ-0002xh-L0; Fri, 03 Jan 2020 10:02:10 +0100 Content-Disposition: inline In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 5.199.139.25 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.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:20207 gmane.lisp.guile.user:15981 gmane.lisp.guile.sources:520 Archived-At: --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 03, 2020 at 01:34:59PM +0800, Nala Ginrut wrote: > When I was trying to compile Artanis, the configure threw an error: > ---------------------------- > checking for Guile version >=3D 3.0... configure: error: Guile 3.0 requir= ed, > but 2.9.8 found > ---------------------------- >=20 > Here's what I put in configure.ac: > GUILE_PKG(2.2 2.3 2.9 3.0) >=20 > My question is "what's the correct config here"? Hm. I think I had that with nyacc too. This worked for me: GUILE_PKG([3.0]) GUILE_PROGS([2.9.5]) I think this is due to our currently apocalyptic [1] situation: tomas@trotzki:~/src/guile/nyacc$ guile GNU Guile 2.9.5 [...] =20 Enter `,help' for help. scheme@(guile-user)> (version) $1 =3D "2.9.5" scheme@(guile-user)> (effective-version) $2 =3D "3.0" (replace 2.9.5 for 2.9.8 as appropriate). Cheers [1] Although apocalyptic has often a negative connotation, I'm using it here in its more original sense [2], i.e. full of gleeful expectation :-) [2] https://en.wiktionary.org/wiki/apocalyptic -- tom=C3=A1s --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAl4PAxIACgkQBcgs9XrR2kb/pQCdELmO8Y7ImSdr1wSKrSIZG5fx AyMAnRRbu77Ct1V/P+Ef+6wQbVPo+Hl1 =ogzV -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB--