You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "David Bertoni (JIRA)" <xa...@xml.apache.org> on 2005/05/20 06:22:58 UTC

[jira] Closed: (XALANC-466) Compile error: missing member data in HP Tru64

     [ http://issues.apache.org/jira/browse/XALANC-466?page=all ]
     
David Bertoni closed XALANC-466:
--------------------------------


> Compile error: missing member data in HP Tru64
> ----------------------------------------------
>
>          Key: XALANC-466
>          URL: http://issues.apache.org/jira/browse/XALANC-466
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: 1.9
>  Environment: HP OSF1 Tru64, Compaq C++ V6.5, GNU Make 3.79.1
> 64-bit compile with pthread
> build from source.tar.gz
>     Reporter: Edward Park
>     Assignee: David Bertoni
>      Fix For: CurrentCVS

>
> There are several compile errors, of which I found following fixes:
> src/xalanc/Include/XalanMemMgrAutoPtr.hpp line 407 no member data dataPointer:
>   return tmp.dataPointer;
> should be
>   return tmp.m_DataArray;
> src/xalanc/PlatformSupport/ReusableArenaBlock.hpp line 357 function not found:
>   assert ( ownsBlock(...
> should be
>   assert ( this->ownsBlock(...
> Also, runConfigure.sh and configure do not have eXecutable bit set.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org