[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make fails for testing release 11.0.90 aarch64 binary.
From: |
Taylor R Campbell |
Subject: |
Re: Make fails for testing release 11.0.90 aarch64 binary. |
Date: |
Mon, 28 Sep 2020 22:31:02 +0000 |
> Date: Mon, 28 Sep 2020 21:16:56 +0000
> From: Noah Evans <noah@nevans.me>
>
> Hi! I've been trying to learn MIT scheme and wanted to get an
> interpreter on my Pinebook Pro. I followed the installation
> instructions but when I make I get the error below. Thanks for any
> insight!
>
> syntax.c:1036:33: error: `level_start.last' may be used uninitialized in this
> function [-Werror=maybe-uninitialized]
> 1036 | (level -> previous) = (level -> last);
> | ~~~~~~~^~~~~~~~
The warning has been suppresssed in the following commit:
https://git.savannah.gnu.org/cgit/mit-scheme.git/commit/?h=release-11&id=e69f713c27d9a77f4baabc84fe0e1b494a8d2825
You could just apply the change locally to make progress.