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


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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to