Building Tools.h++ 7.1.1 with Visual Age 5.x

Article ID: 1093
Last updated: 29 Jan, 2008
Article ID: 1093
Last updated: 29 Jan, 2008
Revision: 1
Views: 7692
Posted: 29 Aug, 2001
by --
Updated: 29 Jan, 2008
by
Problem


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.


This article was:   Helpful | Not helpful
Report an issue
Article ID: 1093
Last updated: 29 Jan, 2008
Revision: 1
Views: 7692
Posted: 29 Aug, 2001 by --
Updated: 29 Jan, 2008 by

Others in this category