Skip to Content.
Sympa Menu

mace-opensaml-users - RE: FW: FW: XMLtooling build problem

Subject: OpenSAML user discussion

List archive

RE: FW: FW: XMLtooling build problem


Chronological Thread 
  • From:
  • To:
  • Subject: RE: FW: FW: XMLtooling build problem
  • Date: Fri, 28 Jul 2006 17:06:25 -0400 (EDT)
  • Importance: Normal

> Hello everyone,
>
> I've been working a little bit on setting up SAML. I think I've got
> all the dependencies squared away but the XMLtooling solution will not
> build and will complain about compilation problems. Please see below.
>
>
>
> Initially, I tried using .NET 2003 to build the app but it quickly
> told me my 2003 was too old. Under 2005 everything seems to working
> fine until I get to some classes that I have not downloaded correctly
> or are not totally up-to-date on the SVN.
>
>
>
> The way I'm subscribed to the SVN is using Ankh,
> and it seems to download everything.
>
>
>
> I haven't really tried building OpenSAML due to xmltooling not working
> at this time.
>
>
>
> Could you suggest something?
>
>
>
> Thanks,
>
> Dobri
>
>
>
>
>
>
>
> ------ Rebuild All started: Project: xmltooling, Configuration: Debug
> Win32 ------
>
> Deleting intermediate and output files for project 'xmltooling',
> configuration 'Debug|Win32'
>
> Compiling...
>
> AbstractAttributeExtensibleXMLObject.cpp
>
> AbstractChildlessElement.cpp
>
> AbstractComplexElement.cpp
>
> AbstractDOMCachingXMLObject.cpp
>
> AbstractXMLObject.cpp
>
> exceptions.cpp
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\except
> ions.cpp(153)
> : warning C4267: 'initializing' : conversion from 'size_t' to 'int',
> possible loss of data
>
> Namespace.cpp
>
> QName.cpp
>
> unicode.cpp
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\unicod
> e.cpp(48)
> : warning C4267: 'initializing' : conversion from 'size_t' to
> 'unsigned int', possible loss of data
>
> XMLObjectBuilder.cpp
>
> XMLToolingConfig.cpp
>
> DateTime.cpp
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\util\d
> atetime.cpp(1486)
> : warning C4267: 'argument' : conversion from 'size_t' to 'const
> unsigned int', possible loss of data
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\util\d
> atetime.cpp(1532)
> : warning C4267: 'argument' : conversion from 'size_t' to 'const
> unsigned int', possible loss of data
>
> NDC.cpp
>
> ParserPool.cpp
>
> Win32Threads.cpp
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\util\w
> in32threads.cpp(383)
> : warning C4311: 'type cast' : pointer truncation from 'void *' to 'DWORD'
>
> XMLConstants.cpp
>
> XMLHelper.cpp
>
> AbstractXMLObjectMarshaller.cpp
>
> AbstractXMLObjectUnmarshaller.cpp
>
> AnyElement.cpp
>
> Generating Code...
>
> Compiling...
>
> UnknownElement.cpp
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\impl\u
> nknownelement.cpp(112)
> : warning C4267: 'argument' : conversion from 'size_t' to 'const
> unsigned int', possible loss of data
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\impl\u
> nknownelement.cpp(177)
> : warning C4267: 'argument' : conversion from 'size_t' to 'const
> unsigned int', possible loss of data
>
> ValidatorSuite.cpp
>
> CredentialResolver.cpp
>
> FilesystemCredentialResolver.cpp
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\signat
> ure\impl\filesystemcredentialresolver.cpp(51)
> : warning C4018: '>' : signed/unsigned mismatch
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\signat
> ure\impl\filesystemcredentialresolver.cpp(54)
> : warning C4267: 'return' : conversion from 'size_t' to 'int',
> possible loss of data
>
> KeyInfoImpl.cpp
>
> KeyInfoSchemaValidators.cpp
>
> SignatureValidator.cpp
>
> XMLSecSignatureImpl.cpp
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\signat
> ure\impl\xmlsecsignatureimpl.cpp(236)
> : error C2664: 'DSIGSignature::createBlankSignature' : cannot convert
> parameter 2 from 'const XMLCh *' to 'canonicalizationMethod'
>
> There is no context in which this conversion is possible
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\signat
> ure\impl\xmlsecsignatureimpl.cpp(240)
> : warning C4267: 'argument' : conversion from 'size_t' to 'const
> unsigned int', possible loss of data
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\signat
> ure\impl\xmlsecsignatureimpl.cpp(329)
> : error C2664: 'DSIGSignature::createBlankSignature' : cannot convert
> parameter 2 from 'const XMLCh *' to 'canonicalizationMethod'
>
> There is no context in which this conversion is possible
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\signat
> ure\impl\xmlsecsignatureimpl.cpp(332)
> : warning C4267: 'argument' : conversion from 'size_t' to 'const
> unsigned int', possible loss of data
>
> Decrypter.cpp
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\encryp
> tion\impl\decrypter.cpp(111)
> : error C2039: 'decryptElementDetached' : is not a member of 'XENCCipher'
>
>
> d:\whc\jonathanhandler\saml\xmltooling\libs\xml-security-c-1.2.1\xsec\
> xenc\xenccipher.hpp(75)
> : see declaration of 'XENCCipher'
>
> Encrypter.cpp
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\encryp
> tion\impl\encrypter.cpp(90)
> : error C2039: 'setExclusiveC14nSerialisation' : is not a member of
> 'XENCCipher'
>
>
> d:\whc\jonathanhandler\saml\xmltooling\libs\xml-security-c-1.2.1\xsec\
> xenc\xenccipher.hpp(75)
> : see declaration of 'XENCCipher'
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\encryp
> tion\impl\encrypter.cpp(95)
> : error C2039: 'encryptElementDetached' : is not a member of 'XENCCipher'
>
>
> d:\whc\jonathanhandler\saml\xmltooling\libs\xml-security-c-1.2.1\xsec\
> xenc\xenccipher.hpp(75)
> : see declaration of 'XENCCipher'
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\encryp
> tion\impl\encrypter.cpp(118)
> : error C2039: 'setExclusiveC14nSerialisation' : is not a member of
> 'XENCCipher'
>
>
> d:\whc\jonathanhandler\saml\xmltooling\libs\xml-security-c-1.2.1\xsec\
> xenc\xenccipher.hpp(75)
> : see declaration of 'XENCCipher'
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\encryp
> tion\impl\encrypter.cpp(123)
> : error C2039: 'encryptElementContentDetached' : is not a member of
> 'XENCCipher'
>
>
> d:\whc\jonathanhandler\saml\xmltooling\libs\xml-security-c-1.2.1\xsec\
> xenc\xenccipher.hpp(75)
> : see declaration of 'XENCCipher'
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\encryp
> tion\impl\encrypter.cpp(149)
> : error C2039: 'setExclusiveC14nSerialisation' : is not a member of
> 'XENCCipher'
>
>
> d:\whc\jonathanhandler\saml\xmltooling\libs\xml-security-c-1.2.1\xsec\
> xenc\xenccipher.hpp(75)
> : see declaration of 'XENCCipher'
>
> d:\whc\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\encryp
> tion\impl\encrypter.cpp(236)
> : error C2039: 'setExclusiveC14nSerialisation' : is not a member of
> 'XENCCipher'
>
>
> d:\whc\jonathanhandler\saml\xmltooling\libs\xml-security-c-1.2.1\xsec\
> xenc\xenccipher.hpp(75)
> : see declaration of 'XENCCipher'
>
> EncryptionImpl.cpp
>
> EncryptionSchemaValidators.cpp
>
> Generating Code...
>
> Creating browse information file...
>
> Microsoft Browse Information Maintenance Utility Version 8.00.50727
>
> Copyright (C) Microsoft Corporation. All rights reserved.
>
> Build log was saved at
>
"file://d:\WHC\jonathanhandler\saml\xmltooling\current\trunk\xmltooling\Debu
g\BuildLog.htm"
>
> xmltooling - 9 error(s), 11 warning(s)
>
> ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
>
>






Archive powered by MHonArc 2.6.16.

Top of Page