Re: build failure
Jack Howarth writes:
> On debian ppc sid, with glibc 2.2.93 installed and Linux 2.4.20pre7
> I am seeing a new build failure in the current gcc 3.2.1pre2 source
> package...
-B/home/howarth/debian-gcc32/gcc-3.2-3.2.1ds1/build/gcc/ -nostdinc++ -L/home/howarth/debian-gcc32/gcc-3.2-3.2.1ds1/build/powerpc-linux/libstdc++-v3/src -L/home/howarth/debian-gcc32/
> codecvt_members.cc: In member function `virtual std::codecvt_base::result
> std::codecvt<wchar_t, char, mbstate_t>::do_out(mbstate_t&, const wchar_t*,
> const wchar_t*, const wchar_t*&, char*, char*, char*&) const':
> codecvt_members.cc:53: `_M_c_locale_codecvt' undeclared (first use this
> function)
> codecvt_members.cc:53: (Each undeclared identifier is reported only once for
> each function it appears in.)
>
> Any idea what this is about?
the following change is not yet in the Debian sources:
2002-09-16 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/codecvt.h: Remove __s.
* config/locale/gnu/codecvt_members.cc: Remove _M_c_locale_codecvt
usage, substitute _S_c_locale.
Reply to: