Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2001:
[Freeciv-Dev] Re: [Patch] CMA 1.0 (Update)
Home

[Freeciv-Dev] Re: [Patch] CMA 1.0 (Update)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: rf13@xxxxxxxxxxxxxxxxxxxxxx
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: [Patch] CMA 1.0 (Update)
From: Andreas Kemnade <akemnade@xxxxxxxxxxx>
Date: Fri, 21 Sep 2001 16:44:05 +0200

Raimar Falke writes:
 > On Fri, Sep 21, 2001 at 01:41:21PM +0200, Andreas Kemnade wrote:
 > Content-Description: message body text
 > > I have cleaned up the patch a bit:
 > > - Insert $(srcdir) in include path
 > > - #include "client/attributes.h" -> #include "attributes.h"
 > >   Then you don't need to build the client in the source dir.
 > > - remove assumption about directory for glib includes
 > 
 > Thanks.
 > 
 > > Todo: Make the other clients compile
 > > 
 > > either
 > >   move gtk code from gtk to gui-gtk
 > 
 > This would leave us with a client/gui-gtk/agents directory.
To make this a bit clearer:
Move  citizen_management_frontend_gtk.* into client/gui-gtk
I don't know whether we should have agents subdirs in client/gui-*/
This would be easier to implement. 

 > 
 > > or
 > >   add some automake/autoconf magic to disable compiling of
 > >   agents/*_gtk.c when another client is compiled (and switch to the
 > >   correct file)
 > 
 > I would favor this one.
I don't know how to do this without automake warnings. I think this
will be more difficult to maintain. But if you find a solution which
looks nice I might change my opinion.

Greetings
Andreas Kemnade

PS: gettimeofday is not portable enough. (in agents.c)


[Prev in Thread] Current Thread [Next in Thread]