https://bugs.documentfoundation.org/show_bug.cgi?id=95197

--- Comment #4 from Michael Stahl <[email protected]> ---
can you try to build the offending file with something like this,
look at workdir/CxxObject/ucb/source/ucp/webdav/SerfGetReqProcImpl.o.ii
maybe it will be obvious then what the problem is,
most likely picking up a wrong system or GCC header somewhere

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) \

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to