Greetings to all fans of text games. I like the TADS3 system very much, but there are only a minimum of games available in Czech language (of the bigger ones I can only see the translation of Heidi or the original game Zakladna na Asteroidu by Tomas Blaha or my small Exoter game port from ZX Spectrum). Therefore I would like to translate some of the quality titles from the English original into Czech language. I am interested in the game All Hope Abandon by Eric Eve:
https://www.ifwiki.org/All_Hope_Abandon
for which the source codes are available:
https://ifarchive.org/if-archive/games/source/tads/AllHopeAbandonSource.zip
Before translating, I tried to translate the game in Linux using the t3make command, renaming the AllHope.t3m file to Makefile.t3m. I have checked and edited the paths to the extensions directory, but I see two errors that I can’t deal with:
extensions/DupDobj.t(106): error: expected integer, string, symbol, '[', or '(', but found ">"
Errors: 1
Warnings: 0
symbol_export Agrath.t -> obj/Agrath.t3s
Agrath.t(4): error: cannot open include file "AHA.h"
Errors: 1
Warnings: 0
Directive AHA.h is included in most of the source files.
Am I making a translation error somewhere? I tested t3make from the frobtads package and Windows Workbench running with Wine with the same result. Can one of the forum users please test the compilation or point me to another version of the sources?