bug-mes
[Top][All Lists]
Advanced

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

Re: Build issue with guile 2.0.14


From: W. J. van der Laan
Subject: Re: Build issue with guile 2.0.14
Date: Tue, 06 Apr 2021 19:06:37 +0000

> -                               (and guile-version (tuple< '(2) 
> guile-version) "-O1")))
>
>
>
> -                               (and guile-version (tuple< '(2 9) 
> guile-version) "-O1")))
>               (deps (if guile (cons (check-program-version (make-dep "nyacc" 
> #:version '(0 99 0) #:commands (list (string-append guile " -c '(use-modules 
> (nyacc lalr)) (display *nyacc-version*)'")) #:file-name #t #:version-option 
> #f))
>                                     deps)
>                         deps))
>
>
>
> --8<---------------cut here---------------end--------------->8---
>
> does that work for you?

Yes, that works, thanks !

Tested-by: W. J. van der Laan <laanwj@gmail.com>

It does disable optimization completely but don't know if that is important.

W.




reply via email to

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