From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 29 20:16:08 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41B1816A4CE; Thu, 29 Jan 2004 20:16:08 -0800 (PST) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B5B443D1D; Thu, 29 Jan 2004 20:15:58 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040130041558.GRJF29834.lakemtao05.cox.net@mezz.mezzweb.com>; Thu, 29 Jan 2004 23:15:58 -0500 To: Jeremy Messenger References: <20040130033535.GC73711@xor.obsecurity.org> <1075434389.2929.14.camel@shumai.marcuscom.com> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Thu, 29 Jan 2004 22:15:12 -0600 In-Reply-To: User-Agent: Opera7.23/Linux M2 build 518 cc: FreeBSD GNOME Users cc: Joe Marcus Clarke cc: Kris Kennaway Subject: Re: AbiWord2-2.0.3 broken on alpha 4.x X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 04:16:08 -0000 Ahh, nevermind.. I just now got an email and it said that it has been fixed in the CVS.. Gotta to hunt in the CVS and create a patch, then send it to PR. Cheers, Mezz On Thu, 29 Jan 2004 22:06:47 -0600, Jeremy Messenger wrote: > On Thu, 29 Jan 2004 22:46:29 -0500, Joe Marcus Clarke > wrote: > >> On Thu, 2004-01-29 at 22:35, Kris Kennaway wrote: >>> http://bento.freebsd.org/errorlogs/alpha-4-latest/AbiWord2-2.0.3.log >>> >>> Can you please investigate and/or report to the developers? >> >> The developers know. AbiWord is very anti-64-bit. I think I should >> just mark it only for i386. > > It's kind of off point, but I get the fail build on games/wesnoth (I am > maintainer) too. The error look almost same, but not same. I get this: > > ============================ > widgets/menu.cpp: In method `void gui::menu::handle_event(const > SDL_Event &)': > widgets/menu.cpp:194: reinterpret_cast from `void *const' to `int' loses > precision > widgets/menu.cpp:195: reinterpret_cast from `void *const' to `int' loses > precision > ============================ > > The code looks like: > ============================ > if(event.type == SDL_MOUSEBUTTONDOWN) { > x = event.button.x; > y = event.button.y; > } else { > x = reinterpret_cast(event.user.data1); /* 194 line here */ > y = reinterpret_cast(event.user.data2); > } > ============================ > > Do you think if I add an * in the would solve this wesnoth's > problem on alpha build? > > Example: > ============================ > } else { > - x = reinterpret_cast(event.user.data1); > - y = reinterpret_cast(event.user.data2); > + x = reinterpret_cast(event.user.data1); > + y = reinterpret_cast(event.user.data2); > } > ============================ > > If I am wrong, then nevermind because I have submitted to the Wesnoth's > bug reports list. > > Thanks! > > Cheers, > Mezz > >> Joe >> >>> >>> Kris > > -- bsdforums.org 's moderator, mezz.