You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Way, Janet" <JW...@dynasty.com> on 2000/05/09 18:00:06 UTC

Porting Xalan to HPUX 11

I am porting to HPUX-11 and have the following
compile errors:

Error 419: "./PlatformSupport/STLHelper.hpp", line 85 # 'result_type' is
used as
 a type, but has not been defined as a type.
            result_type
            ^^^^^^^^^^^
Error 419: "./PlatformSupport/STLHelper.hpp", line 86 # 'argument_type' is
used
as a type, but has not been defined as a type.
            operator()(argument_type        thePointer) const
                       ^^^^^^^^^^^^^
Error 445: "./PlatformSupport/STLHelper.hpp", line 75 # Cannot recover from
earl
ier errors.
    struct DeleteFunctor : public unary_function<const T*, void>
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     

This is in the midst of a template, and I am not
experienced enough to see the problem.

Any help out there?