Description: I would like to become a LibO developer. My first build from master failed because of: [UIA] modules/swxform ./core/solenv/gbuild/Configuration.mk:171: *** There is no target ./core/workdir/XcuModuleTarget/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers-mysqlc.xcu. Stop. make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:282: build] Error 2 Steps to Reproduce: 1. clone master 2. compile Actual Results: ./core/solenv/gbuild/Configuration.mk:171: *** There is no target ./core/workdir/XcuModuleTarget/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers-mysqlc.xcu. Stop. Expected Results: compilation going through Reproducible: Always User Profile Reset: No Additional Info: I'm on ArchLinux and building with the following options: https://pastebin.com/g4GjqR3A But even building without any config options gives me the above error.
Did you follow this link: https://wiki.documentfoundation.org/Development/BuildingOnLinux ? So for a first build, you shouldn't put as much as elements in autogen.input Also when looking at your autogen.input, I noticed you used: --disable-database-connectivity twice configure.ac indicates this: 989 AC_ARG_ENABLE(database-connectivity, 990 AS_HELP_STRING([--disable-database-connectivity], 991 [Disable various database connectivity. Work in progress, use only if you are hacking on it.]) (see https://opengrok.libreoffice.org/xref/core/configure.ac?r=b4141cad#990) Finally, a build problem shouldn't put in a bugtracker but discussed on LO dev forum or on IRC so putting RESOLVED/INVALID.
Please forgive my this issue, I didn't knew the rules. I've deliberately added --disable-database-connectivity because I hoped it would me around the Drivers-mysqlc.xcu error. Where is this LO dev forum located? Do you mean https://ask.libreoffice.org/de/questions/ ?