[Libreoffice-bugs] [Bug 141896] SDK example DocumentLoader complains about the lack of /libmergedlo.so
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat May 8 23:35:24 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=141896
--- Comment #3 from Hossein <hossein.ir at gmail.com> ---
By setting "bootstrap variables", the problem goes away.
Using shell script, URE_BOOTSTRAP environment variable can be set:
export
URE_BOOTSTRAP=vnd.sun.star.pathname:/opt/libreoffice7.1/program/fundamentalrc
In C++ code, one can use:
Bootstrap::set("URE_BOOTSTRAP",
"vnd.sun.star.pathname:/opt/libreoffice7.1/program/fundamentalrc");
It should be noted that in the latest build of LO master, I do not have such
problem. Even in that situation, setsdkenv_unix does not set URE_BOOTSTRAP.
Some information about the bootstrap settings for applications can be read
here:
/opt/libreoffice7.1/sdk/include/rtl/bootstrap.h
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210508/58f126c6/attachment.htm>
More information about the Libreoffice-bugs
mailing list