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: freeciv-dev@xxxxxxxxxxx
Subject: Re: [Freeciv-Dev] GTK+ client for 1.7.2 (when will it come)
From: Per Mathisen <permath@xxxxxxxxxxx>
Date: Tue, 29 Dec 1998 13:14:42 +0100 (MET)

On Mon, 28 Dec 1998, Vasco Alexandre Da Silva Costa wrote:
> I'm having 4 wonderfull *yuck* end of semester exams next week

Good luck!

>, so work on
> the GTK+ client for 1.7.2 will only surface January 12th or soon after.

I will see what I can do.

> If you wanna play with that, remember the cvs based version is in my

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);
   }

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.

Yours,
Per



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