On 13/07/14 19:36, Marina Latini wrote:
> 
> 
> Tried without success (with master sources updated before the build). :(
> 
> [build CXX] xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx
> /home/build/sources/LibreOffice/libreoffice/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx:
>  In member function ‘virtual sal_Int32 
> SecurityEnvironment_NssImpl::verifyCertificate(const 
> com::sun::star::uno::Reference<com::sun::star::security::XCertificate>&, 
> const 
> com::sun::star::uno::Sequence<com::sun::star::uno::Reference<com::sun::star::security::XCertificate>
>  >&)’:
> /home/build/sources/LibreOffice/libreoffice/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx:732:66:
>  error: ‘__CERT_NewTempCertificate’ was not declared in this scope
>                                             PR_TRUE  /* copyDER */);
>                                                                   ^
> make[1]: *** 
> [/home/build/sources/LibreOffice/libreoffice/workdir/CxxObject/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.o]
>  Errore 1
> make[1]: *** Attesa per i processi non terminati....

can you try to build with the attached patch, it should create a
preprocessed file
"workdir/CxxObject/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.o.ii"
that perhaps contains a clue about what is going on...

> This is my autogen.lastrun
> 
> --enable-pch

does removing the --enable-pch do anything about the problem?

diff --git a/solenv/gbuild/platform/com_GCC_class.mk b/solenv/gbuild/platform/com_GCC_class.mk
index 6c8c574..037d940 100644
--- a/solenv/gbuild/platform/com_GCC_class.mk
+++ b/solenv/gbuild/platform/com_GCC_class.mk
@@ -54,8 +54,8 @@ $(call gb_Helper_abbreviate_dirs,\
 		$(if $(WARNINGS_NOT_ERRORS),,$(gb_CFLAGS_WERROR)) \
 		$(if $(COMPILER_PLUGINS),$(gb_COMPILER_PLUGINS)) \
 		$(2) \
-		-c $(3) \
-		-o $(1) \
+		-E $(3) \
+		-o $(1).ii \
 		$(call gb_cxx_dep_generation_options,$(1),$(4)) \
 		-I$(dir $(3)) \
 		$(INCLUDE) \
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to