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=22162>. 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=22162 Cannot compile the src. Summary: Cannot compile the src. Product: Xerces-C++ Version: 2.3.0 Platform: Alpha OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: Utilities AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I do the compiling as following steps: #cd src/xercesc #./configure #./make Then I get a error and the compiling cannot go ahead: c++ -fPIC -DTRU64 -D_REENTRANT -c -I/include -g -O2 - o /obj/TRU64/EncodingValidator.o EncodingValidator.cpp In file included from EncodingValidator.cpp:73: /include/xercesc/util/EncodingValidator.hpp:120: warning: `class xercesc_2_3::EncodingValidator' only defines a private destructor and has no friends /include/xercesc/util/ValueHashTableOf.c: In method `void xercesc_2_3::ValueHashTableOf<bool>::put(void *, const bool &)': EncodingValidator.cpp:122: instantiated from here /include/xercesc/util/ValueHashTableOf.c:239: Internal compiler error. /include/xercesc/util/ValueHashTableOf.c:239: Please submit a full bug report. /include/xercesc/util/ValueHashTableOf.c:239: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions. make[1]: *** [EncodingValidator.o] Error 1 make[1]: Leaving directory `/usr/setup/xerces-c-src_2_3_0/src/xercesc/util' make: *** [Util] Error 2 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]