[Libreoffice] Error compilation on sc

Caolán McNamara caolanm at redhat.com
Sun Dec 12 05:57:53 PST 2010


On Sat, 2010-12-11 at 00:18 +0100, Julien Nabet wrote:
> /home/serval/libreoffice-source/libo/solver/330/unxlngi6.pro/lib/libforuili.so: 
> undefined symbol: _ZN7TabPage16CreateAccessibleEv

c++filt _ZN7TabPage16CreateAccessibleEv
TabPage::CreateAccessible()

So at least we can get the name of the "missing" symbol

There's some broken dependency somewhere and something isn't getting
rebuilt. So this symbol used to exist in vcl but thorsten removed it,
and apparently something didn't get rebuilt even though it should have.
Can't quite guess what the missing dependency might be however.

A rm -rf vcl/unxlngi6.pro and remake might force the issue through.

C.



More information about the LibreOffice mailing list