I formatted a patch here in case anyone need it before 3.0 release.
On Mon, Oct 23, 2017 at 3:42 PM, Nala Ginrut wrote:
> Sorry, this line:
> ---
> (define guile-module "guile-2.2")
> ---
>
> On Mon, Oct 23, 2017 at
Sorry, this line:
---
(define guile-module "guile-2.2")
---
On Mon, Oct 23, 2017 at 3:40 PM, Nala Ginrut wrote:
> And this line should be changed to "guile-3.0" in meta/guile-config.in
>
>
And this line should be changed to "guile-3.0" in meta/guile-config.in
---
(define guile-module "guile-3.0")
---
Best regards.
On Mon, Oct 23, 2017 at 3:36 PM, Nala Ginrut wrote:
> Now I think it's because GUILE-VE
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_MINO
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