Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2004:
[Freeciv-Dev] Re: civworld patch for CVS
Home

[Freeciv-Dev] Re: civworld patch for CVS

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv-Dev <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: civworld patch for CVS
From: Jason Dorje Short <jdorje@xxxxxxxxxxxx>
Date: Mon, 06 Sep 2004 00:47:07 -0400

Mike Kaufman wrote:
attached is a snapshot of civworld for CVS (GTK2).

All features are broken except for the initial settings dialog,
massmover, and generate map.

don't attempt to compile this with -Werror. Hopefully it will actually
compile and run for you (oh, and don't try and resize the message output
window).


options.c:

+#ifdef CIVWORLD
+  VIEW_OPTION(draw_private_map),     /* defined in cw_options.c */
+#endif

this isn't needed I think because there is now the possibility to add on GUI options. See the gui_options[] array.


I get all sorts of compiler warnings. Some could be serious; they should be easy to fix. Try configuring with --enable-debug=yes.


jason


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: civworld patch for CVS, Jason Dorje Short <=