I’ve run into a couple issues building the game.
I’m running Ubuntu 20.04
Issue 1 (solved)
It seems your autoconf script requires gettext version 0.2 specifically, while Ubuntu seems to ship with version 0.19.
Issue 2 (stuck)
When I try to run ./configure --with-default-text=... --with-bold-text=...
I get the following
./configure: line 6118: syntax error near unexpected token `3.0'
./configure: line 6118: `GUILE_PKG(3.0 2.2)'
I’ve run it with and without setting the GUILE_LOAD_PATH
and prefix
variable in configure