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


On 17.02.2015 06:25, Tor Lillqvist wrote:

No idea what causes your MAX_FALLBACK issue. It is clearly defined in
vcl/inc/magic.h: #define MAX_FALLBACK 16. Quite possibly, your
VALGRIND_CFLAGS, or some other special thing you do, causes some other
magic.h to be included instead.

Vlad, in case you're still having trouble with that you can debug that
by applying the attached patch and checking the generated file
workdir/CxxObject/vcl/source/font/PhysicalFontCollection.o.ii
to see which "magic.h" was included.
diff --git a/solenv/gbuild/platform/com_GCC_class.mk b/solenv/gbuild/platform/com_GCC_class.mk
index 0ce02d6..9a8cddb 100644
--- a/solenv/gbuild/platform/com_GCC_class.mk
+++ b/solenv/gbuild/platform/com_GCC_class.mk
@@ -55,8 +55,8 @@ $(call gb_Helper_abbreviate_dirs,\
                $(if $(5),$(gb_COMPILER_PLUGINS)) \
                $(2) \
                $(if $(EXTERNAL_CODE),$(gb_CXXFLAGS_Wundef),$(gb_DEFS_INTERNAL)) \
-               -c $(3) \
-               -o $(1) \
+               -E $(3) \
+               -o $(1).ii \
                $(call gb_cxx_dep_generation_options,$(1),$(4)) \
                -I$(dir $(3)) \
                $(INCLUDE) \

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.