On 30/11/12 00:44, tino wrote:
This UNO add-in thing turns out a bit too complex for me. I've managed
as far as getting a libpricinglo.so compiled but "make install"
doesn't copy it into destination. Also there's no entry of the new
add-in in services.rdb, which I think is needed. I've already modified
Repository.mk
scaddins/*.mk
postprocess/packcomponents/makefile.mk
solenv/gbuild/extensions/pre_MergedLibsList.mk
but I must be missing something?
you are missing the wonder that is scp2 :-/
that is the thing which defines which files end up where in the
installation; if you don't add it there it won't be installed.
a quick "git grep analysis scp2" points to
scp2/source/calc/file_calc.scp
so you probably need another STD_LIB_FILE line there...
the component should be added to services.rdb by adding it to
postprocess/packcomponents/makefile.mk, and you also need some $(eval
$(call gb_Library_set_componentfile,foo,scaddins/source/foo)) in the
Library makefile, but if the latter is missing then build should break
in postprocess...
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.