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

           Summary: BLD: Latest source does not build on HP-UX 11 with aCC
                    v3.52 compiler
           Product: XalanC
           Version: CurrentCVS
          Platform: HP
        OS/Version: HP-UX
            Status: NEW
          Severity: Major
          Priority: Other
         Component: XalanC
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Problem Description
-------------------

Latest source from CVS does not build successfully on HP-UX 11 with the aCC 
v3.52 compiler.

Build 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/mybuild/LatestC-CVS-hpux_11_64-
acc_a03/c/src -I/home/mybuild/LatestC-CVS-hpux_11_64-acc_a03/c/include -
I../../nls/include -I/home/mybuild/xerces-c_2_5_0-hpux_11_64-acc_a03/src/ -
I/home/mybuild/xerces-c_2_5_0-hpux_11_64-acc_a03/include/xercesc -
I/home/mybuild/xerces-c_2_5_0-hpux_11_64-acc_a03/include/  -
o ../../obj/XalanDOMStringAllocator.o /home/mybuild/LatestC-CVS-hpux_11_64-
acc_a03/c/src/xalanc/PlatformSupport/XalanDOMStringAllocator.cpp
Error 641: "/home/mybuild/LatestC-CVS-hpux_11_64-
acc_a03/c/src/xalanc/PlatformSupport/ArenaBlock.hpp", line 56 # Undeclared 
variable 'm_objectCount'. 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_objectCount'.
                    assert( m_objectCount <= m_blockSize );
                    ^^^^^^                                 
Error 641: "/home/mybuild/LatestC-CVS-hpux_11_64-
acc_a03/c/src/xalanc/PlatformSupport/ArenaBlock.hpp", line 59 # Undeclared 
variable 'm_objectCount'. 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_objectCount'.
                    for ( size_type i = 0; i < m_objectCount  ; ++i )
                                               ^^^^^^^^^^^^^         
Error 641: "/home/mybuild/LatestC-CVS-hpux_11_64-
acc_a03/c/src/xalanc/PlatformSupport/ArenaBlock.hpp", line 61 # Undeclared 
variable 'm_objectBlock'. 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_objectBlock'.
                            m_objectBlock[i].~ObjectType();
                            ^^^^^^^^^^^^^                  
Error 641: "/home/mybuild/LatestC-CVS-hpux_11_64-
acc_a03/c/src/xalanc/PlatformSupport/ArenaBlock.hpp", line 76 # Undeclared 
variable 'm_objectCount'. 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_objectCount'.
                    if (m_objectCount == m_blockSize)
                        ^^^^^^^^^^^^^                
Error 641: "/home/mybuild/LatestC-CVS-hpux_11_64-
acc_a03/c/src/xalanc/PlatformSupport/ArenaBlock.hpp", line 82 # Undeclared 
variable 'm_objectBlock'. 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_objectBlock'.
                            assert(m_objectBlock != 0);
                            ^^^^^^                     
Error 641: "/home/mybuild/LatestC-CVS-hpux_11_64-
acc_a03/c/src/xalanc/PlatformSupport/ArenaBlock.hpp", line 84 # Undeclared 
variable 'm_objectBlock'. 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_objectBlock'.
                            return m_objectBlock + m_objectCount;
                                   ^^^^^^^^^^^^^                 
Error 641: "/home/mybuild/LatestC-CVS-hpux_11_64-
acc_a03/c/src/xalanc/PlatformSupport/ArenaBlock.hpp", line 100 # Undeclared 
variable 'm_objectBlock'. 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_objectBlock'.
                    assert(theBlock == m_objectBlock + m_objectCount);
                    ^^^^^^                                            
Error 641: "/home/mybuild/LatestC-CVS-hpux_11_64-
acc_a03/c/src/xalanc/PlatformSupport/ArenaBlock.hpp", line 101 # Undeclared 
variable 'm_objectCount'. 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_objectCount'.
                    assert(m_objectCount < m_blockSize);
                    ^^^^^^                              
Error 641: "/home/mybuild/LatestC-CVS-hpux_11_64-
acc_a03/c/src/xalanc/PlatformSupport/ArenaBlock.hpp", line 103 # Undeclared 
variable 'm_objectCount'. 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_objectCount'.
                    m_objectCount++;
                    ^^^^^^^^^^^^^   
Error 641: "/home/mybuild/LatestC-CVS-hpux_11_64-
acc_a03/c/src/xalanc/PlatformSupport/ArenaBlock.hpp", line 118 # Undeclared 
variable 'm_objectCount'. 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_objectCount'.
                    return isInBorders(theObject, m_objectCount);
                                                  ^^^^^^^^^^^^^  
gmake[1]: *** [../../obj/XalanDOMStringAllocator.o] Error 2

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

Reply via email to