You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Edward Park (JIRA)" <xa...@xml.apache.org> on 2005/03/15 01:16:13 UTC

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

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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


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

Posted by "June Ng (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-466?page=comments#action_64518 ]
     
June Ng commented on XALANC-466:
--------------------------------

As Dave commented in XALANC-486, we don't have a Tru64 machine to work with.  Try downloading the latest source code from CVS and see if the problem has been fixed.

> 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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


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

Posted by "The Written Word, Inc. (JIRA)" <xa...@xml.apache.org>.
     [ 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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


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

Posted by "The Written Word, Inc. (JIRA)" <xa...@xml.apache.org>.
     [ 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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


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

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-466?page=all ]

David Bertoni reassigned XALANC-466:
------------------------------------

    Assign To: David Bertoni

> 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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


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

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ 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


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

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-466?page=all ]
     
David Bertoni resolved XALANC-466:
----------------------------------

     Resolution: Fixed
    Fix Version: CurrentCVS

> 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


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

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-466?page=comments#action_65513 ]
     
David Bertoni commented on XALANC-466:
--------------------------------------

Can you try replacing "m_dataPointer" with "m_dataArray" and let me know if that fixes the problem?

> 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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


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

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-466?page=comments#action_65113 ]
     
David Bertoni commented on XALANC-466:
--------------------------------------

I just checked in some changes which I hope will fix the problem.  Can you please verify?

> 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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


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

Posted by "The Written Word, Inc. (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-466?page=comments#action_65579 ]
     
The Written Word, Inc. commented on XALANC-466:
-----------------------------------------------

Yes, replacing "m_dataPointer" with "m_dataArray" fixes the problem.

> 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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org