https://bugs.documentfoundation.org/show_bug.cgi?id=170932

Michael Weghorn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #2 from Michael Weghorn <[email protected]> ---
(In reply to Michael Weghorn from comment #1)
> Don't have an `--enable-headless` build on Windows at hand (and got some
> build error in a quick try with current master), but does starting with env
> var SAL_USE_VCLPLUGIN=win make any difference (in which case adjusting the
> logic in vcl/source/app/salplug.cxx to make sure that the the "win" vcl
> plugin gets a higher priority than the "svp" one might maybe be a potential
> solution)?

A clean build worked, and the problem is a bit different: The "win" vcl plugin
currently simply isn't built when headless is enabled, as seen e.g. in
vcl/Module_vcl.mk:

    ifeq ($(OS)-$(USE_HEADLESS_CODE),WNT-)
    $(eval $(call gb_Module_add_targets,vcl,\
        Library_vclplug_win \
    ))
    endif

I'll try whether enabling that (there and in a few couple other places) is
already sufficient.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to