[
https://issues.apache.org/jira/browse/STDCXX-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Sebor closed STDCXX-118.
-------------------------------
Resolution: Won't Fix
I can't reproduce it with the latest gcc 4.0.1 from Apple's Xcode 2.0 (see
below), so I'm going to close this as Won't fix.
$ uname -srp # grep MBSTATE ../include/config.h
Darwin 8.7.1 i386
tests$ uname -srp && gcc -dumpversion && grep MBSTATE ../include/config.h
Darwin 8.7.1 i386
4.0.1
// #define _RWSTD_NO_MBSTATE_T
#define _RWSTD_MBSTATE_T_SIZE 128
#define _RWSTD_NO_STD_MBSTATE_T
> [gcc 3.1/Mac OS X 10.2.8] _RWSTD_MBSTATE_T undefined
> ----------------------------------------------------
>
> Key: STDCXX-118
> URL: https://issues.apache.org/jira/browse/STDCXX-118
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Build
> Affects Versions: 4.1.3, 4.1.4
> Environment: Mac OS X 10.2.8/Darwin 6.8 with GCC 3.1
> Reporter: Andrew Black
> Assignee: Martin Sebor
> Fix For: 4.2
>
> Attachments: mbstate.diff
>
>
> When building on this (decidedly lacking) platform, the macro
> _RWSTD_MBSTATE_T is not defined (in include/rw/_mbstate.h). With svn commit
> r367898, this leads to a failure building the library caused by the use of
> this undefined macro in include/rw/_traits.h (and others).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.