You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/06/02 02:32:15 UTC

[jira] Created: (STDCXX-432) [HP aCC 6.13] error on va_list in exception.cpp

[HP aCC 6.13] error on va_list in exception.cpp
-----------------------------------------------

                 Key: STDCXX-432
                 URL: https://issues.apache.org/jira/browse/STDCXX-432
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Build
    Affects Versions: 4.2
         Environment: HP aCC 6.13/HP-UX/IPF
            Reporter: Martin Sebor
            Assignee: Martin Sebor
            Priority: Blocker
             Fix For: 4.2


After resolving STDCXX-431 the library fails to build with HP aCC 6.13 due to the error below:

aCC -c -I/amd/devco/sebor/stdcxx/include/ansi -I/usr/include  -D_RWSTDDEBUG   -mt -I/amd/devco/sebor/stdcxx/include -I/build/sebor/stdcxx-acc-6.13-15S/include  -Aa +nostl  -g +d  +DD64 +W392 +W655 +W684 +W818 +W819 +W849    /amd/devco/sebor/stdcxx/src/exception.cpp
"/usr/include/../include/stdio.h", line 543: error #2101: "va_list" has
          already been declared in the current scope
             typedef __va_list__ va_list;             
                                 ^

"/amd/devco/sebor/stdcxx/src/exception.cpp", line 786: error #2171: invalid
          type conversion
          va_start (va, id);
          ^

2 errors detected in the compilation of "/amd/devco/sebor/stdcxx/src/exception.cpp".
gmake: *** [exception.o] Error 2


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


[jira] Closed: (STDCXX-432) [HP aCC 6.13] error on va_list in exception.cpp

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor closed STDCXX-432.
-------------------------------

    Resolution: Fixed

Fixed by the referenced change.

> [HP aCC 6.13] error on va_list in exception.cpp
> -----------------------------------------------
>
>                 Key: STDCXX-432
>                 URL: https://issues.apache.org/jira/browse/STDCXX-432
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.2
>         Environment: HP aCC 6.13/HP-UX/IPF
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Blocker
>             Fix For: 4.2
>
>
> After resolving STDCXX-431 the library fails to build with HP aCC 6.13 due to the error below:
> aCC -c -I/amd/devco/sebor/stdcxx/include/ansi -I/usr/include  -D_RWSTDDEBUG   -mt -I/amd/devco/sebor/stdcxx/include -I/build/sebor/stdcxx-acc-6.13-15S/include  -Aa +nostl  -g +d  +DD64 +W392 +W655 +W684 +W818 +W819 +W849    /amd/devco/sebor/stdcxx/src/exception.cpp
> "/usr/include/../include/stdio.h", line 543: error #2101: "va_list" has
>           already been declared in the current scope
>              typedef __va_list__ va_list;             
>                                  ^
> "/amd/devco/sebor/stdcxx/src/exception.cpp", line 786: error #2171: invalid
>           type conversion
>           va_start (va, id);
>           ^
> 2 errors detected in the compilation of "/amd/devco/sebor/stdcxx/src/exception.cpp".
> gmake: *** [exception.o] Error 2

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