guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error while detecting Guile-3.0


From: Nala Ginrut
Subject: Re: Error while detecting Guile-3.0
Date: Mon, 23 Oct 2017 15:36:32 +0800

Now I think it's because GUILE-VERSION:
---------------------------------------------
GUILE_MAJOR_VERSION=2
GUILE_MINOR_VERSION=3
GUILE_MICRO_VERSION=0
---------------------------------------------

After I changed it to:
--------------------------------------------
GUILE_MAJOR_VERSION=3
GUILE_MINOR_VERSION=0
GUILE_MICRO_VERSION=0
--------------------------------------------

The problem gone.

I think it's better to fix it in master branch, or people may find
it's confusing sometimes.

Best regards.



On Mon, Oct 23, 2017 at 3:19 PM, Nala Ginrut <address@hidden> wrote:
> hi folks!
> I'm trying to use Guile-3.0 for a project, but it complains when configure:
> -------------------------------------------------
> checking for Guile version >= 3.0... configure: error: Guile 3.0
> required, but 2.3.0 found
> -------------------------------------------------
>
> The related lines in configure.ac is here:
> =============
>  GUILE_PKG(2.2 3.0)
>  GUILE_PROGS
> =============
>
> Why it's 2.3.0? Is it a bug?
>
> Best regards.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]