Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
September 2004: [Freeciv-Dev] Re: civworld patch for CVS |
[Freeciv-Dev] Re: civworld patch for CVS[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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 */ +#endifthis 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
|