[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gaim is broken (was Re: GnomeICU dies)



Actually this is a bug in Gaim itself if your talking about what I'm suspecting.
(been playing with it remotely with X lately).  try this small  patch.

		Phil.


phil@phil [06:55pm] ~/usr/scratch> diff -u gaim-0.9.10/src/buddy.c gaim-0.9.10.n
ew/src/buddy.c
--- gaim-0.9.10/src/buddy.c     Wed Nov  3 21:00:06 1999
+++ gaim-0.9.10.new/src/buddy.c Fri Jan 21 15:07:23 2000
@@ -201,7 +201,7 @@
                 gtk_widget_show(lagometer_box);


-        pct = last_lag_us/100000;
+        pct = (double) last_lag_us/100000;
         pct = 25 * log(pct);

         if (pct < 0)    


On Wed, Jan 26, 2000 at 11:35:45PM +0000, Constantine Vetoshev wrote:
> Related to the gnomeicu issues (well, not really :-)---gaim is also
> broken. The version I have is 0.9.10-1, and it dies with a floating
> exception on my box. I recompiled the package with CFLAGS set to
> -mieee and that fixed the problem. I don't, unfortunately, know enough
> about dpkg to submit a usable patch. If someone could patch it up and
> submit it to master, that'd be awesome. It's irritating to have to
> manually reinstall gaim every time I dist-upgrade.
> 
> Thanks,
> ---Constantine Vetoshev
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-alpha-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

-- 
Mourn the passing of the Mystic Knights.. but revel in their legacy.


Reply to: