[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes and GCC 4.2.4

2010-12-03 Thread Jordi Negrevernis i Font
Follow-up Comment #16, bug #15410 (project freeciv): Yes, it is persistent... But I resolved the problem with: CFLAGS="-Wno-strict-alias" ./configure Thanks ___ Reply to this item at: __

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes and GCC 4.2.4

2010-11-27 Thread pepeto
Follow-up Comment #15, bug #15410 (project freeciv): Is this problem persistent? ___ Reply to this item at: ___ Message posté via/par Gna! http://gna.org/

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes and GCC 4.2.4

2010-09-13 Thread Jordi Negrevernis i Font
Follow-up Comment #14, bug #15410 (project freeciv): It throws the same error... ___ Reply to this item at: ___ Message sent via/by Gna! http://gna.org/ __

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes and GCC 4.2.4

2010-09-13 Thread pepeto
Follow-up Comment #13, bug #15410 (project freeciv): And what happen if you cast to _(void *)_? ___ Reply to this item at: ___ Message posté via/par Gna! htt

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes and GCC 4.2.4

2010-09-13 Thread Jordi Negrevernis i Font
Follow-up Comment #12, bug #15410 (project freeciv): This seams like a bug of gcc... I can only compile when i remove the const of the argument in the declaration of the function. ___ Reply to this item at:

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes and GCC 4.2.4

2010-09-13 Thread pepeto
Follow-up Comment #11, bug #15410 (project freeciv): That's precisely why there is a cast there... Dunno what's wrong there. Can you try to add a cast to _(void *)_ before _tslot_? And run _LANG=C make_? ___ Reply to this item at:

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes and GCC 4.2.4

2010-09-13 Thread Jordi Negrevernis i Font
Follow-up Comment #10, bug #15410 (project freeciv): gcc -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -DLOCALEDIR=\"/usr/local/share/locale\" "-DDEFAULT_DATA_PATH=\".:data:~/.freeciv/dev:/usr/local/share/freeciv\"" -DDEFAULT_SAVES_PATH=\"\" "-DDEFAULT_SCENARIO_PATH=\".:data/scenario:~/.freec

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes and GCC 4.2.4

2010-09-13 Thread pepeto
Follow-up Comment #9, bug #15410 (project freeciv): Maybe could you indicate what doesn't compile on trunk? ___ Reply to this item at: ___ Message posté via/pa

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes and GCC 4.2.4

2010-09-12 Thread Jordi Negrevernis i Font
Follow-up Comment #8, bug #15410 (project freeciv): S2_2 compiles ok. Trunk does not, but is for another reason. You can close the item. Thanks ___ Reply to this item at:

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes and GCC 4.2.4

2010-09-12 Thread pepeto
Update of bug #15410 (project freeciv): Status: Ready For Test => Need Info ___ Follow-up Comment #7: Does it still happen to you? If yes, in what branch (S2_2, trunk)? __

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes and GCC 4.2.4

2010-03-28 Thread Jacob Nevins
Update of bug #15410 (project freeciv): Summary: Freeciv does not compile with --enable-debug=yes => Freeciv does not compile with --enable-debug=yes and GCC 4.2.4 ___ Reply to this item at:

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes

2010-02-19 Thread Marko Lindqvist
Follow-up Comment #6, bug #15410 (project freeciv): > I'd expect more warnings from a newer version, not fewer. Often yes, but sometimes warning situation detection gets more fine grained and warning is no longer outputted for completely safe constructs. I have not checked if it's the case here.

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes

2010-02-18 Thread Jacob Nevins
Follow-up Comment #5, bug #15410 (project freeciv): Strange, I can't reproduce on Ubuntu Jaunty (9.04), which has a later version of GCC (4.3.3-5ubuntu4). I'd expect more warnings from a newer version, not fewer. ___ Reply to this item at:

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes

2010-02-18 Thread Jordi Negrevernis i Font
Follow-up Comment #4, bug #15410 (project freeciv): jor...@ubuntu:~$ gcc --version gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4) Copyright (C) 2007 Free Software Foundation, Inc. Esto es software libre; vea el código para las condiciones de copia. NO hay garantía; ni siquiera para MERCANTIBILIDAD o I

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes

2010-02-18 Thread pepeto
Follow-up Comment #3, bug #15410 (project freeciv): This is quite annoying, what gcc version do you use? Does anybody has another solution to fix that problem? ___ Reply to this item at: _

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes

2010-02-18 Thread Jordi Negrevernis i Font
Follow-up Comment #2, bug #15410 (project freeciv): This is Ubuntu 8.04 - Hardy Heron. S2_2 compile now correctly. But trunk has another error... gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" "-DDEFAULT_DATA_PATH=\".:data:~/.freeciv/2.3:/usr/local/share/freeciv\"" -DDEFA

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes

2010-02-17 Thread pepeto
Update of bug #15410 (project freeciv): Status:None => Ready For Test ___ Follow-up Comment #1: The error is: "dereferencing type-punned pointer will break strict-aliasing rules"; I don't get

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes

2010-02-17 Thread Jordi Negrevernis i Font
URL: Summary: Freeciv does not compile with --enable-debug=yes Project: Freeciv Submitted by: jorneg Submitted on: Thursday 02/18/10 at 00:07 Category: general Severity: 2 - Mi