Hi Tarun,

Il 05/11/2014 11:05, Riccardo Magliocchetti ha scritto:
ERROR Message:
libreoffice_4_2/core/solenv/gbuild/ComponentTarget.mk:51: ***
No LIBFILENAME set at component target:
/usr/local/google/home/tarungoyal/Downloads/libreoffice_4_2/core/workdir/ComponentTarget/vcl/vcl.unx.component.

This should be fixed by the attached patch.

thanks,
riccardo
>From ba2522680d635a573f6075c180fe80c7ceff3008 Mon Sep 17 00:00:00 2001
From: Riccardo Magliocchetti <riccardo.magliocche...@gmail.com>
Date: Wed, 5 Nov 2014 14:27:15 +0100
Subject: [PATCH] sw: Fixup headless build

Don't include vcl.unx component since it is not provided by the
headless build.

Change-Id: I730cf752ddc6e40b1e8c986e4c1f44a950757895
---
 sw/CppunitTest_sw_uiwriter.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk
index 721cbf6..a917645 100644
--- a/sw/CppunitTest_sw_uiwriter.mk
+++ b/sw/CppunitTest_sw_uiwriter.mk
@@ -74,7 +74,9 @@ $(eval $(call gb_CppunitTest_use_components,sw_uiwriter,\
     unoxml/source/service/unoxml \
     uui/util/uui \
     $(if $(filter-out MACOSX WNT,$(OS)), \
-        vcl/vcl.unx \
+        $(if $(ENABLE_HEADLESS),, \
+            vcl/vcl.unx \
+        ) \
     ) \
     $(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
     xmloff/util/xo \
-- 
1.9.1

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to