Complete.Org: Mailing Lists: Archives: freeciv-dev: October 1999:
[Freeciv-Dev] Problem with science report popup (PR#143)
Home

[Freeciv-Dev] Problem with science report popup (PR#143)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Problem with science report popup (PR#143)
From: ronis@xxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 4 Oct 1999 19:03:34 -0700 (PDT)

Full_Name: David Ronis
Version: cvs version 4-10-99
OS: linux 2.2.12
Submission from: (NULL) (132.206.20.55)


I'm running on a glibc2 system (recently converted from libc5 to glibc-2.1.2)
I rebuilt all of the required libraries (using gcc-2.95.1).

When playing, somethimes the technology report popup comes up with the
wrong size (always too small).  This seems fairly random--it can happen
several times in a row or not at all.  However it seems more likely
when several popups get triggered at the beginning of a turn (e.g.,
science, caravan arrived, city in disorder).

Here's what ldd shows about the libraries I've linked in:

        libgdk_imlib.so.1 => /usr/local/lib/libgdk_imlib.so.1 (0x4001b000)
        libgtk-1.2.so.0 => /usr/local/lib/libgtk-1.2.so.0 (0x40049000)
        libgdk-1.2.so.0 => /usr/local/lib/libgdk-1.2.so.0 (0x40190000)
        libgmodule-1.2.so.0 => /usr/local/lib/libgmodule-1.2.so.0 (0x401d1000)
        libglib-1.2.so.0 => /usr/local/lib/libglib-1.2.so.0 (0x401d4000)
        libdl.so.2 => /lib/libdl.so.2 (0x401f9000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x401fc000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40204000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40212000)
        libm.so.6 => /lib/libm.so.6 (0x402d7000)
        libc.so.6 => /lib/libc.so.6 (0x402f6000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 

(In particular, the minor of libg[td]k is 1.2.2).  I also used to get some 
sort of warning that some widget arguments (g[dt]k I believe) are invalid;
specically numbers like (unsigned short)(-1), although this didn't happen
in an hour of playing with the current cvs.

My guess is that some widget parameter is either not declared static or 
is not typed correctly.





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Problem with science report popup (PR#143), ronis <=