> 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... _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice