[Freeciv-Dev] [patch #2277] [c++ gui] Generate C++ compatible specenum_gen.h

2011-01-08 Thread Marko Lindqvist
Update of patch #2277 (project freeciv): Status: Ready For Test = Done Assigned to:None = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [patch #2277] [c++ gui] Generate C++ compatible specenum_gen.h

2011-01-06 Thread Marko Lindqvist
Follow-up Comment #5, patch #2277 (project freeciv): Yes, there is a lot of int - enum conversions even in headers (no need to change them in .c files). I opt not to try to fix all of them at once, but rather fix them as they turn out to be a problem for building C++ gui.

[Freeciv-Dev] [patch #2277] [c++ gui] Generate C++ compatible specenum_gen.h

2011-01-05 Thread Marko Lindqvist
URL: http://gna.org/patch/?2277 Summary: [c++ gui] Generate C++ compatible specenum_gen.h Project: Freeciv Submitted by: cazfi Submitted on: Wed 05 Jan 2011 09:18:23 PM EET Category: general Priority: 5 -

[Freeciv-Dev] [patch #2277] [c++ gui] Generate C++ compatible specenum_gen.h

2011-01-05 Thread anonymous
Follow-up Comment #1, patch #2277 (project freeciv): I can't donload the file. The error message reads: The filename in the url does not match the filename registered in the database I suspect '+' signs are not allowed ... ___ Reply to

[Freeciv-Dev] [patch #2277] [c++ gui] Generate C++ compatible specenum_gen.h

2011-01-05 Thread Marko Lindqvist
Follow-up Comment #2, patch #2277 (project freeciv): Retrying with renamed patch. (file #11711) ___ Additional Item Attachment: File name: CXXSpecenum_2277.diff Size:0 KB

[Freeciv-Dev] [patch #2277] [c++ gui] Generate C++ compatible specenum_gen.h

2011-01-05 Thread Matthias Pfafferodt
Follow-up Comment #3, patch #2277 (project freeciv): this one is working fine ... ___ Reply to this item at: http://gna.org/patch/?2277 ___ Nachricht geschickt von/durch Gna!

[Freeciv-Dev] [patch #2277] [c++ gui] Generate C++ compatible specenum_gen.h

2011-01-05 Thread Matthias Pfafferodt
Follow-up Comment #4, patch #2277 (project freeciv): longturn had similar problems. In this fork some c++ files were included in the codebase. Thus, such changes had to be done. I think, there will be more enum int conversions in the code which need a cast ...