[ 
https://issues.apache.org/jira/browse/STDCXX-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Sebor updated STDCXX-822:
--------------------------------

    Fix Version/s: 4.3

Let's try to see if fixing this is even possible in the 4.3 timeframe.

> [EDG eccp 3.9/Solaris 10] configuration problems
> ------------------------------------------------
>
>                 Key: STDCXX-822
>                 URL: https://issues.apache.org/jira/browse/STDCXX-822
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: trunk
>         Environment: EDH eccp 3.9/Solaris 9
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Minor
>             Fix For: 4.3
>
>         Attachments: config.log
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> After working around STDCXX-820 the first library source file, {{assert.h}}, 
> fails to build with EDG eccp 3.9 on Solaris 10 with the errors below. 
> Clearly, the library isn't configured correctly. Accordig to EDG, the eccp 
> 3.9 front end hasn't been tested on Solaris 10 so it's very likely broken to 
> the point if being unusable for our purposes.
> eccp -c -I/amd/devco/sebor/stdcxx/include/ansi -D_RWSTDDEBUG    
> -I/amd/devco/sebor/stdcxx/include -I/build/sebor/stdcxx-eccp-3.8-11s/include  
> -A -x --template_directory=/build/sebor/stdcxx-eccp-3.8-11s/lib -g   
> --display_error_number --remarks --diag_suppress 
> 193,236,340,401,261,479,487,678,679,815    
> /amd/devco/sebor/stdcxx/src/assert.cpp
> "/amd/devco/sebor/stdcxx/include/ansi/_cstdio.h", line 117: warning #867-D: 
>           declaration of "size_t" does not match the expected type
>           "unsigned int"
>   typedef unsigned long size_t;
>                         ^
> "/amd/devco/sebor/stdcxx/include/ansi/_cstdio.h", line 151: error #20: 
>           identifier "_RWSTD_VA_LIST" is undefined
>   int vfprintf (FILE*, const char*, _RWSTD_VA_LIST);
>                                     ^
> "/amd/devco/sebor/stdcxx/include/ansi/_cstdio.h", line 152: error #20: 
>           identifier "_RWSTD_VA_LIST" is undefined
>   int vprintf (const char*, _RWSTD_VA_LIST);
>                             ^
> "/amd/devco/sebor/stdcxx/include/ansi/_cstdio.h", line 153: error #20: 
>           identifier "_RWSTD_VA_LIST" is undefined
>   int vsprintf (char*, const char*, _RWSTD_VA_LIST);
>                                     ^
> 3 errors detected in the compilation of 
> "/amd/devco/sebor/stdcxx/src/assert.cpp".

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

Reply via email to