Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2005:
[Freeciv-Dev] Re: (PR#12335) client doesn't take care of the --program-p
Home

[Freeciv-Dev] Re: (PR#12335) client doesn't take care of the --program-p

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: anarchojoerg@xxxxxx
Subject: [Freeciv-Dev] Re: (PR#12335) client doesn't take care of the --program-prefix/--program-suffix option
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 23 Feb 2005 11:19:23 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12335 >

Joerg Reckers wrote:
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=12335 >
> 
> freeciv
> version: 2.0.0-beta8
> 
> When i configure the client and server with the same --program-suffix(prefix) 
> the client wont find the server-binary. so i can't start a local game from 
> the server.
> 
> thats because of
> 
>   my_snprintf(cmdline3, sizeof(cmdline3), "civserver %s", options);
> 
> in  client/connectdlg_common.c line 301
> 
> shouldn't it take care of the  --program-suffix(prefix) option?

This is a problem, yes.  If the server is not in your path it will often 
not be found.  However nobody's fixed this to work with both the 
installed civserver or the uninstalled "./server/civserver" program.

Patch wanted.

-jason





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#12335) client doesn't take care of the --program-prefix/--program-suffix option, Jason Short <=