[Freeciv-Dev] [bug #19858] enum compat_road MinGW compilation failure

2012-06-29 Thread Marko Lindqvist
Update of bug #19858 (project freeciv): Status: Ready For Test = Fixed Assigned to:None = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [bug #19858] enum compat_road MinGW compilation failure

2012-06-27 Thread Marko Lindqvist
URL: http://gna.org/bugs/?19858 Summary: enum compat_road MinGW compilation failure Project: Freeciv Submitted by: cazfi Submitted on: Wed 27 Jun 2012 06:16:36 PM EEST Category: bootstrap Severity: 3 -

[Freeciv-Dev] [bug #19858] enum compat_road MinGW compilation failure

2012-06-27 Thread Marko Lindqvist
Update of bug #19858 (project freeciv): Status:None = Ready For Test ___ Follow-up Comment #1: I assume that this is namespace conflict Indeed replacing the RC_ prefix with ROCO_ solved

Re: [Freeciv-Dev] [bug #19858] enum compat_road MinGW compilation failure

2012-06-27 Thread Gilles J. Seguin
On Wed, 2012-06-27 at 17:16 +0200, Marko Lindqvist wrote: Details: Cross-compiling for MinGW target: In file included from common/connection.h:42, from common/game.h:29, from common/connection.c:45: common/fc_types.h:438: error: expected identifier

Re: [Freeciv-Dev] [bug #19858] enum compat_road MinGW compilation failure

2012-06-27 Thread Marko Lindqvist
On 27 June 2012 21:21, Gilles J. Seguin se...@videotron.ca wrote: hum, let be pedantic we are not using c++ compiler, we have no namespace. If we were using C++, namespace would be reserved word in our parlance, but as we are talking about C here, we can use word namespace more freely :-) -