[ http://issues.apache.org/jira/browse/XERCESC-1357?page=comments#action_12318838 ]
cargilld commented on XERCESC-1357: ----------------------------------- Hi Robert, According to the Xerces' charter (http://xerces.apache.org/charter.html, ยง 7.3) we need to ask you some questions in order to clean up any licensing issue before accepting your patch: a) What is your name and employer? b) Are you the author of the code being contributed? c) Do you have the right to grant the copyright and patent licenses for the contribution that are set forth in the ASF v.2.0 license (http://www.apache.org/licenses/LICENSE-2.0)? d) Does your employer have any rights to code that you have written, for example, through your contract for employment? If so, has your employer given you permission to contribute the code on its behalf or waived its rights in the code? e) Are you aware of any third-party licenses or other restrictions (such as related patents or trademarks) that could apply to your contribution? If so, what are they? > Compiling problem on HPUX 11 > ---------------------------- > > Key: XERCESC-1357 > URL: http://issues.apache.org/jira/browse/XERCESC-1357 > Project: Xerces-C++ > Type: Bug > Components: Build > Versions: 2.5.0 > Environment: HPUX 11, compiler aC++ (aCC) A.03.13 > Reporter: Guy Mougel > Assignee: cargilld > Priority: Critical > Attachments: hpfixes.zip > > There is a compiling problem between Xerces v2.4.0 and all the following > versions (v2.5.0 and v2.6.0). > The compilation option !defined(XML_HPUX) has been removed from v2.4.0 > resuting in that error : > Error 492: "/logiciel/xerces/xerces_c2.5.0/include/xercesc/util/XMemory.hpp", > line 138 # Operator delete cannot > be overloaded in same class; previously defined at > ["/logiciel/xerces/xerces_c2.5.0/include/xercesc/util/XMemory.hpp", line > 128]. > void operator delete(void* p, MemoryManager* memMgr); > ^^^^^^ > Error 568: "/logiciel/xerces/xerces_c2.5.0/include/xercesc/util/XMemory.hpp", > line 138 # The second parameter of > operator delete must be type size_t. > void operator delete(void* p, MemoryManager* memMgr); > NB: This error does not appear in v2.4.0. > Best regards, Guy M. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
