PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2815 *** shadow/2815 Wed Jul 25 20:45:11 2001 --- shadow/2815.tmp.10091 Wed Jul 25 20:45:11 2001 *************** *** 0 **** --- 1,38 ---- + +============================================================================+ + | util/regx/RegxParser.cpp compile fails on HP-UX 10.20 with CC A.10.40 | + +----------------------------------------------------------------------------+ + | Bug #: 2815 Product: Xerces-C++ | + | Status: NEW Version: 1.5.1 | + | Resolution: Platform: HP | + | Severity: Critical OS/Version: HP-UX | + | Priority: Other Component: Utilities | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + RegxParser.cpp compile fails on HP-UX 10.20 with CC A.10.40 + with the error: + CC: "RegxParser.cpp", line 122: error: initializer missing for = (1632) + CC: "RegxParser.cpp", line 122: internal error: check(4031bf88,00000000,70) + (3133) + make[2]: *** [RegxParser.o] Error 1 + make[2]: Leaving directory `/var/tmp/gryffindor/xerces-c-src1_5_1/src/util/regx' + make[1]: Leaving directory `/var/tmp/gryffindor/xerces-c-src1_5_1/src/util' + + The offending line should be changed to: + RegxParser::RegxParser() + :fHasBackReferences(false), + fOptions(0), + fOffset(0), + fNoGroups(1), + fParseContext(S_NORMAL), + fStringLen(0), + fState(0), + fCharData(0), + fString(0), + fReferences(0), + fTokenFactory(0) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
