[Freeciv-Dev] [bug #19977] Range of trademindist 1-999 is too big for network packet format (UINT8)

2012-10-20 Thread Jacob Nevins
Follow-up Comment #11, bug #19977 (project freeciv): Looks like a typo in the S2_3 patch: in fc_version there's a single capability 'rules_finishedtrademindist_size' (broken over 80 columns). ___ Reply to this item at:

[Freeciv-Dev] cannot compile S2.3 on gentoo amd64

2012-10-20 Thread Michal Mazurek
I'm trying to compile S2.3 on gentoo/amd64, but autogen.sh fails: [22:04:pts/4][dude@bender:~/src/freeciv:14]$ svn info Path: . URL: svn://svn.gna.org/svn/freeciv/branches/S2_3 Repository Root: svn://svn.gna.org/svn/freeciv Repository UUID: a0f10bec-cc02-0410-94fc-a9cfff90b4cd Revision: 21966 Node

Re: [Freeciv-Dev] cannot compile S2.3 on gentoo amd64

2012-10-20 Thread Marko Lindqvist
On 20 October 2012 15:10, Michal Mazurek wrote: > I'm trying to compile S2.3 on gentoo/amd64, but autogen.sh fails: > > [22:05:pts/4][dude@bender:~/src/freeciv:18]$ tail config.log Can you send full config.log? The actual error is way up from the config.h stuff listed in the end, and shown by ta

Re: [Freeciv-Dev] cannot compile S2.3 on gentoo amd64

2012-10-20 Thread Michal Mazurek
On Sat, Oct 20, 2012 at 03:46:43PM +0300, Marko Lindqvist wrote: > On 20 October 2012 15:10, Michal Mazurek wrote: > > I'm trying to compile S2.3 on gentoo/amd64, but autogen.sh fails: > > > > [22:05:pts/4][dude@bender:~/src/freeciv:18]$ tail config.log > > Can you send full config.log? The actu

Re: [Freeciv-Dev] cannot compile S2.3 on gentoo amd64

2012-10-20 Thread Marko Lindqvist
On 20 October 2012 16:16, Michal Mazurek wrote: > > configure:2610: checking build system type > configure:2621: error: /bin/sh bootstrap/config.sub x86_64-unknown-linux- > failed I guess that should be "x86_64-unknown-linux-gnu"? Now where does that broken triplet come from... is it possibly s

[Freeciv-Dev] [patch #1921] Komi nation

2012-10-20 Thread J.M. Maalderink
Update of patch #1921 (project freeciv): Status: Need Info => Ready For Test ___ Follow-up Comment #3: Some edits (file #16706, file #16707)

[Freeciv-Dev] [bug #20254] Code assumes that there's old traderoute(s) when all slots in use

2012-10-20 Thread Marko Lindqvist
URL: Summary: Code assumes that there's old traderoute(s) when all slots in use Project: Freeciv Submitted by: cazfi Submitted on: Sun 21 Oct 2012 01:57:54 AM EEST Category: general

[Freeciv-Dev] [patch #3550] Merge update_rect_at_mouse_pos into move_mapcanvas (patch 11/60)

2012-10-20 Thread Marko Lindqvist
URL: Summary: Merge update_rect_at_mouse_pos into move_mapcanvas (patch 11/60) Project: Freeciv Submitted by: cazfi Submitted on: Sun 21 Oct 2012 02:08:41 AM EEST Category: client-gtk-3.0

[Freeciv-Dev] [patch #3469] Get rid of most deprecated warning

2012-10-20 Thread Marko Lindqvist
Follow-up Comment #36, patch #3469 (project freeciv): I've raised 11/60 as patch #3550 for discussion as from quick glance it seems unacceptable to me. ___ Reply to this item at:

[Freeciv-Dev] [patch #3550] Merge update_rect_at_mouse_pos into move_mapcanvas (patch 11/60)

2012-10-20 Thread RafałMużyło
Follow-up Comment #1, patch #3550 (project freeciv): Well, TBH, there's one major catch here: while things work as-is both in gtk2 and gtk3 clients, technically they only do that due to luck. Even back in gtk2 its devs stressed that *all* of the drawing should be done in 'expose-event' handler. I