Changes between Initial Version and Version 1 of Ticket #18435, comment 1
- Timestamp:
- 08/21/2023 04:56:02 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #18435, comment 1
initial v1 1 If building with -- disable-java, there is a reference in cui/source/options/optjava.cxx to jfw_convertUserPathList that is not guarded with HAVE_FEATURE_JAVA and results in a build failure.1 If building with --without-java, there is a reference in cui/source/options/optjava.cxx to jfw_convertUserPathList that is not guarded with HAVE_FEATURE_JAVA and results in a build failure. 2 2 3 3 The attached patch ifdefs out the whole method where it occurs, since the method SvxJavaClassPathDlg::SetClassPath can't possibly be needed. It may not be the way upstream chooses to fix it but will suffice to work around the build failure.