https://bugs.documentfoundation.org/show_bug.cgi?id=156914
Bug ID: 156914
Summary: LibreOffice 7.6.0.3 fails to build with --without-java
Product: LibreOffice
Version: 7.6.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
While 7.5.5.2 built fine with --without-java, 7.6.0.3 started to fail to build
with that:
[build CXX] cui/source/options/optlingu.cxx
/var/tmp/paludis/build/app-office-libreoffice-7.6.0.3/work/libreoffice-7.6.0.3/cui/source/options/optjava.cxx:
In member function 'void SvxJavaClassPathDlg::SetClassPath(co
nst rtl::OUString&)':
/var/tmp/paludis/build/app-office-libreoffice-7.6.0.3/work/libreoffice-7.6.0.3/cui/source/options/optjava.cxx:945:29:
error: 'jfw_convertUserPathList' was not declared in this scope
945 | std::vector paths = jfw_convertUserPathList(_rPath);
| ^~~~~~~~~~~~~~~~~~~~~~~
#include <jvmfwk/framework.hxx> is behind "#if HAVE_FEATURE_JAVA" but
"jfw_convertUserPathList" is not, causing the build failure.
--
You are receiving this mail because:
You are the assignee for the bug.