[
http://issues.apache.org/jira/browse/XALANC-466?page=comments#action_65486 ]
The Written Word, Inc. commented on XALANC-466:
-----------------------------------------------
The following build problem still occurs:
cxx -O -DNDEBUG -DTRU64 -ptr ../../obj/.cxx_repository -ieee -pthread -std
strict_ansi_errors -nocxxstd -DXALAN_INMEM_MSG_LOADER -c
-I/opt/src/devel/xalan-c/src/xml-xalan/c/src
-I/opt/src/devel/xalan-c/src/xml-xalan/c/include -I../../nls/include
-I/opt/src/devel/xerces-c/src/xml-xerces/c/src/
-I/opt/src/devel/xerces-c/src/xml-xerces/c/include/xercesc
-I/opt/src/devel/xerces-c/src/xml-xerces/c/include/ -o
../../obj/XalanDOMString.o
/opt/src/devel/xalan-c/src/xml-xalan/c/src/xalanc/XalanDOM/XalanDOMString.cpp
cxx: Error:
/opt/src/devel/xalan-c/src/xml-xalan/c/src/xalanc/Include/XalanMemMgrAutoPtr.hpp,
line 416:
class template
"xalanc_1_9::XalanMemMgrAutoPtrArray<Type>::MemMgrAutoPtrArrayData"
has no member "m_dataPointer"
return tmp.m_dataPointer;
-------------------^
The build problem with src/xalanc/PlatformSupport/ReusableArenaBlock.hpp no
longer occurs.
> 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
>
> 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]