> Date: Mon, 28 Sep 2020 21:16:56 +0000
> From: Noah Evans <n...@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.

Reply via email to