Changes between Version 1 and Version 2 of Ticket #18435, comment 1


Ignore:
Timestamp:
08/21/2023 04:56:45 PM (10 months ago)
Author:
martyj19

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18435, comment 1

    v1 v2  
    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.
     1If building --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.
    22
    33The 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.