[Freeciv-Dev] [bug #18200] Configure is unable to detect frameworks

2011-06-12 Thread Marko Lindqvist
Follow-up Comment #3, bug #18200 (project freeciv): Yes, it's one line setting CFLAGS and LDFLAGS environment variables for run of configure. Is that not found still about headers or about libraries (they are separate tests)? Include paths given in CFLAGS affect how headers are found, library

[Freeciv-Dev] [patch #2702] Gtk3 include path comments

2011-06-12 Thread Marko Lindqvist
Follow-up Comment #1, patch #2702 (project freeciv): - Fixed comments in a couple more source files (file #13167) ___ Additional Item Attachment: File name: Gtk3IncPathComments_2702-2.diff Size:13 KB

[Freeciv-Dev] [patch #2694] Remove all default ai includes from advisors code

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

[Freeciv-Dev] [patch #2703] Gtk3 client string

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

[Freeciv-Dev] [bug #17954] Hotekys displayed twice

2011-06-12 Thread Marko Lindqvist
Follow-up Comment #2, bug #17954 (project freeciv): - New TRUNK version of the patch where also gtk3-client is fixed (file #13168) ___ Additional Item Attachment: File name: DoubleHotkeyFix_17954.diff Size:2 KB

[Freeciv-Dev] [bug #13701] game_remove_unit(), homecity invalid

2011-06-12 Thread Marko Lindqvist
Follow-up Comment #5, bug #13701 (project freeciv): Current evidence suggests that this one either is or is not duplicate of bug #18194, depending what we consider proper way to fix #18194. That is: Fix to bug #18194 may fix this one too or not. If #18194 is fixed so that it also fixes this one,

[Freeciv-Dev] [bug #18195] Qt-client compile warning about NULL 3:rd argument to real_output_window_append()

2011-06-12 Thread Marko Lindqvist
Update of bug #18195 (project freeciv): Status: Ready For Test = None ___ Reply to this item at: http://gna.org/bugs/?18195 ___ Message sent

[Freeciv-Dev] [bug #18194] Client has out-of-date info about units transferred when city lost

2011-06-12 Thread Marko Lindqvist
Follow-up Comment #6, bug #18194 (project freeciv): This bug has probably existed forever in one form or other, so at least it isn't regression in S2_3. ___ Reply to this item at: http://gna.org/bugs/?18194

[Freeciv-Dev] [patch #2708] Remove default ai includes from server code

2011-06-12 Thread Marko Lindqvist
URL: http://gna.org/patch/?2708 Summary: Remove default ai includes from server code Project: Freeciv Submitted by: cazfi Submitted on: Sun 12 Jun 2011 02:31:26 PM EEST Category: ai Priority: 5 - Normal

[Freeciv-Dev] [patch #2709] Japanese clans nations

2011-06-12 Thread J. M. Gorbach
URL: http://gna.org/patch/?2709 Summary: Japanese clans nations Project: Freeciv Submitted by: gorb Submitted on: Sun 12 Jun 2011 12:50:15 PM GMT Category: rulesets Priority: 5 - Normal

[Freeciv-Dev] [patch #2529] Configure checks for gtk3-client

2011-06-12 Thread Marko Lindqvist
Follow-up Comment #3, patch #2529 (project freeciv): This is much better first part. It's basically full patch except that one macro call in gtk3-client.m4 must be changed when really switching to use gtk3 (AM_PATH_GTK_2_0 - AM_PATH_GTK_3_0). Advantages over the previous division to two patches

[Freeciv-Dev] [patch #2701] gtk3-client settings

2011-06-12 Thread Marko Lindqvist
Follow-up Comment #1, patch #2701 (project freeciv): - Corrected option names in gtk3-clienty gui_option_extra_init() (file #13172) ___ Additional Item Attachment: File name: Gtk3Settings_2701-2.diff.bz2 Size:7 KB

[Freeciv-Dev] [bug #17802] Overview map area has grown from 2.2 to 2.3 (bad for small screens)

2011-06-12 Thread Jacob Nevins
Update of bug #17802 (project freeciv): Status: Ready For Test = Fixed Open/Closed:Open = Closed Release: 2.3.0-beta3 = 2.3.0-beta4

[Freeciv-Dev] [bug #17825] Minimap corruption with large maps

2011-06-12 Thread Jacob Nevins
Update of bug #17825 (project freeciv): Status: Ready For Test = Fixed Open/Closed:Open = Closed Planned Release: 2.3.0 = 2.3.0,2,4.0

[Freeciv-Dev] [bug #18180] let the overview map fill the entire window if detatched

2011-06-12 Thread Jacob Nevins
Update of bug #18180 (project freeciv): Status: Ready For Test = Fixed Assigned to: syntron = jtn Open/Closed:Open = Closed Release:

[Freeciv-Dev] [bug #18200] Configure is unable to detect frameworks

2011-06-12 Thread David Lowe
Follow-up Comment #4, bug #18200 (project freeciv): I'll attach the log. I suspect conftest.cpp should also try to #include QApplication/qapplication.h . (file #13173) ___ Additional Item Attachment: File name: config.log

[Freeciv-Dev] [bug #18200] Configure is unable to detect frameworks

2011-06-12 Thread Marko Lindqvist
Follow-up Comment #5, bug #18200 (project freeciv): Stupid mistake from my part. Qt-client is C++ program (and so is configure check for it). Use CXXFLAGS instead of CFLAGS. ___ Reply to this item at: http://gna.org/bugs/?18200

[Freeciv-Dev] [patch #2688] Insert linebreaks to long happiness effect provider lists in happiness tab

2011-06-12 Thread Jacob Nevins
Update of patch #2688 (project freeciv): Assigned to:None = jtn ___ Follow-up Comment #2: New version which does the same for wonder related happiness as building related happiness.

[Freeciv-Dev] [bug #18050] crash with popup box (handle_alloc_failure())

2011-06-12 Thread Jacob Nevins
Update of bug #18050 (project freeciv): Status:None = Need Info ___ Follow-up Comment #4: I can't think of a specific test. I don't think there's anything more we can do with this

[Freeciv-Dev] [bug #18200] Configure is unable to detect frameworks

2011-06-12 Thread David Lowe
Follow-up Comment #6, bug #18200 (project freeciv): CXXFLAGS gives me the same result. FWIW i've started a thread at the QtDevNet forum asking for info or an example. http://developer.qt.nokia.com/forums/viewthread/6743 (file #13175)

[Freeciv-Dev] [bug #17906] Gold upkeep icon covers unhappiness upkeep icon

2011-06-12 Thread Jacob Nevins
Update of bug #17906 (project freeciv): Status:None = Ready For Test Assigned to:None = jtn Planned Release: = 2.3.0,2.4.0

[Freeciv-Dev] [bug #17906] Gold upkeep icon covers unhappiness upkeep icon

2011-06-12 Thread Jacob Nevins
Additional Item Attachment, bug #17906 (project freeciv): File name: upkeep-icons.png Size:17 KB ___ Reply to this item at: http://gna.org/bugs/?17906 ___ Message sent

[Freeciv-Dev] [patch #2710] Improving Hasinay nation

2011-06-12 Thread Daniel Markstedt
URL: http://gna.org/patch/?2710 Summary: Improving Hasinay nation Project: Freeciv Submitted by: dmarks Submitted on: Sun 12 Jun 2011 02:45:17 PM PDT Category: rulesets Priority: 5 - Normal

[Freeciv-Dev] [bug #16457] Bug using enum pointers as int pointers

2011-06-12 Thread Jacob Nevins
Follow-up Comment #9, bug #16457 (project freeciv): Some possible approaches to fixing settings.c: Change all the pointed-to settings (in map.server, game.server etc) to be 'int's. Simplest solution, but ugly in the source code -- it makes the link between the storage and its type much less

[Freeciv-Dev] [bug #18170] md5 sum broken in trunk on sparc64

2011-06-12 Thread Jacob Nevins
Follow-up Comment #6, bug #18170 (project freeciv): Such an option is really rarely needed, and really shouldn't be used by accident, so I wonder if it should be commandline-option at all or only in database access configuration file (I haven't checked new authentication database access