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


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

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.