Build broken with --enable-headless

Riccardo Magliocchetti riccardo.magliocchetti at gmail.com
Fri Nov 7 06:08:37 PST 2014


Il 07/11/2014 12:51, tarungoyal ha scritto:
> Hi Riccardo,
>
> Thanks for the patch. I think a little modification is required.
>
> $(if $(ENABLE_HEADLESS),, \ must be modified to: $(if ! $(ENABLE_HEADLESS),,
> \

Nope, the original patch was fine :)
The if syntax is: conditional,true branch,false branch

> Also after making this change I got this error:
> Test name: testFdo37606Copy::Import
> equality assertion failed
> - Expected: 2
> - Actual  : 1
>
> Failures !!!
> Run: 20   Failure total: 1   Failures: 1   Errors: 0

I'd say that it's fine for us to ignore that since it's a c&p bug where
we well maybe not implementing all the interfaces.

thanks,
riccardo


More information about the LibreOffice mailing list