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


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.


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.