unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: <tomas@tuxteam.de>
To: Nala Ginrut <nalaginrut@gmail.com>
Cc: Andy Wingo <wingo@pobox.com>, Guile User <guile-user@gnu.org>,
	guile-sources@gnu.org, guile-devel <guile-devel@gnu.org>
Subject: Re: GNU Guile 2.9.8 Released [beta]
Date: Fri, 3 Jan 2020 10:02:10 +0100	[thread overview]
Message-ID: <20200103090210.GA10993@tuxteam.de> (raw)
In-Reply-To: <CAPjoZofgK=+nixNgZvZNWApm9+mU4C2ce_WYHqeuAYTkBcx_1g@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]

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 >= 3.0... configure: error: Guile 3.0 required,
> but 2.9.8 found
> ----------------------------
> 
> Here's what I put in configure.ac:
> GUILE_PKG(2.2 2.3 2.9 3.0)
> 
> 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
  [...]
  
  Enter `,help' for help.
  scheme@(guile-user)> (version)
  $1 = "2.9.5"
  scheme@(guile-user)> (effective-version)
  $2 = "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ás

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2020-01-03  9:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-02 13:36 GNU Guile 2.9.8 Released [beta] Andy Wingo
2020-01-02 14:32 ` Matt Wette
2020-01-03  5:34 ` Nala Ginrut
2020-01-03  9:02   ` tomas [this message]
2020-01-05 10:41   ` Andy Wingo
2020-01-07 20:00 ` Stefan Israelsson Tampe
2020-01-07 21:42   ` Andy Wingo
2020-01-08 14:22     ` Nala Ginrut
2020-01-11 10:32       ` Andy Wingo
2020-01-13 16:32         ` Stefan Israelsson Tampe
2020-01-14  8:49         ` Nala Ginrut
2020-01-18 19:43           ` Nala Ginrut
2020-01-26  3:16             ` Nala Ginrut
2020-01-09 21:14 ` Stefan Israelsson Tampe
2020-01-11 10:25   ` Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200103090210.GA10993@tuxteam.de \
    --to=tomas@tuxteam.de \
    --cc=guile-devel@gnu.org \
    --cc=guile-sources@gnu.org \
    --cc=guile-user@gnu.org \
    --cc=nalaginrut@gmail.com \
    --cc=wingo@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).