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=27209>.
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=27209

Xerces 2.5.0 does not build with option -t IconvGNU because of syntax errors!

           Summary: Xerces 2.5.0 does not build with option -t IconvGNU
                    because of syntax errors!
           Product: Xerces-C++
           Version: Nightly build (please specify the date)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Build
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have downloaded the current xerces sources which happens to be version 2.5.0
(Bug entry form won't let me select version 2.5.0, so I selected nightly build)
and I want to build the product on Red Hat Linux 8.

I am calling runconfigure like this:

runConfigure -p linux -c gcc296 -x g++296 -t IconvGNU -m inmem -P /usr/local -r none

Then I get a compiler error on line 1157 in source file
xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp

That line of code should be changed from 
 XMLPlatformUtils::manager->deallocate(wBufPtr);//delete [] wBufPtr;
to 
 XMLPlatformUtils::fgMemoryManager->deallocate(wBufPtr);//delete [] wBufPtr;

Cheers,

Robert Blaakmeer

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

Reply via email to