| | | | Browse by category |
The following error message appears in the printout of the build transcript when building Tools.h++ 7.1.1 on IBM AIX 4.3.3 using the Visual Age 5.x compiler:
"../../rw/btree.h", line 140.39: 1540-0040 (S) the text "&" is unexpected.
"RWBTree" may be undeclared or ambiguous.
Cause
RWBTree is not declared prior to its use.
Action
The solution to this problem is to insert the text:
class RWBTree;
immediately above the line:
class RWExport RWBTreeNode RWMemoryPool_OPTION {
in the rwbtree.h file located in $(rwroot)/parts/tls0711u/source/src/rw.
Important note: Tools.h++ 7.1.1 has not been tested or certified for use with the Visual Age 5.x compiler. Customers using the Visual Age 5.x compiler are urged to contact their Sales Representative to discuss the advantages of upgrading to the latest Rogue Wave SourcePro C++ products, which are certified for use with the Visual Age 5.x compiler.