Message:
The following issue has been closed.
Resolver: June Ng
Date: Wed, 8 Sep 2004 10:44 AM
Thought I had closed this in bugzilla. But fix is good. Closing bug.
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/XALANC-427
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XALANC-427
Summary: BLD: Latest source does not build on HP-UX 11 with aCC v3.52 compiler
Type: Bug
Status: Closed
Resolution: FIXED
Project: XalanC
Components:
XalanC
Versions:
CurrentCVS
Assignee:
Reporter: June Ng
Created: Thu, 8 Jul 2004 8:49 PM
Updated: Wed, 8 Sep 2004 10:44 AM
Environment: Operating System: HP-UX
Platform: HP
Description:
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
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]