DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22539>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22539

Xerces2.3.0 does not in with option -t IconvGNU because of syntax errors!

           Summary: Xerces2.3.0 does not in with option -t IconvGNU because
                    of syntax errors!
           Product: Xerces-C++
           Version: 2.3.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Build
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hi I have downloaded the xerces sources version 2.3.0 from the stable directory 
an want to build the product on Red Hat Linux 8.
I am calling the runconfigure in this way
./runConfigure -p linux -c gcc-3.0 -x g++-3.0 -t IconvGNU
I got the compiler errors because of syntax errors !!!!! in the file 
xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp

In line 1057  
retVal = (XMLCh*) manager->allocate(sizeof(XMLCh));/new XMLCh[1];
is a slash missing to comment out the new statement

In line 1192 
convGNUTranscoder::IconvGNUTranscoder (const    XMLCh* const    encodingName
                      , const unsigned int    blockSize
                      ,    iconv_t        cd_from
                      ,    iconv_t        cd_to
                      ,    size_t        uchsize
                      ,    unsigned int    ubo
                      , MemoryManger* const manager
    )
    : XMLTranscoder(encodingName, blockSize, manager)
    , IconvGNUWrapper (cd_from, cd_to, uchsize, ubo)
{
}
The word MemoryManger ist wrong typed there is an "a" missing.
If you fix these two issues everthing is ok.

Cheers
Veux

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to