DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29983>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29983 BLD: Latest source does not build on HP-UX 11 with aCC v3.52 compiler ------- Additional Comments From [EMAIL PROTECTED] 2004-07-15 20:59 ------- Current CVS was still failing with the following error: aCC -g -DXML_BITSTOBUILD_64 +DA2.0W +Z -DHPUX -D_THREAD_SAFE +p -mt - Wc,-koenig_lookup,on -Wc,-ansi_for_scope,on -DITERATIVE_EXECUTION - DXALAN_INMEM_MSG_LOADER -c -I/home/torxslt/BuildClient/xalanc_root/LatestC-CVS- hpux_11_64-acc_a03/c/src -I/home/torxslt/BuildClient/xalanc_root/LatestC-CVS- hpux_11_64-acc_a03/c/include -I../../nls/include - I/home/torxslt/BuildClient/xalanc_root/xerces-c_2_5_0-hpux_11_64-acc_a03/src/ - I/home/torxslt/BuildClient/xalanc_root/xerces-c_2_5_0-hpux_11_64- acc_a03/include/xercesc -I/home/torxslt/BuildClient/xalanc_root/xerces-c_2_5_0- hpux_11_64-acc_a03/include/ - o ../../obj/XNodeSetAllocator.o /home/torxslt/BuildClient/xalanc_root/LatestC- CVS-hpux_11_64-acc_a03/c/src/xalanc/XPath/XNodeSetAllocator.cpp Error 641: "/home/torxslt/BuildClient/xalanc_root/LatestC-CVS-hpux_11_64- acc_a03/c/src/xalanc/PlatformSupport/ReusableArenaBlock.hpp", line 126 # Undeclared variable 'm_blockSize'. A variable with the same name exists in a template base class, but is not visible according to the Standard lookup rules (See [temp.dep], 14.6.2(3) in the C++ Standard). You can make it visible by writing 'this->m_blockSize'. assert ( this->m_firstFreeBlock == (m_blockSize + 1) ); ^^^^^^ Error 641: "/home/torxslt/BuildClient/xalanc_root/LatestC-CVS-hpux_11_64- acc_a03/c/src/xalanc/PlatformSupport/ReusableArenaBlock.hpp", line 154 # Undeclared variable 'm_blockSize'. A variable with the same name exists in a template base class, but is not visible according to the Standard lookup rules (See [temp.dep], 14.6.2(3) in the C++ Standard). You can make it visible by writing 'this->m_blockSize'. assert ( this->m_nextFreeBlock <= m_blockSize ); I've provided a fix for this. Please see patch. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
