Complete.Org: Mailing Lists: Archives: freeciv-dev: December 1998:
Re: [Freeciv-Dev] GTK+ client for 1.7.2 (when will it come)
Home

Re: [Freeciv-Dev] GTK+ client for 1.7.2 (when will it come)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Per Mathisen <permath@xxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: Re: [Freeciv-Dev] GTK+ client for 1.7.2 (when will it come)
From: Vasco Alexandre Da Silva Costa <vasc@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Dec 1998 16:38:15 +0000 (WET)

On Tue, 29 Dec 1998, Per Mathisen wrote:

> I had to make the following change to make it compile:
> 
> --- ../../../freeciv-fic-original/client/gui-gtk/gui_stuff.c    Sun Dec 20 
> 22:41$
> +++ gui_stuff.c Tue Dec 29 12:55:52 1998
> @@ -47,5 +47,5 @@
>    gtk_label_get(GTK_LABEL(w), &str);
>    if(strcmp(str, text)) {
> -    gtk_label_set_text(GTK_LABEL(w), text);
> +    gtk_label_set(GTK_LABEL(w), text);
>    }

This is a GTK+>=1.1.9 thing, i guess you aren't using a GTK+
version >=1.1.9....

> I also had to do a "make maintainer-clean" on the code before it could be
> compiled successfully. It gave all kinds of weird errors before I did
> that, probably because .deps files were included in the tarball.

Oops, i forgot about that one.  Thanks for pointing that out.

---
Vasco Alexandre da Silva Costa, student @ Instituto Superior Tecnico,
Technical University of Lisbon - Software & Computer Engineering



[Prev in Thread] Current Thread [Next in Thread]