|
From: SourceForge.net <no...@so...> - 2005-06-17 18:25:40
|
Bugs item #1222129, was opened at 2005-06-16 13:57 Message generated for change (Comment added) made by kuhlmanngj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=1222129&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Server Group: None Status: Open Resolution: None Priority: 1 Submitted By: Greg Kuhlmann (kuhlmanngj) Assigned to: Tom Howard (tomhoward) Summary: error parsing paths containing numbers Initial Comment: When running: rcssserver server::game_log_dir=/home/kuhlmann/keepaway-0.4/logs I get the following error: cmd line args: 1: error: while parsing "-0.4" cmd line args: 1: error: syntax error, unexpected "real value" I am using version 10.0.4 (CVS) of the server and version 11.0.0 (CVS) of rcssbase. ---------------------------------------------------------------------- >Comment By: Greg Kuhlmann (kuhlmanngj) Date: 2005-06-17 13:25 Message: Logged In: YES user_id=629749 Nevermind. I now see that the paths must be enclosed in single quotes: Fix: rcssserver server::game_log_dir='/home/kuhlmann/keepaway-0.4/logs' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=1222129&group_id=24184 |