Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2006 22:35:32 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        freebsd-openoffice@FreeBSD.org
Cc:        releases@openoffice.org
Subject:   Re: OpenOffice.org 2.0.3rc5 package for FreeBSD/amd64
Message-ID:  <200606142235.38781.jkim@FreeBSD.org>
In-Reply-To: <20060614.063241.74744427.chat95@mac.com>
References:  <20060614.063241.74744427.chat95@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 13 June 2006 05:32 pm, NAKATA Maho wrote:
> still there are some critical issues, though.
> o use KDE instead of GTK

Source:	vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx

I think GTK_WIDGET_DRAWABLE() check is missing and 
gtk_widget_style_get() causes SIGSEGV at libglib-2.0.so when the 
widget is not drawable.  I was able to run it by adding more checks.

> o XIM must be killed

Source:	vcl/unx/source/app/i18n_ic.cxx

XIMStatusCallbacks and XIMPreeditCallbacks cause SIGSEGV at libX11.so.  
I don't know how to fix it but you can work around it by skipping 
them.  XIM seems to work without them.

I have no idea how they work on i386.  Anybody with more clues, please 
fix them.  I mean, correctly.

Thanks,

Jung-uk Kim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606142235.38781.jkim>