You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Albert Chin <xa...@mlists.thewrittenword.com> on 2003/10/02 06:47:09 UTC

Help building 1.6 on HP-UX 11

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 (china@thewrittenword.com)

Re: Help building 1.6 on HP-UX 11

Posted by Albert Chin <xa...@mlists.thewrittenword.com>.
On Thu, Oct 02, 2003 at 01:02:59AM -0400, June Ng wrote:
> Get the latest version of RefVectorOf.c  from CVS and this should fix the
> problem.

Thanks, that fixed it.

-- 
albert chin (china@thewrittenword.com)

Re: Help building 1.6 on HP-UX 11

Posted by June Ng <ju...@ca.ibm.com>.
Albert,

Get the latest version of RefVectorOf.c  from CVS and this should fix the 
problem.

Cheers,
June K. Ng
XSLT Development
IBM Toronto Laboratory
Email: june@ca.ibm.com





Albert Chin <xa...@mlists.thewrittenword.com>
10/02/2003 12:47 AM
Please respond to xalan-dev
 
        To:     xalan-dev@xml.apache.org
        cc: 
        Subject:        Help building 1.6 on HP-UX 11

 

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 (china@thewrittenword.com)