Date: Thu, 3 May 2012 21:52:38 +0200 From: Baptiste Daroussin <bapt@freebsd.org> To: Jung-uk Kim <jkim@freebsd.org> Cc: ports@freebsd.org, office@freebsd.org Subject: Re: libreoffice on FreeBSD needs you :) Message-ID: <20120503195238.GD56106@azathoth.lan> In-Reply-To: <4FA1BB47.1060709@FreeBSD.org> References: <20120430222502.GB95753@azathoth.lan> <4FA1BB47.1060709@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--oj4kGyHlBMXGt3Le Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 02, 2012 at 06:55:03PM -0400, Jung-uk Kim wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > On 2012-04-30 18:25:03 -0400, Baptiste Daroussin wrote: > > Hi, > >=20 > > My time deserved to work to porting LibreOffice to FreeBSD is now > > being very low, I really need help on LibreOffice. > >=20 > > While 3.5.2.2 works quite well on FreeBSD, it still has some know > > issues: - not working with lpd from base (no clue on this for now), > > - fail to compile on recent current (clang 3.1 failure) all the > > fixes should be in libreoffice git master and should be tracked and > > backport >=20 > I was annoyed by this issue and did some research. Actually, at least > there are two problems, the first one is Clang causes ICE with > hwpfilter/source/hbox.cxx. This is because of a regression, which is > only fixed recently: >=20 > http://llvm.org/bugs/show_bug.cgi?id=3D12226 > http://llvm.org/viewvc/llvm-project?view=3Drev&revision=3D154756 >=20 > The second problem is some files (e.g., > editeng/source/editeng/editdbg.cxx, > extensions/source/plugin/base/xplugin.cxx, etc.) cause this error: >=20 > error: invalid suffix on literal; C++11 requires a space between > literal and identifier [-Wreserved-user-defined-literal] >=20 > This is because they use SAL_PRI macros without a space in printf > formats, e.g., >=20 > fprintf( fp, "\nControl: %"SAL_PRIxUINT32, pEE->GetControlWord() ); >=20 > Fortunately, both issues can be simply worked around by not using > C++11 standard, i.e., >=20 > https://redports.org/changeset?reponame=3D&new=3D3489%40jkim%2Feditors%2F= libreoffice%2FMakefile&old=3D3478%40jkim%2Feditors%2Flibreoffice%2FMakefile >=20 > FYI... >=20 > Jung-uk Kim >=20 Wow thank you!!! I asked decke@ to add you to office@ on bsdports so that you can commit on = it Do you want to be part of the office@ team? regards, Bapt --oj4kGyHlBMXGt3Le Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAk+i4gYACgkQ8kTtMUmk6EwPbwCfbGxsn5iDp5Lx7MkMHaCcAnea MbkAoKqWlCidqbVbGHqpaqhIi27K1woN =vZEx -----END PGP SIGNATURE----- --oj4kGyHlBMXGt3Le--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120503195238.GD56106>