You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Kai Hackemesser (JIRA)" <xe...@xml.apache.org> on 2005/04/26 13:51:28 UTC

[jira] Created: (XERCESC-1413) Build fails on PowerPC IBM AIX 4.3.3.0

Build fails on PowerPC IBM AIX 4.3.3.0
--------------------------------------

         Key: XERCESC-1413
         URL: http://issues.apache.org/jira/browse/XERCESC-1413
     Project: Xerces-C++
        Type: Bug
  Components: Utilities  
    Versions: 2.6.0    
 Environment: PowerPC IBM AIX 4.3.3.0, 
    Reporter: Kai Hackemesser


This is the output from 'make' I got:

xlC_r -qnotempinc -D_THREAD_SAFE -qnamemangling=ansi -c -I/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include -w -O2 -DPROJ_XMLPARSER  -DPROJ_XMLUTIL  -DPROJ_PARSERS  -DPROJ_SAX4C  -DPROJ_SAX2  -DPROJ_DOM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET     -o /home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/obj/AIX/Base64.o Base64.cpp
"/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include/xercesc/util/XMemory.hpp", line 98.10: 1540-141: (S) Argument 2 for "operator delete" must be of type "unsigned long".
"/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include/xercesc/util/Janitor.hpp", line 146.17: 1540-090: (S) Syntax error - expected "<" and found "&".
make[1]: *** [Base64.o] Error 1
make[1]: Leaving directory `/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/util'
make: *** [Util] Error 2

How to solve?

Regards,
Kai

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


[jira] Closed: (XERCESC-1413) Build fails on PowerPC IBM AIX 4.3.3.0

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov closed XERCESC-1413.
------------------------------------

    Resolution: Won't Fix

Unsupported compiler version.

> Build fails on PowerPC IBM AIX 4.3.3.0
> --------------------------------------
>
>                 Key: XERCESC-1413
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1413
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 2.6.0
>         Environment: PowerPC IBM AIX 4.3.3.0, 
>            Reporter: Kai Hackemesser
>
> This is the output from 'make' I got:
> xlC_r -qnotempinc -D_THREAD_SAFE -qnamemangling=ansi -c -I/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include -w -O2 -DPROJ_XMLPARSER  -DPROJ_XMLUTIL  -DPROJ_PARSERS  -DPROJ_SAX4C  -DPROJ_SAX2  -DPROJ_DOM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET     -o /home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/obj/AIX/Base64.o Base64.cpp
> "/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include/xercesc/util/XMemory.hpp", line 98.10: 1540-141: (S) Argument 2 for "operator delete" must be of type "unsigned long".
> "/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include/xercesc/util/Janitor.hpp", line 146.17: 1540-090: (S) Syntax error - expected "<" and found "&".
> make[1]: *** [Base64.o] Error 1
> make[1]: Leaving directory `/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/util'
> make: *** [Util] Error 2
> How to solve?
> Regards,
> Kai

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (XERCESC-1413) Build fails on PowerPC IBM AIX 4.3.3.0

Posted by "Kai Hackemesser (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1413?page=comments#action_63805 ]
     
Kai Hackemesser commented on XERCESC-1413:
------------------------------------------

AFAIK it is version 3.3.6 - at least the README.C++ in /usr/ibmcxx is telling that.

> Build fails on PowerPC IBM AIX 4.3.3.0
> --------------------------------------
>
>          Key: XERCESC-1413
>          URL: http://issues.apache.org/jira/browse/XERCESC-1413
>      Project: Xerces-C++
>         Type: Bug
>   Components: Utilities
>     Versions: 2.6.0
>  Environment: PowerPC IBM AIX 4.3.3.0, 
>     Reporter: Kai Hackemesser

