Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


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.magliocchetti@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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.