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=3848>. 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=3848 Unable to build on alpha-osf4.0F Summary: Unable to build on alpha-osf4.0F Product: XalanC Version: 1.0.x Platform: Alpha OS/Version: Other Status: NEW Severity: Major Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] bash$ ./runConfigure -p tru64 -c cc -x cxx Generating makefiles with the following options ... Platform: tru64 C Compiler: cc C++ Compiler: cxx Extra compile options: Extra link options: Thread option: Debug is OFF creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -O -DNDEBUG ) works... yes checking whether the C compiler (cc -O -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... no checking whether cc accepts -g... yes checking for c++... cxx checking whether the C++ compiler (cxx -O -DNDEBUG ) works... yes checking whether the C++ compiler (cxx -O -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C++... no checking whether cxx accepts -g... yes checking for a BSD compatible install... ./install-sh -c checking for autoconf... autoconf checking for floor in -lm... yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for XMLByte... no checking host system type... alphaev6-dec-osf4.0f updating cache ./config.cache creating ./config.status creating Makefile If the result of the above commands look OK to you, go to the directory /home/eugeneys/temp/build/xml-xalan//src and type "make" to make the XALAN-C system. bash$ make clean rm -rf /home/eugeneys/temp/build/xml-xalan//obj/* rm -rf /home/eugeneys/temp/build/xml-xalan//obj/.cxx_repository rm -f /home/eugeneys/temp/build/xml-xalan//lib/libxalan-c1_2.so rm -f /home/eugeneys/temp/build/xml-xalan//bin/testXSLT rm -f /home/eugeneys/temp/build/xml-xalan//bin/testXPath rm -f /home/eugeneys/temp/build/xml-xalan//lib/mod_xslt.so rm -f /home/eugeneys/temp/build/xml-xalan//bin/CompileStylesheet rm -f /home/eugeneys/temp/build/xml-xalan//bin/ExternalFunction rm -f /home/eugeneys/temp/build/xml-xalan//bin/SimpleTransform rm -f /home/eugeneys/temp/build/xml-xalan//bin/StreamTransform rm -f /home/eugeneys/temp/build/xml-xalan//bin/TraceListen rm -f /home/eugeneys/temp/build/xml-xalan//bin/UseStylesheetParam rm -f /home/eugeneys/temp/build/xml-xalan//bin/XalanTransform rm -f /home/eugeneys/temp/build/xml-xalan//bin/XPathWrapper bash$ bash$ make all Preparing the directory structure for a build ... mkdir -p /home/eugeneys/temp/build/xml-xalan//obj mkdir -p /home/eugeneys/temp/build/xml-xalan//lib mkdir -p /home/eugeneys/temp/build/xml-xalan//bin cxx -O -DNDEBUG -DTRU64 -ptr /home/eugeneys/temp/build/xml- xalan//obj/.cxx_repository -ieee -pthread -c -I. - I/home/eugeneys/temp/build/xerces-c1_5_1-SolCC//src/ - I/home/eugeneys/temp/build/xerces-c1_5_1-SolCC//include/ - o /home/eugeneys/temp/build/xml-xalan//obj/XalanAttr.o XalanDOM/XalanAttr.cpp cxx: Error: ./XalanDOM/XalanDOMString.hpp, line 79: could not open source file "cassert" #include <cassert> ------------------^ cxx: Error: ./XalanDOM/XalanDOMString.hpp, line 242: identifier "assert" is undefined assert(real_size_type(size_type(m_data.capacity())) == m_data.capacity()); ----------------^ cxx: Error: ./XalanDOM/XalanDOMString.hpp, line 490: identifier "assert" is undefined assert(thePosition < theSource.length() && ----------------^ cxx: Error: ./XalanDOM/XalanDOMString.hpp, line 593: identifier "assert" is undefined assert(theCount == size_type(npos) && thePosition < length() || ----------------^ cxx: Error: ./XalanDOM/XalanDOMString.hpp, line 607: identifier "assert" is undefined assert(theCount == size_type(npos) && thePosition < length() || ----------------^ cxx: Error: ./XalanDOM/XalanDOMString.hpp, line 1113: identifier "assert" is undefined assert(real_size_type(size_type(theSize)) == theSize); --------^ cxx: Error: XalanDOM/XalanAttr.hpp, line 211: return type is not identical to return type "XalanNode *" of overridden virtual function function "XalanNode::cloneNode" cloneNode(bool deep) const = 0; --------^ cxx: Info: 7 errors detected in the compilation of "XalanDOM/XalanAttr.cpp". make: *** [/home/eugeneys/temp/build/xml-xalan//obj/XalanAttr.o] Error 1 bash$
