[ http://issues.apache.org/jira/browse/XALANC-466?page=comments#action_64985 ] The Written Word, Inc. commented on XALANC-466: -----------------------------------------------
The problem still exists with the latest CVS. > 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
