[Libreoffice] Error compilation on sc
Caolán McNamara
caolanm at redhat.com
Fri Dec 10 01:01:55 PST 2010
On Thu, 2010-12-09 at 22:42 +0100, Julien Nabet wrote:
> Hello,
>
> Since today when i compile, i've got this in sc module :
> Entering /home/serval/libreoffice-source/libo/sc/source/ui/unoobj
>
> `../../../unxlngi6.pro/slo/chart2uno.obj' is up to date
> Entering /home/serval/libreoffice-source/libo/sc/util
>
> Making: scalc3c.lib
> Making: libscli.so
> : ERROR:
> /home/serval/libreoffice-source/libo/solver/330/unxlngi6.pro/lib/libtkli.so:
> undefined symbol:
> _ZN3vcl15ImageRepository9loadImageERKN3rtl8OUStringER8BitmapExb
> dmake: Error code 1, while making '../unxlngi6.pro/lib/libscli.so'
c++filt _ZN3vcl15ImageRepository9loadImageERKN3rtl8OUStringER8BitmapExb
vcl::ImageRepository::loadImage(rtl::OUString const&, BitmapEx&, bool)
loadImage had two extra args added to it yesterday, so I suspect that
some dependency quick didn't kick in. (assuming that you're building an
up-to-date g pulled master). And that the call of loadImage in toolkit's
libtk didn't get rebuilt.
Personally I'd
touch /home/serval/libreoffice-source/libo/toolkit/source/helper/tkresmgr.cxx
and run make again on the basis that tkresmgr is the only .cxx in
toolkit that calls loadImage so touching it will force a rebuild of
that.
C.
More information about the LibreOffice
mailing list