Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-1357

Compiling problem on HPUX 11

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.5.0
    • 3.0.1
    • Build
    • None
    • HPUX 11, compiler aC++ (aCC) A.03.13

    Description

      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.

      Attachments

        1. hpfixes.zip
          3 kB
          Robert Buck

        Activity

          People

            cargilld@ca.ibm.com cargilld
            a178694 Guy Mougel
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: