Re: [Freeciv-Dev] (PR#20534) FREECIV_DATA_PATH, ${prefix}, and $datadir

2006-12-20 Thread Christian Knoke
http://bugs.freeciv.org/Ticket/Display.html?id=20534 > Jason Dorje Short wrote on Dec 19, 20:39 (-0800): > >> Patch attached. > > > > With your patch V21 SVN compiles, but the game is in english, not german > > (except GTK buttons). > > It used to run in german properly? Compilation of the S2

[Freeciv-Dev] Re: [Freeciv-commits] r12432 - /branches/S2_1/configure.ac

2006-12-20 Thread Christian Knoke
Jason Dorje Short wrote on Dec 20, 00:27 (-): > Author: jdorje > Date: Wed Dec 20 01:27:13 2006 > New Revision: 12432 > > URL: http://svn.gna.org/viewcvs/freeciv?rev=12432&view=rev > Log: > Fix quotations around -DLOCALEDIR parameter for CPPFLAGS. > > Reported by Christian Knoke as part of PR

Re: [Freeciv-Dev] (PR#20534) FREECIV_DATA_PATH, ${prefix}, and $datadir

2006-12-20 Thread Egor Vyscrebentsov
http://bugs.freeciv.org/Ticket/Display.html?id=20534 > On Wed, 20 Dec 2006 Christian Knoke wrote: > Jason Dorje Short wrote on Dec 19, 20:39 (-0800): > > >> Patch attached. > > > > > > With your patch V21 SVN compiles, but the game is in english, not german > > > (except GTK buttons). > > > > I

[Freeciv-Dev] (PR#29557) segfault with SDL client on Mac OS X

2006-12-20 Thread Christian Prochaska
http://bugs.freeciv.org/Ticket/Display.html?id=29557 > > [dmarks - Mi 20. Dez 2006, 01:18:32]: > > On 12/20/06, Christian Prochaska <[EMAIL PROTECTED]> > wrote: > > > > So it seems there is a problem with antialiased zooming. Does the > > attached patch make the other missing images visible? > >

Re: [Freeciv-Dev] Re: (PR#20534) FREECIV_DATA_PATH, ${prefix}, and $datadir

2006-12-20 Thread Christian Knoke
http://bugs.freeciv.org/Ticket/Display.html?id=20534 > Jason Dorje Short wrote on Dec 19, 20:53 (-0800): > > Bleh. We can't just change AC_PREREQ to 2.60? Do people using the SVN > code still have older versions? I use 2.59 in Debian Sarge. Christian -- Christian Knoke* * *

Re: [Freeciv-Dev] (PR#20534) FREECIV_DATA_PATH, ${prefix}, and $datadir

2006-12-20 Thread Christian Knoke
http://bugs.freeciv.org/Ticket/Display.html?id=20534 > Egor Vyscrebentsov wrote on Dec 20, 03:59 (-0800): > > > Compilation of the S2_1 branch was fixed (for me) with the patch from > > PR25944 around Dec, 9th. It broke again on Dec, 16 with the patch from > > PR20534. With Christian P.'s patch

Re: [Freeciv-Dev] (PR#20534) FREECIV_DATA_PATH, ${prefix}, and $datadir

2006-12-20 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=20534 > Egor Vyscrebentsov wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=20534 > > > On Wed, 20 Dec 2006 Christian Knoke wrote: >> Jason Dorje Short wrote on Dec 19, 20:39 (-0800): > Patch attached. With your patch V21 SVN compile

Re: [Freeciv-Dev] (PR#20534) FREECIV_DATA_PATH, ${prefix}, and $datadir

2006-12-20 Thread Christian Knoke
http://bugs.freeciv.org/Ticket/Display.html?id=20534 > Jason Dorje Short wrote on Dec 20, 10:46 (-0800): > > http://bugs.freeciv.org/Ticket/Display.html?id=20534 > > > Egor Vyscrebentsov wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=20534 > > > > > On Wed, 20 Dec 2006 Christian Kno

[Freeciv-Dev] (PR#30483) 2.1.0b2: Mouse Goto with AWACS causes client crash

2006-12-20 Thread Kevin Benton
http://bugs.freeciv.org/Ticket/Display.html?id=30483 > Moving the AWACS was not a problem until this beta. I have not tried this yet with other aircraft though I will after I finish filing this bug. ___ Freeciv-dev mailing list Freeciv-dev@gna.org ht

[Freeciv-Dev] (PR#30483) 2.1.0b2: Mouse Goto with AWACS causes client crash

2006-12-20 Thread Kevin Benton
http://bugs.freeciv.org/Ticket/Display.html?id=30483 > > [s1kevin - Wed Dec 20 23:05:32 2006]: > > > [s1kevin - Wed Dec 20 21:02:49 2006]: > > > > Moving the AWACS was not a problem until this beta. I have not tried > > this yet with other aircraft though I will after I finish filing this bug.

[Freeciv-Dev] (PR#30483) 2.1.0b2: Mouse Goto with AWACS causes client crash

2006-12-20 Thread Kevin Benton
http://bugs.freeciv.org/Ticket/Display.html?id=30483 > > Building a fighter and bomber to reproduce... > > BTW - the client and versions are 2.1.0b2 (Win32 GTK) and the host OS is > Windows XP Pro on a Compaq Presario v2405 w/ 1GB of RAM. Unable to reproduce with Figher / Bomber as well, though

[Freeciv-Dev] (PR#30525) larger flags in the SDL client

2006-12-20 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=30525 > On 12/20/06, Christian Prochaska <[EMAIL PROTECTED]> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=29557 > > > > [dmarks - Mi 20. Dez 2006, 01:18:32]: > > > > On 12/20/06, Christian Prochaska <[EMAIL PROTECTED]> > > wrote: > > > >

[Freeciv-Dev] (PR#30483) 2.1.0b2: Mouse Goto with AWACS causes client crash

2006-12-20 Thread Kevin Benton
http://bugs.freeciv.org/Ticket/Display.html?id=30483 > > [s1kevin - Wed Dec 20 23:53:39 2006]: > > > Building a fighter and bomber to reproduce... > > > > BTW - the client and versions are 2.1.0b2 (Win32 GTK) and the host OS is > > Windows XP Pro on a Compaq Presario v2405 w/ 1GB of RAM. > > U

[Freeciv-Dev] Re: (PR#29557) segfault with SDL client on Mac OS X

2006-12-20 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=29557 > On 12/20/06, Christian Prochaska <[EMAIL PROTECTED]> wrote: > > > > > > The SDL client crashes semi-randomly on Mac OS X (10.3.9), but there > > > > > is one segfault that is 100% reproducible: Go to 'video options' and > > > > > chose 1024x7

Re: [Freeciv-Dev] (PR#30483) 2.1.0b2: Mouse Goto with AWACS causes client crash

2006-12-20 Thread Kevin Benton
http://bugs.freeciv.org/Ticket/Display.html?id=30483 > Kevin Benton wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=30483 > > > >> [s1kevin - Wed Dec 20 23:53:39 2006]: >> >> >>> Building a fighter and bomber to reproduce... >>> >>> BTW - the client and versions are 2.1.0b2 (Win32

[Freeciv-Dev] (PR#30483) 2.1.0b2 Mouse goto with Air units causes client crash

2006-12-20 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=30483 > > [s1kevin - Thu Dec 21 01:27:01 2006]: > > > Can someone with appropriate permissions please change the subject on > this bug to 2.1.0b2 Mouse goto with Air units causes client crash ? > Done! --Daniel