This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Someone who cares about darwin needs to contribute code if they want changes ...
I'm trying myself to compile on darwin by copying the contents of config/locale/gnu to config/locale/darwin directory and trying to fix which cannot be compiled. (I know how configure script works, and regenerated the script to surely handle my new code.)
Now I have a problem: __c_locale is not compatible with locale_t which is defined in xlocale. The def. of __c_locale: typedef int* __c_locale; (in c++locale.h)
>> The def. of locale_t : typedef struct _xlocale * locale_t; (in >> /usr/include/xlocale.h on darwin)
Takeshi Kobayakawa tskoba@tskoba.mydns.jp
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |