[Freeciv-Dev] (PR#39849) strcasestr warning

2007-11-27 Thread Jason Short
http://bugs.freeciv.org/Ticket/Display.html?id=39849 > Oops. Your AC_GNU_SOURCE macro works and compiles fine but some time later I notice the cryptic warning + running aclocal ... configure.ac:168: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE ../../lib/autoconf/specific.m4:331: A

Re: [Freeciv-Dev] (PR#39922) BUG: keys operate units with map not in focus

2007-11-27 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=39922 > William Allen Simpson wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=39922 > > > To replicate, try any report (such as F1) and then accidentally hit > space or escape or any other unit command key. The action happens > in the main

[Freeciv-Dev] (PR#39922) BUG: keys operate units with map not in focus

2007-11-27 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39922 > To replicate, try any report (such as F1) and then accidentally hit space or escape or any other unit command key. The action happens in the main map invisibly. ___ Freeciv-dev mailing list Free

[Freeciv-Dev] (PR#39917) Diplomacy model bug: War as default relation for (previously) uncontacted allies of allies

2007-11-27 Thread Jason Short
http://bugs.freeciv.org/Ticket/Display.html?id=39917 > > [per - Tue Nov 27 07:08:39 2007]: > There are two ways to fix this: > - When you first meet an ally of your ally, the default state is > cease-fire (brokered by your ally), and perhaps an offer of peace. > - Or, when your ally allies som

Re: [Freeciv-Dev] (PR#39849) strcasestr warning

2007-11-27 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=39849 > Egor Vyscrebentsov wrote: > Main thought here is that we have different includes while configuring > and while compiling, and this may affects. The compiler notification is only a warning...the compilation will succeed if -Werror is not on

[Freeciv-Dev] (PR#39921) [Patch] Fix gettext checks

2007-11-27 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39921 > Output of recent 'xgettext --version' differs from what configure check expects. Attached patch works for me. - ML diff -Nurd -X.diff_ignore freeciv/configure.ac freeciv/configure.ac --- freeciv/configure.ac 2007-11-27 21:57:37.0

Re: [Freeciv-Dev] (PR#39849) strcasestr warning

2007-11-27 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39849 > On 27/11/2007, Jason Short <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED] - Tue Nov 27 17:48:50 2007]: > > > > On 27/11/2007, Marko Lindqvist wrote: > > > Now I got this same error in Ubuntu system. > > > > > > It seems that user has to

Re: [Freeciv-Dev] (PR#39849) strcasestr warning

2007-11-27 Thread Egor Vyscrebentsov
http://bugs.freeciv.org/Ticket/Display.html?id=39849 > On Tue, 27 Nov 2007 10:10:57 -0800 Jason Short wrote: > > [cazfi74 - Tue Nov 27 17:48:50 2007]: > > On 27/11/2007, Marko Lindqvist wrote: > > > Now I got this same error in Ubuntu system. > > > > > > It seems that user has to define "_GNU_

[Freeciv-Dev] (PR#39849) strcasestr warning

2007-11-27 Thread Jason Short
http://bugs.freeciv.org/Ticket/Display.html?id=39849 > > [EMAIL PROTECTED] - Tue Nov 27 17:48:50 2007]: > > On 27/11/2007, Marko Lindqvist wrote: > > Now I got this same error in Ubuntu system. > > > > It seems that user has to define "_GNU_SOURCE" for "__USE_GNU" to > be defined. > > > > No

[Freeciv-Dev] (PR#39919) freeze on Haiku (formaly openbeos)

2007-11-27 Thread Jason Short
http://bugs.freeciv.org/Ticket/Display.html?id=39919 > Can you kill it with a SEGV and get a backtrace? Or run within gdb? And yeah, disabling sound might be wise...sound really shouldn't crash though. -jason ___ Freeciv-dev mailing list Freeciv-de

Re: [Freeciv-Dev] (PR#39916) Diplomacy proposals last after end of turn

2007-11-27 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=39916 > Per I. Mathisen wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=39916 > > > On 11/26/07, Ulrik Sverdrup <[EMAIL PROTECTED]> wrote: >> If not answered, the initial Ceasefire proposal tabs are still not >> closed after end of turn. >

Re: [Freeciv-Dev] (PR#39919) freeze on Haiku (formaly openbeos)

2007-11-27 Thread Erik Johansson
http://bugs.freeciv.org/Ticket/Display.html?id=39919 > On Nov 27, 2007 1:39 PM, <> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39919 > > > Running civclient from bash gives the output as stated in the attached > file. The first screen shows up but after that I'm not getting any > r

Re: [Freeciv-Dev] (PR#39849) strcasestr warning

2007-11-27 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39849 > On 27/11/2007, Marko Lindqvist wrote: > Now I got this same error in Ubuntu system. > > It seems that user has to define "_GNU_SOURCE" for "__USE_GNU" to be defined. > > No idea how it always gets set at configure time. Patch to define i

Re: [Freeciv-Dev] (PR#39849) strcasestr warning

2007-11-27 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39849 > Now I got this same error in Ubuntu system. It seems that user has to define "_GNU_SOURCE" for "__USE_GNU" to be defined. > ( export CFLAGS="-D_GNU_SOURCE" && ./autogen.sh && make) works No idea how it always gets set at configure ti

Re: [Freeciv-Dev] (PR#39849) strcasestr warning

2007-11-27 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39849 > On 10/11/2007, Jason Dorje Short <[EMAIL PROTECTED]> wrote: > > #ifdef __USE_GNU which is > presumably being left undefined somehow in compilation while it was > defined properly during the configure check. I had similar problems in debian

Re: [Freeciv-Dev] (PR#39849) strcasestr warning

2007-11-27 Thread Egor Vyscrebentsov
http://bugs.freeciv.org/Ticket/Display.html?id=39849 > On Fri, 9 Nov 2007 22:26:56 -0800 Jason Dorje Short wrote: > Jason Dorje Short wrote: > > > > William Allen Simpson wrote: > >> > >> Naive trunk implementation: > > > > Naive is fine but you forgot to add the check to configure.ac. Attach

[Freeciv-Dev] (PR#39920) freeze on Haiku (formaly openbeos)

2007-11-27 Thread
http://bugs.freeciv.org/Ticket/Display.html?id=39920 > Running civclient from bash gives the output as stated in the attached file. The first screen shows up but after that I'm not getting any respons ... and need to kill the thread. freeciv_log Description: Binary data

[Freeciv-Dev] (PR#39919) freeze on Haiku (formaly openbeos)

2007-11-27 Thread
http://bugs.freeciv.org/Ticket/Display.html?id=39919 > Running civclient from bash gives the output as stated in the attached file. The first screen shows up but after that I'm not getting any respons ... and need to kill the thread. freeciv_log Description: Binary data

Re: [Freeciv-Dev] (PR#39722) gcc-4.2 -O2 compile fails as predicted

2007-11-27 Thread Castanier Carl
http://bugs.freeciv.org/Ticket/Display.html?id=39722 > 2007/11/27, Daniel Markstedt <[EMAIL PROTECTED]>: > > > http://bugs.freeciv.org/Ticket/Display.html?id=39722 > > > On Nov 27, 2007 5:44 PM, Jordi Negrevernis i Font > <[EMAIL PROTECTED]> wrote: > > > > http://bugs.freeciv.org/Ticket/Display.h

Re: [Freeciv-Dev] (PR#39866) Tracking 2.1.1 release

2007-11-27 Thread Egor Vyscrebentsov
http://bugs.freeciv.org/Ticket/Display.html?id=39866 > On Sat, 24 Nov 2007 17:54:15 -0800 William Allen Simpson wrote: > Thought I'd report that the x11 client still compiles and runs. > Unfortunately, I don't seem to remember how to get it running a game Connecting to already started serve

Re: [Freeciv-Dev] (PR#39722) gcc-4.2 -O2 compile fails as predicted

2007-11-27 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39722 > On Nov 27, 2007 5:44 PM, Jordi Negrevernis i Font <[EMAIL PROTECTED]> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39722 > > > William Allen Simpson wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39722 > > > > > Castan

Re: [Freeciv-Dev] (PR#39722) gcc-4.2 -O2 compile fails as predicted

2007-11-27 Thread Jordi Negrevernis i Font
http://bugs.freeciv.org/Ticket/Display.html?id=39722 > William Allen Simpson wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=39722 > > > Castanier Carl wrote: > >> ho, sorry was a pepeto comment :) you can't read them :) >> Anyway, I can't talk about it since I can't read any tickets a