ports/84787: editors/openoffice-1.1: problem with
crash_report, ~/OpenOffice.org1.1.5/user/config/soffice.cfg
NAKATA Maho
chat95 at mac.com
Sat Aug 13 04:37:38 GMT 2005
hello,
This is known issue #i22253# (unfortunately I don't remember why
without this patch, OOo works for me)
could you please try this patch?
Index: bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx
===================================================================
RCS file: /cvs/udk/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx,v
retrieving revision 1.4
diff -u -r1.4 except.cxx
--- bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx 28 Apr 2003 16:41:25 -0000 1.4
+++ bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx 13 Aug 2005 04:40:14 -0000
@@ -182,7 +182,7 @@
buf.append( 'E' );
OString symName( buf.makeStringAndClear() );
- rtti = (type_info *)dlsym( m_hApp, symName.getStr() );
+ rtti = (type_info *)dlsym( RTLD_DEFAULT, symName.getStr() );
if (rtti)
{
and rebuild again? :(
-- NAKATA, Maho (maho at FreeBSD.org)
More information about the freebsd-openoffice
mailing list