Hi, the GCC 10 build error is easily fixed with the attached patch.
But the build also fails while generating artwork via a Gimp script (art/mktiles): > Starting extension: 'extension-script-fu' > No batch interpreter specified, using the default 'plug-in-script-fu-eval'. > Welcome to TinyScheme, Version 1.40 > Copyright (c) Dimitrios Souflis > > ts> It then just hangs in this tinyscheme "shell". Unfortunately I don't know enough about Gimp scripting to fix that. Kind regards, Reiner
--- a/common.h +++ b/common.h @@ -19,7 +19,7 @@ */ /* Variable Declarations */ -int gamestatus; +extern int gamestatus; extern unsigned int dragbuf[DrNum]; /* Draggable buffer for list on right */ extern unsigned int bufsize, originalbuf; /* Number of items in buffer */ extern pos buttonx, buttony; /* Location of button press, in tiles. */
signature.asc
Description: PGP signature