I'm tyring to build Xalan C 1.6.0 on HP-UX 11.00 and 11.11 (11i) with
the HP aCC compiler (A.03.50). I'm getting the following error:

aCC -O -DNDEBUG      +DAportable   +Z -DHPUX -D_THREAD_SAFE +p -mt -AA
-c -I/opt/build/xml-xalan/c/src
-I/nokia/apps/tww/@sys/libxercesc23/include/xercesc
-I/nokia/apps/tww/@sys/libxercesc23/include/  -o
/opt/build/xml-xalan/c/obj/XercesParserLiaison.o
/opt/build/xml-xalan/c/src/xalanc/XercesParserLiaison/XercesParserLiaison.cpp
Error 641:
    "/nokia/apps/tww/@sys/libxercesc23/include/xercesc/util/RefVectorOf.c",
    line 139 # Undeclared variable 'fMemoryManager'. 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->fMemoryManager'.
        fMemoryManager->deallocate(this->fElemList);//delete [] this->fE
        ^^^^^^^^^^^^^^                                                  

This is with and without -AA. Any ideas?

-- 
albert chin ([EMAIL PROTECTED])

Reply via email to