[Libreoffice] Errors building Animation
Caolán McNamara
caolanm at redhat.com
Tue Jul 12 01:04:51 PDT 2011
On Mon, 2011-07-11 at 21:17 -0700, Joseph Powers wrote:
> Matus,
>
>
> You removed component_getImplementationEnvironment in your patch
> 552bb0d5fc2e2d4b0934a9f7f017785962669fbb, While I don't really miss
> the function, some one seems to. From the looks of things, it appears
> like we have a list somewhere that insists that the function should be
> exported. Does anyone know where this list is? (I'm think it would be
> better to fix the list then to just add the code back in.)
It must be from solenv/src/unloadablecomponent.map given
source/animcore/makefile.mk
I suggest you try something like...
coping solenv/src/unloadablecomponent.map to e.g.
solenv/src/unloadablecomponent-merged.map
removing component_getImplementationEnvironment from that copy and
change solenv/src/unloadablecomponent.map in source/animcode/makefile.mk
to solenv/src/unloadablecomponent-merge.map
C.
More information about the LibreOffice
mailing list