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

Building Xerces-C++ library

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.2.0, 2.3.0
    • 2.2.0
    • Build
    • None
    • Linux Kubuntu Desktop 7.04

    Description

      Subject: Building Xerces-C++ library

      When I build:
      1) runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread
      2) make (I verified that my make is the gnu make!!!)
      I found error in :

      $XERCESCROOT/src/xercesc/util/RefArrayVectorOf.c

      I correct this error adding "this->" in all use of protected members declared in

      $XERCESCROOT/src/xercesc/util/BaseRefVectorOf.hpp

      And this is the result:

      template <class TElem> RefArrayVectorOf<TElem>::~RefArrayVectorOf()
      {
      if (this->fAdoptedElems)

      { for (unsigned int index = 0; index < this->fCurCount; index++) delete[] this->fElemList[index]; }

      delete [] this->fElemList;
      }

      I try to compile the 2.2.0 and I solved the error, but the 2.3.0 version have other problem that I not understand.
      Excuse me to my English but I am Italian student.
      S4lv0

      Attachments

        Activity

          People

            Unassigned Unassigned
            s4lv0 Salvatore
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: