Follow-up Comment #5, bug #16142 (project freeciv): With only the other nine patches applied, running the ser script results in the following behavior:
$ ser Encodings: Data=UTF-8, Local=UTF-8, Internal=UTF-8 This is the server for Freeciv version 2.2.1 You can learn a lot about Freeciv at http://www.freeciv.org/ 2: Loading rulesets 1: Did not find closing doublequote for '*include' line 1: file "data/default/nations.ruleset", line 241, pos 10, EOF 1: looking at: 'nation/zulu.ruleset' 1: original line: '*include "nation/zulu.ruleset' 2: AI*1 has been added as Easy level AI-controlled player. 2: AI*2 has been added as Easy level AI-controlled player. 2: AI*3 has been added as Easy level AI-controlled player. 2: AI*4 has been added as Easy level AI-controlled player. 2: AI*5 has been added as Easy level AI-controlled player. 2: Now accepting new client connections. For introductory help, type 'help'. > _ Contrary to the error message, there _is_ a closing doublequote for the “*include "nation/zulu.ruleset"” line at the end of data/default/nations.ruleset; the problem was in parsing the ruleset file, and the utility/inputfile.c patch fixes the problem. Kind regards, Christian. _______________________________________________________ Reply to this item at: <http://gna.org/bugs/?16142> _______________________________________________ Message sent via/by Gna! http://gna.org/ _______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
