vclplug_svp build error with --enable-headless

Riccardo Magliocchetti riccardo.magliocchetti at gmail.com
Fri May 24 00:04:34 PDT 2013


Hi Matus,

Il 23/05/2013 22:10, Matúš Kukan ha scritto:
> On 23 May 2013 17:21, Riccardo Magliocchetti
> <riccardo.magliocchetti at gmail.com>  wrote:
>> i need this to unbreak --enable-headless compilation (still compiling) with
>> latest master but it puzzles me the other vclplug entries doesn't need the
>> same check, any hint on what --enable-headless is doing wrong since this
>> does not break other GUIBASEs?
>>
>> diff --git a/Repository.mk b/Repository.mk
>> index c6a779d..97bcece 100644
>> --- a/Repository.mk
>> +++ b/Repository.mk
>> @@ -431,7 +431,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
>>       vclplug_tde \
>>       vclplug_kde \
>>       vclplug_kde4 \
>> -    vclplug_svp \
>> +    $(if $(filter unx,$(GUIBASE)),vclplug_svp) \
>
> Why do you need this ? What does it fix ?
> I don't see any obvious reason for this... nor how it could be related
> to --enable-headless

Yeah, sorry the error is something like there's not an entry for 
vclplug_svp to deliver, the path of the missing file is in solenv.

thanks,
riccardo


More information about the LibreOffice mailing list