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


Hi,

do we still support --disable-database-connectivity or should it be removed as once --disable-xmlsecurity?
I am asking because it is currently broken.

First problem is Module_postprocess.mk: Rdb_services is failing to copy the components (that weren't built yet).
While uncommenting that line (temporaly) even more weird problems occur:
https://ci.idaia.de/job/LO-Ubuntu-Head/32/console

Mutiple undefines because many objects in svx are excluded from the build with this condition
in Library_svxcore.mk:

[...]
ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
[...]

while other objects that actually using these objects are always included and the symbols are missing. My first thought was to include the missing objects unconditionally, but that failed because they depends (in svx) on connectivity, that is disabled with --disable-database-connectivity:

svx/inc/svx/dbtoolsclient.hxx
#include <connectivity/virtualdbtools.hxx>

so i gave up and ask your advice how to fix it (or remove that option)?

Thanks
David


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.