On 16 August 2012 21:03, David Fernandez
<no-reply.invalid-addr...@gna.org> wrote:
>  at least until I
> can compile the code with debug enabled.

  I can't get into actual issues just now, but quick note about making
debug build even if compiler gives warnings (and without editing the
sources to remove -Werror). In such a situation I simply set
CFLAGS="-Wno-error" before running configure. That user CFLAGS will
override "-Werror" setting from the configure script. Just avoid that
trick when you don't absolutely need it, so that you get error from
any warnings you create - clean build is requirement for code to be
accepted to freeciv.


 - ML

_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to