>
> This is the output from 'make' I got:
> xlC_r -qnotempinc -D_THREAD_SAFE -qnamemangling=ansi -c -I/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include -w -O2 -DPROJ_XMLPARSER  -DPROJ_XMLUTIL  -DPROJ_PARSERS  -DPROJ_SAX4C  -DPROJ_SAX2  -DPROJ_DOM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET     -o /home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/obj/AIX/Base64.o Base64.cpp
> "/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include/xercesc/util/XMemory.hpp", line 98.10: 1540-141: (S) Argument 2 for "operator delete" must be of type "unsigned long".
> "/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include/xercesc/util/Janitor.hpp", line 146.17: 1540-090: (S) Syntax error - expected "<" and found "&".
> make[1]: *** [Base64.o] Error 1
> make[1]: Leaving directory `/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/util'
> make: *** [Util] Error 2
> How to solve?
> Regards,
> Kai

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


[jira] Commented: (XERCESC-1413) Build fails on PowerPC IBM AIX 4.3.3.0

Posted by "cargilld (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1413?page=comments#action_63808 ]
     
cargilld commented on XERCESC-1413:
-----------------------------------

Hi Kai,
xlC V5 and below are out of support (as is AIX 4.3.3).

I suspect the problem you are encountering is a compiler limitiation.

Can you upgrade to xlC V6 or V7?

David

> Build fails on PowerPC IBM AIX 4.3.3.0
> --------------------------------------
>
>          Key: XERCESC-1413
>          URL: http://issues.apache.org/jira/browse/XERCESC-1413
>      Project: Xerces-C++
>         Type: Bug
>   Components: Utilities
>     Versions: 2.6.0
>  Environment: PowerPC IBM AIX 4.3.3.0, 
>     Reporter: Kai Hackemesser

>
> This is the output from 'make' I got:
> xlC_r -qnotempinc -D_THREAD_SAFE -qnamemangling=ansi -c -I/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include -w -O2 -DPROJ_XMLPARSER  -DPROJ_XMLUTIL  -DPROJ_PARSERS  -DPROJ_SAX4C  -DPROJ_SAX2  -DPROJ_DOM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET     -o /home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/obj/AIX/Base64.o Base64.cpp
> "/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include/xercesc/util/XMemory.hpp", line 98.10: 1540-141: (S) Argument 2 for "operator delete" must be of type "unsigned long".
> "/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include/xercesc/util/Janitor.hpp", line 146.17: 1540-090: (S) Syntax error - expected "<" and found "&".
> make[1]: *** [Base64.o] Error 1
> make[1]: Leaving directory `/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/util'
> make: *** [Util] Error 2
> How to solve?
> Regards,
> Kai

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


[jira] Commented: (XERCESC-1413) Build fails on PowerPC IBM AIX 4.3.3.0

Posted by "cargilld (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1413?page=comments#action_63796 ]
     
cargilld commented on XERCESC-1413:
-----------------------------------

Hi Kai,
What version of xlC are you using?  I build on AIX regularly and haven't 
encountered these problems.

For the first error I don't see anything wrong with:
void operator delete(void* p, MemoryManager* memMgr);

For the second error, it is a bug:
ArrayJanitor& operator=(const ArrayJanitor<T>& copy);    
should be:
ArrayJanitor<T>& operator=(const ArrayJanitor<T>& copy);    

I will fix this later.

David

> Build fails on PowerPC IBM AIX 4.3.3.0
> --------------------------------------
>
>          Key: XERCESC-1413
>          URL: http://issues.apache.org/jira/browse/XERCESC-1413
>      Project: Xerces-C++
>         Type: Bug
>   Components: Utilities
>     Versions: 2.6.0
>  Environment: PowerPC IBM AIX 4.3.3.0, 
>     Reporter: Kai Hackemesser

>
> This is the output from 'make' I got:
> xlC_r -qnotempinc -D_THREAD_SAFE -qnamemangling=ansi -c -I/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include -w -O2 -DPROJ_XMLPARSER  -DPROJ_XMLUTIL  -DPROJ_PARSERS  -DPROJ_SAX4C  -DPROJ_SAX2  -DPROJ_DOM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET     -o /home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/obj/AIX/Base64.o Base64.cpp
> "/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include/xercesc/util/XMemory.hpp", line 98.10: 1540-141: (S) Argument 2 for "operator delete" must be of type "unsigned long".
> "/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include/xercesc/util/Janitor.hpp", line 146.17: 1540-090: (S) Syntax error - expected "<" and found "&".
> make[1]: *** [Base64.o] Error 1
> make[1]: Leaving directory `/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/util'
> make: *** [Util] Error 2
> How to solve?
> Regards,
> Kai

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