Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


On Wed, 2013-05-29 at 06:04 +0000, John Frankish wrote:
-----Original Message-----
From: John Frankish
Sent: Sunday, 26 May, 2013 09:35
To: 'libreoffice@lists.freedesktop.org'
Subject: libreoffice-4.0.3 fails to build

On an x86_64 machine, using gcc-4.6.1 and binutils-2.21.1,
libreoffice-4.0.3 fails to build - please see details below.

Any troubleshooting recommendations would be gratefully received.

Well, FWIW c++filt
_ZN19ScVbaCollectionBaseIN4cppu15WeakImplHelper1IN3ooo3vba11XColle
ctionEEEE4ItemERKN3com3sun4star3uno3AnyESD_

gives

ScVbaCollectionBase<cppu::WeakImplHelper1<ooo::vba::XCollection>
::Item(com::sun::star::uno::Any const&, com::sun::star::uno::Any
const&)

and those are from include/vbahelper/vbacollectionimpl.hxx (or
vbahelper/inc/vbahelper/vbacollectionimpl.hxx) for 4.0.X

I kind of suspect this is visibility related, so maybe adding various
VBAHELPER_DLLPUBLIC stuff to ScVbaCollectionBase might help and/or
turning off visiblility support totally with hacking config_host.mk and
removing the =TRUE after HAVE_GCC_VISIBILITY_FEATURE and doing a clean
make with that turned off.

Thanks for the suggestion.

I tried with both 4.0.3 and 4.0.4.1 and both still fail with the same error message...


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.